From 0d0458906224177b17e9a28be728e9fe294dd59c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 23 Nov 2025 21:48:09 +0100 Subject: [PATCH] waybar: Remove workspace button backdrop --- modules/home/services/waybar.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/home/services/waybar.nix b/modules/home/services/waybar.nix index 4735ba8..9ef290e 100644 --- a/modules/home/services/waybar.nix +++ b/modules/home/services/waybar.nix @@ -115,20 +115,7 @@ padding-right: 8px; } - #workspaces { - padding: 0px 5px; - } - - #workspaces button { - padding: 4px 10px; - margin: 2px 4px; - border-radius: 6px; - background: transparent; - color: @theme_fg_color; - } - #workspaces button.active { - background: @theme_selected_bg_color; color: @theme_selected_fg_color; font-weight: bold; }