From 8f456c0a62cfc4433077fd0dbdf7f9e0cacd029c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 13 Apr 2026 21:29:57 -0600 Subject: waybar changes for niri --- modules/home-manager/waybar.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/home-manager') diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index c7f977e..74aa144 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -9,7 +9,7 @@ * { font-family: FantasqueSansMono Nerd Font; - font-size: 17px; + font-size: 14px; min-height: 0; } @@ -130,7 +130,7 @@ position = "top"; height = 48; modules-left = [ "hyprland/workspaces" ]; - modules-center = [ "clock" "backlight/slider" ]; + modules-center = [ "clock" ]; modules-right = [ "pulseaudio" "bluetooth" "network" "battery" "cpu" "temperature" "memory" "idle_inhibitor" "tray" ]; "tray" = { @@ -192,12 +192,12 @@ format-disconnected = "Disconnected ⚠"; format-alt = "{ifname}: {ipaddr}/{cidr}"; }; - "backlight/slider" = { - min = 1; - max = 100; - orientation = "horizontal"; - # device = "intel_backlight"; - }; + # "backlight/slider" = { + # min = 1; + # max = 100; + # orientation = "horizontal"; + # # device = "intel_backlight"; + # }; "clock" = { format = "{:%H:%M}  "; format-alt = "{:%A, %B %d, %Y (%R)}  "; -- cgit v1.2.3 From dbefd4f476dbe6c0c2d53fb345db394fd0214efa Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 21 Apr 2026 11:25:35 -0600 Subject: make btop better with this one neat trick! --- modules/home-manager/btop.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home-manager') diff --git a/modules/home-manager/btop.nix b/modules/home-manager/btop.nix index 894ff2e..352d3bb 100644 --- a/modules/home-manager/btop.nix +++ b/modules/home-manager/btop.nix @@ -8,6 +8,7 @@ color_theme = "catppuccin_mocha"; theme_background = false; # make btop transparent vim_keys = true; + proc_aggregate = true; # aggregate subprocess resources in tree view }; }; } -- cgit v1.2.3