diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/configs/config-all | 8 | ||||
| -rw-r--r-- | config/waybar/modules | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/config/waybar/configs/config-all b/config/waybar/configs/config-all index e73605b9..f285840b 100644 --- a/config/waybar/configs/config-all +++ b/config/waybar/configs/config-all @@ -21,12 +21,12 @@ "cpu", "temperature", "memory", - "disk", + "disk", + "custom/weather", ], "modules-center": [ - "custom/weather", - "custom/light_dark", + "hyprland/workspaces#4", ], "modules-right": [ @@ -58,7 +58,7 @@ ], "modules-center": [ - "hyprland/workspaces#3", + "custom/light_dark", ], "modules-right": [ diff --git a/config/waybar/modules b/config/waybar/modules index 75e6c7a3..c3173775 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -69,7 +69,7 @@ // NUMBERS and ICONS style "hyprland/workspaces#4": { "format": "{name}", - //"format": " {name}:{icon} ", + "format": " {name} {icon} ", //"format": " {icon} ", "show-special": false, "on-click": "activate", |
