From 314c76b176300d7fbae1d5268797e535acb4338c Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 16:05:26 -0400 Subject: [PATCH] waybar config --- modules/home/crow/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index aa39344..9c7caa4 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -22,7 +22,7 @@ height = 30; spacing = 4; mode = "dock"; - margin = 10; + margin = "10"; modules-left = [ "hyprland/workspaces" ]; modules-center = [ "clock" ]; modules-right = [ "network" "battery" "backlight" "pulseaudio" "tray" ];