From fb205f31c117af96ab2f3cb8b7e4921d1c614e9b Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 14 Nov 2025 20:44:28 -0700 Subject: waybar tweak --- modules/home-manager/waybar.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index a66aff3..c7f977e 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -66,6 +66,7 @@ #idle_inhibitor { color: @peach; border-radius: 0px 1rem 1rem 0px; + margin-right: 1rem; } #battery { @@ -100,6 +101,8 @@ #network { color: @lavender; + border-radius: 0px 1rem 1rem 0px; + margin-right: 1rem; } #cpu { @@ -113,8 +116,6 @@ #memory { color: @sky; - border-radius: 0px 1rem 1rem 0px; - margin-right: 1rem; } @@ -129,8 +130,8 @@ position = "top"; height = 48; modules-left = [ "hyprland/workspaces" ]; - modules-center = [ "clock" "backlight/slider" "idle_inhibitor" ]; - modules-right = [ "pulseaudio" "bluetooth" "network" "battery" "cpu" "temperature" "memory" "tray" ]; + modules-center = [ "clock" "backlight/slider" ]; + modules-right = [ "pulseaudio" "bluetooth" "network" "battery" "cpu" "temperature" "memory" "idle_inhibitor" "tray" ]; "tray" = { icon-size = 21; -- cgit v1.2.3