diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-15 20:24:47 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-15 20:24:47 +0000 |
| commit | 62807dd8bfec3856f26ac6bcdbae54914ac13fa7 (patch) | |
| tree | cea5a3e2a61a7862a13750865cd91fecc29fb36d | |
| parent | modified extensions (diff) | |
moved clock to middle and simplified
| -rw-r--r-- | dotfiles/waybar/config.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/waybar/config.jsonc b/dotfiles/waybar/config.jsonc index 97a7785..73e1007 100644 --- a/dotfiles/waybar/config.jsonc +++ b/dotfiles/waybar/config.jsonc @@ -12,6 +12,7 @@ "wlr/taskbar", ], "modules-center": [ + "clock", ], "modules-right": [ "pulseaudio", @@ -20,7 +21,6 @@ "battery", "custom/languages", "tray", - "clock", "custom/power" ], // Modules configuration @@ -46,7 +46,7 @@ }, "clock": { "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", - "format": "-\n{:%H\n%M\n-\n%d\n%a}", + "format": "{:%H\n%M}", "justify": "center" }, "temperature": { |
