summaryrefslogtreecommitdiff
path: root/config/hyprland
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-06 14:56:46 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-06 14:56:46 +0200
commitbb16f75dc386c117f2bf5ecefeae7b175659e1ed (patch)
tree0cc0321f8975f5789b886a88d988fa3e7fe5a7ff /config/hyprland
parente850f3a1702b4d8b9d0cfec5c07d710b5201ed29 (diff)
removed window module
Diffstat (limited to 'config/hyprland')
-rw-r--r--config/hyprland/waybar/config.jsonc8
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": {