summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;