summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-05-23 19:38:49 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-05-23 19:38:49 +0530
commitc42f0b64f3c2f51635978e40fd75b40d43d05426 (patch)
tree0eb2ccc3de933b9af5fabc86ec1f2f20e7169101 /.config/waybar/style.css
parent9883f631f4163facde0eebe0297cc4adf94ed18d (diff)
waybar: updating config.json and css
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 901ad8e..c1341aa 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -107,6 +107,7 @@ tooltip {
border-radius: 0px 10px 10px 0px;
border-left: 0px;
border-right: 0px;
+ margin-right: 5px;
}
#window {
@@ -118,7 +119,7 @@ tooltip {
#clock {
color: #fab387;
border-radius: 10px 10px 10px 10px;
- margin-left: 10px;
+ margin-left: 5px;
border-right: 0px;
}
@@ -133,6 +134,7 @@ tooltip {
#network {
color: #f9e2af;
border-radius: 10px 0px 0px 10px;
+ margin-left: 5px;
border-left: 0px;
border-right: 0px;
}
@@ -155,12 +157,12 @@ tooltip {
border-left: 0px;
border-right: 0px;
border-radius: 0px 10px 10px 0px;
- margin-right: 10px;
+ margin-right: 5px;
}
#battery {
color: #a6e3a1;
- border-radius: 0 10px 10px 0;
+ border-radius: 0px 10px 10px 0px;
margin-right: 10px;
border-left: 0px;
}