diff --git a/nodes/hosts/lappy/home/jay/home.nix b/nodes/hosts/lappy/home/jay/home.nix index 9bb987b..4d7f673 100644 --- a/nodes/hosts/lappy/home/jay/home.nix +++ b/nodes/hosts/lappy/home/jay/home.nix @@ -1,6 +1,20 @@ { config, pkgs, inputs, lib, ... }: { + programs.hyprpanel = { + settings = { + layout = { + "bar.layouts" = { + "0" = { + left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "separator" "network" "separator" "workspaces" "windowtitle" ]; + middle = [ "media" "cava" ]; + right = [ "netstat" "cpu" "cputemp" "ram" "storage" "separator" "systray" "notifications" "battery" "separator" "weather" "clock" ]; + }; + }; + }; + }; + }; + wayland.windowManager.hyprland = { settings = { "monitor" = "eDP-1, 2880x1800@120, 0x0, 1";