aboutsummaryrefslogtreecommitdiff
path: root/home/wm/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'home/wm/waybar/style.css')
-rw-r--r--home/wm/waybar/style.css18
1 files changed, 6 insertions, 12 deletions
diff --git a/home/wm/waybar/style.css b/home/wm/waybar/style.css
index 7f1d9c3..e4565c8 100644
--- a/home/wm/waybar/style.css
+++ b/home/wm/waybar/style.css
@@ -10,16 +10,13 @@
font-size: 15px;
}
window#waybar {
- background-color: rgba(43, 48, 59, 0.5);
+ background-color: rgba(43, 48, 59, 0.9);
color: #ffffff;
- transition-property: background-color;
- transition-duration: .5s;
}
#workspaces button {
padding: 0 3px;
background-color: transparent;
color: #888888;
- box-shadow: inset 0 -3px transparent;
}
#workspaces button.focused {
background-color: #285577;
@@ -28,11 +25,8 @@ window#waybar {
}
#workspaces button.urgent {
background-color: #900000;
- color: #ffffff;
border: 1px solid #2f343a;
-}
-#tray {
- /* No styles */
+ color: #ffffff;
}
#clock,
#battery,
@@ -44,10 +38,10 @@ window#waybar {
padding-right: 10px;
}
#mode {
- background: #64727D;
- border-top: 2px solid white;
- /* To compensate for the top border and still have vertical centering */
- padding-bottom: 2px;
+ /* No styles */
+}
+#tray {
+ /* No styles */
}
#clock {
/* No styles */