From c814eb01de9c3ec146632a70e1990433d531fabf Mon Sep 17 00:00:00 2001 From: Makesesama Date: Mon, 29 Sep 2025 11:40:51 +0200 Subject: [PATCH] smaller stylix workspace buttons --- bar/modules/stylix.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bar/modules/stylix.py b/bar/modules/stylix.py index da39da8..cf1f32b 100644 --- a/bar/modules/stylix.py +++ b/bar/modules/stylix.py @@ -144,6 +144,8 @@ tooltip>* {{ #workspaces>button {{ background-color: #{colors["base05"]}; border-radius: 100px; + padding: 0px 8px; + transition: padding 0.05s steps(8); }} #workspaces>button>label {{ @@ -156,6 +158,7 @@ tooltip>* {{ #workspaces>button.active {{ background-color: #{colors["base0D"]}; + padding: 0px 32px; }} #workspaces>button.urgent {{