From aada892c06844bfa472c612a09d608476826b450 Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 15:55:48 -0400 Subject: [PATCH] Home-manager changes --- modules/home/crow/home.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index 18c76bb..3028312 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -20,15 +20,15 @@ settings = { layer = "top"; position = "top"; - height = 30; - spacing = 4; + height = "30"; + spacing = "4"; mode = "dock"; - margin = 10; + margin = "10"; modules-left = [ "hyprland/workspaces" ]; modules-center = [ "clock" ]; modules-right = [ "network" "battery" "backlight" "pulseaudio" "tray" ]; tray = { - spacing = 10; + spacing = "10"; }; "hyprland/workspaces" = { format = "{icon}"; @@ -56,8 +56,8 @@ }; battery = { states = { - warning = 30; - critical = 15; + warning = "30"; + critical = "15"; }; format = "{capacity}% {icon}"; format-full = "{capacity}% {icon}";