From 6cf154083557e0ddc8f2fa7b75431be8fc70632a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 28 Oct 2024 08:19:56 +0300 Subject: waybar: workspaces buttons style improvements --- dotfiles/.config/waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dotfiles/.config/waybar/style.css') diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 70a6e23..faede64 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -23,6 +23,7 @@ window#waybar { margin-right: 6px; } #workspaces button { + min-width: 12px; padding: 0 0.7em; color: #fcf8e2; border-radius: 0; @@ -35,7 +36,7 @@ window#waybar { #workspaces button.focused { color: #000000; border-color: #5b8277; - background: #5b8277; + background: #7fac96; } #workspaces button:hover { border: 1px solid #5b8277; -- cgit v1.2.3