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

@ -37,6 +37,7 @@
base16 = "#d6acff"; # bright blue
base17 = "#ff92df"; # bright purple
taskbarText = base04;
taskbarBackground = base10;
background_paper = "#000000";
foreground_paper = "#26052e";
};

View file

@ -194,12 +194,13 @@ in
"custom/spotify"
];
right = [
"custom/vpn"
"wireplumber"
"custom/bluetooth"
"battery"
"network"
"wireplumber"
"cpu"
"memory"
"custom/poweroff"
"temperature"
];
};
enable = lib.mkDefault enableGraphical;