diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-06 14:56:46 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-06 14:56:46 +0200 |
commit | bb16f75dc386c117f2bf5ecefeae7b175659e1ed (patch) | |
tree | 0cc0321f8975f5789b886a88d988fa3e7fe5a7ff | |
parent | e850f3a1702b4d8b9d0cfec5c07d710b5201ed29 (diff) |
removed window module
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index d2bad38..86938db 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -1,7 +1,7 @@ { "layer": "top", - "modules-left": ["battery", "clock", "hyprland/workspaces", "mpd"], - "modules-center": ["hyprland/window"], + "modules-left": ["battery", "hyprland/workspaces", "mpd"], + "modules-center": ["clock"], "modules-right": ["custom/wireguard", "network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"], "hyprland/workspaces": { "format": "{icon}", @@ -78,8 +78,8 @@ "restart-interval": 3, }, "clock": { - "format": "{:%H:%M}", - "format-alt": "{:(%R) %A %d %B}", + "format": "{:%R}", + "format-alt": "{:(%T) %A %d %B}", "interval": 1, }, "tray": { |