diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-14 20:44:28 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-14 20:44:28 -0700 |
| commit | fb205f31c117af96ab2f3cb8b7e4921d1c614e9b (patch) | |
| tree | 9a7296ff518d6a3cfb6f87b3e6a9b2d1542ecfea | |
| parent | 8e9422699003d82651739ce9f39fffe798d2cb6e (diff) | |
waybar tweak
| -rw-r--r-- | modules/home-manager/waybar.nix | 9 |
1 files changed, 5 insertions, 4 deletions
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; |
