summaryrefslogtreecommitdiff
path: root/modules/home-manager/waybar.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-11-14 20:44:28 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2025-11-14 20:44:28 -0700
commitfb205f31c117af96ab2f3cb8b7e4921d1c614e9b (patch)
tree9a7296ff518d6a3cfb6f87b3e6a9b2d1542ecfea /modules/home-manager/waybar.nix
parent8e9422699003d82651739ce9f39fffe798d2cb6e (diff)
waybar tweak
Diffstat (limited to 'modules/home-manager/waybar.nix')
-rw-r--r--modules/home-manager/waybar.nix9
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;