From 5afada0fb334541bddab026250aa3bd6433b4f78 Mon Sep 17 00:00:00 2001 From: Makesesama Date: Mon, 29 Sep 2025 12:52:03 +0200 Subject: [PATCH] better workspace styling --- bar/modules/stylix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bar/modules/stylix.py b/bar/modules/stylix.py index a6c3831..6a01b9c 100644 --- a/bar/modules/stylix.py +++ b/bar/modules/stylix.py @@ -154,7 +154,7 @@ tooltip>* {{ #workspaces>button.active {{ background-color: #{colors["base0D"]}; - padding: 0px 12px; + padding: 0px 16px; border-radius: 100px; }} @@ -162,7 +162,7 @@ tooltip>* {{ font-size: 0px; }} -#workspaces>button.empty {{ +#workspaces>button.empty:not(.active) {{ background-color: #{colors["base03"]}; }}