diff --git a/home/config/waybar/modules.json b/home/config/waybar/modules.json index 5f71bc4..6943346 100644 --- a/home/config/waybar/modules.json +++ b/home/config/waybar/modules.json @@ -175,11 +175,11 @@ "warning": 30, "critical": 15 }, - "format": "{capacity}% {icon}", + "format": "{icon} {capacity}%", "format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"], - "format-charging": "{capacity}% 󰂄", - "format-plugged": "{capacity}% 󰂄", - "format-alt": "{time} {icon}" + "format-charging": "󰂄 {capacity}%", + "format-plugged": "󰂄 {capacity}%", + "format-alt": "{icon} {time}" }, "network" : { diff --git a/home/config/waybar/style.css b/home/config/waybar/style.css index 3647dea..5f0b658 100644 --- a/home/config/waybar/style.css +++ b/home/config/waybar/style.css @@ -50,6 +50,7 @@ tooltip label { #temperature, #workspaces, #custom-os, +#battery, #custom-swaync { background: alpha(#fff, 0.05); border-radius: 6px; @@ -74,7 +75,8 @@ tooltip label { #cpu, #memory #temperature, -#network { +#network, +#battery { margin-left: 4px; }