diff --git a/src/user/modules/gui/modules/wm/hyprland/config/waybar/config b/src/user/modules/gui/modules/wm/hyprland/config/waybar/config
index d18835f..eb59028 100644
--- a/src/user/modules/gui/modules/wm/hyprland/config/waybar/config
+++ b/src/user/modules/gui/modules/wm/hyprland/config/waybar/config
@@ -2,9 +2,9 @@
"layer": "top",
"position": "top",
"output": "HDMI-A-1",
- "modules-left": ["custom/logo", "clock", "custom/weather", "custom/bitcoin", "memory", "cpu", "temperature"],
- "modules-center": ["hyprland/workspaces"],
- "modules-right": ["tray", "pulseaudio", "network"],
+ "modules-left": [ "custom/logo", "clock", "custom/weather", "custom/bitcoin", "memory", "cpu" ],
+ "modules-center": [ "hyprland/workspaces" ],
+ "modules-right": [ "tray", "pulseaudio", "network" ],
"reload_style_on_change":true,
"custom/logo": {
@@ -38,7 +38,7 @@
},
"custom/bitcoin": {
- "format": " :{}",
+ "format": " {}",
"interval": 30,
"exec": "~/.config/waybar/scripts/getBlock",
"on-click": "xdg-open https://www.mempool.space",
@@ -68,14 +68,14 @@
"cpu": {
"interval": 1,
- "format": " :{usage}%",
+ "format": " {usage}%",
"min-length": 6,
"max-length": 6,
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
},
"memory": {
- "format": ":{percentage}%"
+ "format": "{percentage}%"
},
"temperature": {