From 38caee2df4c3a054c38b903e3f0dc2a38eaed29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 13 Dec 2024 21:05:27 +0300 Subject: waybar: style changes and torrent status return --- dotfiles/.config/waybar/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dotfiles/.config/waybar/style.css') 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; -- cgit v1.2.3