From 2a9e42321597b2380de0ee1b09ef8d1c8c0adeac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sat, 4 May 2024 23:20:30 +0200 Subject: [PATCH] [feature] wayland: customize styling This allows us to drop the custom styles from my stylix fork --- home/gui/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/gui/default.nix b/home/gui/default.nix index fb23557..5b28e8b 100644 --- a/home/gui/default.nix +++ b/home/gui/default.nix @@ -58,6 +58,14 @@ in { enable = true; systemd.enable = true; settings = import ./waybar-settings.nix {inherit config lib;}; + style = '' + .modules-left #workspaces button { + border-bottom: 3px solid @base01; + } + .modules-left #workspaces button.persistent { + border-bottom: 3px solid transparent; + } + ''; }; # Terminal programs.wezterm = {