summaryrefslogtreecommitdiff
path: root/config/hyprland/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'config/hyprland/waybar/style.css')
-rw-r--r--config/hyprland/waybar/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/config/hyprland/waybar/style.css b/config/hyprland/waybar/style.css
index 4b12d00..efd0e81 100644
--- a/config/hyprland/waybar/style.css
+++ b/config/hyprland/waybar/style.css
@@ -35,7 +35,7 @@ window#waybar.PCSX2 #window {
background: #e6e6e6;
}
-#mpd,
+#mpd, #battery,
#network, #pulseaudio, #temperature, #cpu, #custom-memory {
margin-left: 8px;
padding-left: 16px;
@@ -43,13 +43,18 @@ window#waybar.PCSX2 #window {
border-radius: 26px;
}
-#workspaces, #mpd,
+#workspaces, #mpd, #battery,
#network, #pulseaudio, #temperature, #cpu, #custom-memory, #workspaces, #clock, #tray {
margin-top: 4px;
margin-bottom: 2px;
transition: none;
}
+#battery {
+ color: #b48ead;
+ background: #4c566a;
+}
+
#workspaces {
margin-left: 12px;
border-radius: 26px;