mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 03:31:23 +02:00
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;
|
all: initial;
|
||||||
color: @base05;
|
color: @base05;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: alpha(@base00, 0.95);
|
background: alpha(@base00, 0.95);
|
||||||
border-right: 1px solid alpha(@base02, 0.67);
|
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 = {
|
programs.zathura = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user