[feature] wayland: customize styling

This allows us to drop the custom styles from my stylix fork
This commit is contained in:
Jalil David Salamé Messina 2024-05-04 23:20:30 +02:00
parent 0d139aa66f
commit 2a9e423215
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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 = {