diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-23 00:47:10 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-23 00:47:10 +0200 |
commit | 461f5600a4dcbbedebf44aa3fe1518b327b38561 (patch) | |
tree | 8f3387fa7cf3c2cc9325885cd9f91c5021cbbc08 /config/hyprland/waybar/config.jsonc | |
parent | 1ac5c4538e481c7baecf2e2374fa685e968956ab (diff) | |
parent | 23400ddb9428117dbadf4bd95f3f6b4f6db0f518 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/hyprland/waybar/config.jsonc')
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 72a6872..816a851 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -1,7 +1,7 @@ { "layer": "top", - "modules-left": ["battery", "wlr/workspaces", "mpd"], - "modules-center": ["clock"], + "modules-left": ["battery", "clock", "wlr/workspaces", "mpd"], + "modules-center": ["hyprland/window"], "modules-right": ["network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"], "wlr/workspaces": { "on-click": "activate", @@ -63,7 +63,7 @@ }, "clock": { "format": "{:%H:%M}", - "format-alt": "{:%R %A %d %B}", + "format-alt": "{:(%R) %A %d %B}", "interval": 1, }, "tray": { |