aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-14 22:51:37 +0300
committerawy <awy@tutamail.com>2024-08-14 22:51:37 +0300
commit88d959b959e4e7e05755b7f340829e4241c625b8 (patch)
treebaa426738c215ec96feb3c66b8af7ee5f4926c2c /.config/waybar/style.css
parentba0d4321e1ca37708258b9097bd5b76d0ce050c7 (diff)
vpn
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 {