forked from extern/nix-config
waybar: Add workspace/tooltip styles
This commit is contained in:
parent
f6aefe5654
commit
8b77689112
15
home.nix
15
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user