modularize waybar config, TODO: styles

This commit is contained in:
Noa Aarts 2024-04-04 00:04:41 +02:00
parent 5f5dadd292
commit 9b7b35a686
11 changed files with 170 additions and 75 deletions

View file

@ -27,10 +27,9 @@ in
waybar = {
enable = lib.mkDefault true;
modules = {
# left = [ "hyprland/workspaces" "tray" "hyprland/window" ];
# center = [ "clock" ];
# right = [ "custom/vpn" "wireplumber" "network" "cpu" "memory" "temperature" "custom/poweroff" ];
left = [ "hyprland/workspaces" "tray" "hyprland/window" ];
center = [ "clock" ];
right = [ "custom/vpn" "wireplumber" "network" "cpu" "memory" "temperature" "custom/poweroff" ];
};
};
wofi.enable = lib.mkDefault true;