diff --git a/home.nix b/home.nix index 236c015..c8196fb 100644 --- a/home.nix +++ b/home.nix @@ -563,12 +563,27 @@ * { all: initial; color: @base05; + font-size: 16px; } window#waybar { background: alpha(@base00, 0.95); border-right: 1px solid alpha(@base02, 0.67); } + + #workspaces button { + padding: 12px 0; + } + + #workspaces button.active { + background: alpha(@base02, 0.67); + } + + tooltip, #tray menu { + background: @base00; + border: 1px solid alpha(@base09, 0.93); + padding: 8px; + } ''; }; programs.zathura = {