aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar/style.css
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-11-06 00:06:47 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-11-06 00:06:47 +0300
commit7c903ed6a622d8fff531c52c756edaa70d94276b (patch)
tree420491b7b9a0678d69e92a937d7909287816664b /dotfiles/.config/waybar/style.css
parent21d054a3f01d03d2f70b5f31ec5b917571a29120 (diff)
downloadswayrice-7c903ed6a622d8fff531c52c756edaa70d94276b.tar.gz
swayrice-7c903ed6a622d8fff531c52c756edaa70d94276b.zip
waybar: cleanup and style changes
Move around some modules, cleanup unused stuff, update style a bit.
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r--dotfiles/.config/waybar/style.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css
index 5b1ca12..29de0b8 100644
--- a/dotfiles/.config/waybar/style.css
+++ b/dotfiles/.config/waybar/style.css
@@ -4,26 +4,35 @@
}
window#waybar {
background: #000000;
+ /* background: linear-gradient(#000000, #151515); */
color: #f2eccf;
min-height: 0;
+ border-bottom: 2px solid #33333a;
}
#tray,
-#network,
+#language,
#custom-torrent-status,
#workspaces {
background: #151517;
- border-top: 2px solid #000000;
- border-bottom: 2px solid #000000;
+ margin: 3px 0 3px 0;
+ border-style: solid;
+ border-color: #33333a;
}
#memory.warning {
color: #b2872f;
}
+#tray{
+ border-width: 2px 2px 2px 0;
+}
+#language {
+ border-width: 2px 0 2px 2px;
+}
#workspaces {
padding: 0;
margin-right: 6px;
+ border-width: 2px;
}
#workspaces button {
- min-width: 12px;
padding: 0 0.7em;
color: #fcf8e2;
border-radius: 0;