summaryrefslogtreecommitdiff
path: root/config/hyprland/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'config/hyprland/waybar/config.jsonc')
-rw-r--r--config/hyprland/waybar/config.jsonc6
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": {