aboutsummaryrefslogtreecommitdiff
path: root/config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'config/waybar/style.css')
-rw-r--r--config/waybar/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css
index d30f2a5..3743dc0 100644
--- a/config/waybar/style.css
+++ b/config/waybar/style.css
@@ -35,6 +35,7 @@ window#waybar {
#window,
#network,
#pulseaudio,
+#battery,
#clock {
padding: 2px 10px;
margin: 0;
@@ -44,11 +45,16 @@ window#waybar {
#mode,
#network,
#pulseaudio,
-#clock {
+#battery {
background: #93a1a1;
color: #eee8d5;
}
+#clock {
+ background: #657b83;
+ color: #eee8d5;
+}
+
#workspaces button,
#workspaces button:hover,
#workspaces button.focused,
@@ -59,6 +65,11 @@ window#waybar {
padding: 0 5px;
}
+#workspaces button {
+ background: #93a1a1;
+ color: #eee8d5;
+}
+
#workspaces button:hover {
background: #93a1a1;
color: #eee8d5;