modularize waybar config, TODO: styles
This commit is contained in:
parent
5f5dadd292
commit
9b7b35a686
11 changed files with 170 additions and 75 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue