1
0
forked from extern/nix-config

waybar: Add workspace/tooltip styles

This commit is contained in:
Donovan Glover 2023-05-13 14:35:28 -04:00
parent f6aefe5654
commit 8b77689112
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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