From af31a2cd0aed8cdfe98adf60aae82669411c19fb Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 30 Jun 2025 14:55:21 -0400 Subject: [PATCH] Add battery to hyprpanel when on lappy. --- nodes/hosts/lappy/home/jay/home.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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";