diff options
Diffstat (limited to 'dotfiles/.config/waybar')
-rw-r--r-- | dotfiles/.config/waybar/config | 1 | ||||
-rw-r--r-- | dotfiles/.config/waybar/style.css | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 4e633c6..f3a71da 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -24,6 +24,7 @@ "custom/batwatt", "network", "niri/language", + "custom/torrent-status", "tray" ], "sway/mode": { 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; |