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.css25
1 files changed, 23 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 0d12a29..017b1cf 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -63,8 +63,29 @@ tooltip {
}
#network {
- margin-left: 15px;
- color: @blue;
+ margin-right: 5px;
+ color: @green;
+ border: 1px;
+ border-style: solid;
+ border-color: rgba(100,100,100,0.5);
+ background: rgba(0, 0, 0,0.3);
+ margin-top: 8px;
+ margin-bottom: 8px;
+ border-radius: 8px;
+ padding: 8px;
+}
+
+#network.disconnected {
+ margin-right: 5px;
+ color: @red;
+ border: 1px;
+ border-style: solid;
+ border-color: rgba(100,100,100,0.5);
+ background: rgba(0, 0, 0,0.3);
+ margin-top: 8px;
+ margin-bottom: 8px;
+ border-radius: 8px;
+ padding: 8px;
}
#custom-weather {