diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-14 22:06:20 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-14 22:06:20 +0000 |
| commit | 879127e0e13a54f74f73b0f133d3265e2af4d845 (patch) | |
| tree | 4cc29bf20836397e7bb7d0ee172ce28f758513c3 /dotfiles/waybar | |
| parent | added bluetooth (diff) | |
made bar better
Diffstat (limited to '')
| -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 73e1007..ea1aa92 100644 --- a/dotfiles/waybar/config.jsonc +++ b/dotfiles/waybar/config.jsonc @@ -12,7 +12,6 @@ "wlr/taskbar", ], "modules-center": [ - "clock", ], "modules-right": [ "pulseaudio", @@ -20,6 +19,7 @@ "bluetooth", "battery", "custom/languages", + "clock", "tray", "custom/power" ], @@ -46,7 +46,7 @@ }, "clock": { "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", - "format": "{:%H\n%M}", + "format": "-\n{:%H\n%M\n-\n%d\n%a}", "justify": "center" }, "temperature": { |
