waybar redo

This commit is contained in:
Noa Aarts 2025-03-23 22:46:00 +01:00
parent 0b21647b2b
commit f5a8935507
Signed by: noa
GPG key ID: 1850932741EFF672
14 changed files with 223 additions and 72 deletions

View file

@ -48,6 +48,8 @@ in
./temperature.nix
./wireplumber.nix
./spotify.nix
./battery.nix
./bluetooth.nix
../../common/colors.nix
];
@ -94,7 +96,25 @@ in
style = ''
* {
font-family: "Maple Mono NF";
font-size: 14px;
font-size: 12px;
}
window#waybar {
background-color: transparent;
color: #${config.colorScheme.palette.taskbarText};
transition-property: background-color;
transition-duration: 0.5s;
}
window#waybar.hidden {
opacity: 0.2;
}
window#waybar.termite {
background-color: transparent;
}
window#waybar.chromium {
background-color: transparent;
}
button {