[feature] wayland: customize styling
This allows us to drop the custom styles from my stylix fork
This commit is contained in:
parent
0d139aa66f
commit
2a9e423215
1 changed files with 8 additions and 0 deletions
|
@ -58,6 +58,14 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
settings = import ./waybar-settings.nix {inherit config lib;};
|
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
|
# Terminal
|
||||||
programs.wezterm = {
|
programs.wezterm = {
|
||||||
|
|
Loading…
Reference in a new issue