From f2f1d0a2897419057fe6dd4387ffb8d491a72846 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 18 Mar 2024 16:48:59 -0700 Subject: [PATCH] fixed int being float --- modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index c6ca81f..61f81ab 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -70,7 +70,7 @@ in general = { gaps_in = 5; gaps_out = 8; - border_size = 2.0; + border_size = 2; "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; };