aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r--dotfiles/.config/waybar/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css
index 29de0b8..a8026f1 100644
--- a/dotfiles/.config/waybar/style.css
+++ b/dotfiles/.config/waybar/style.css
@@ -1,5 +1,5 @@
* {
- font-size: 12px;
+ font-size: 13px;
font-family: monospace;
}
window#waybar {
@@ -24,6 +24,9 @@ window#waybar {
#tray{
border-width: 2px 2px 2px 0;
}
+#custom-torrent-status{
+ border-width: 2px 0 2px 0;
+}
#language {
border-width: 2px 0 2px 2px;
}
@@ -33,7 +36,7 @@ window#waybar {
border-width: 2px;
}
#workspaces button {
- padding: 0 0.7em;
+ padding: 0 0.6em;
color: #fcf8e2;
border-radius: 0;
border: 1px solid rgba(0, 0, 0, 0);
@@ -45,7 +48,7 @@ window#waybar {
#workspaces button.focused {
color: #000000;
border-color: #7fac96;
- background: #5b8277;
+ background: linear-gradient(60deg, #5b8277, #99d0b5);
}
#workspaces button:hover {
border: 1px solid #5b8277;