diff --git a/src/.config/waybar/config b/src/.config/waybar/config index d674880..e64dbda 100644 --- a/src/.config/waybar/config +++ b/src/.config/waybar/config @@ -4,6 +4,7 @@ "spacing": 4, "modules-left": ["hyprland/workspaces", "custom/media"], "modules-right": [ + "battery", "pulseaudio", "clock", "tray" diff --git a/src/.config/waybar/style.css b/src/.config/waybar/style.css index 958b2e8..5c4a194 100644 --- a/src/.config/waybar/style.css +++ b/src/.config/waybar/style.css @@ -25,7 +25,7 @@ background-color: @rosewater; } -#clock, #pulseaudio, #tray { +#clock, #pulseaudio, #tray, #battery { background-color: @surface1; padding: 0px 10px 0px 10px; margin: 0px 3px 0px 3px;