summary refs log tree commit diff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-06-17 18:38:13 +0200
committerRobert Günzler <r@gnzler.io>2020-06-17 18:38:13 +0200
commit48fec454e2ae849a06ba6aa10ecaa93e5c1c6f95 (patch)
tree66fdf5d5338497afe7a0af9ce9b0a4f9c2bfb81d /.config/waybar/style.css
parentbfb81b2074a3a82fe7223d29b8628c6b2bb1fff3 (diff)
waybar: move tray around
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css33
1 files changed, 16 insertions, 17 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 95d2f41..3752247 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -153,6 +153,22 @@ label:focus {
   color: @dimmed;
 }
 
+#temperature {
+}
+#temperature.critical {
+  background-color: #eb4d4b;
+}
+
+#tray {
+}
+
+#idle_inhibitor {
+  color: @dimmed;
+}
+#idle_inhibitor.activated {
+  color: unset;
+}
+
 #custom-media {
   min-width: 100px;
   color: @foreground;
@@ -172,23 +188,6 @@ label:focus {
   border-top: 2px solid #DB4D60;
 }
 
-#temperature {
-}
-
-#temperature.critical {
-  background-color: #eb4d4b;
-}
-
-#tray {
-}
-
-#idle_inhibitor {
-  color: @dimmed;
-}
-#idle_inhibitor.activated {
-  color: unset;
-}
-
 #mpd {
 }
 #mpd.disconnected {