From 2acc7c10953699b25e8da97111a8f0ed9f493758 Mon Sep 17 00:00:00 2001 From: Sisiutl Date: Thu, 23 Jan 2025 16:15:00 +0100 Subject: update standard config --- sigils/home/services/hyprland.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sigils/home/services/hyprland.scm b/sigils/home/services/hyprland.scm index eb6d270..ecf7b0e 100644 --- a/sigils/home/services/hyprland.scm +++ b/sigils/home/services/hyprland.scm @@ -104,8 +104,8 @@ (general ((gaps_in 5) (gaps_out 20) (border_size 2) - (col.active_border ((rgba 33ccffee) (rgba 00ff99ee) 45deg)) - (col.inactive_border (rgba 595959aa)) ;; Ugly trick + (col.active_border ((rgba "33ccffee") (rgba "00ff99ee") 45deg)) + (col.inactive_border (rgba "595959aa")) (resize_on_border #f) (allow_tearing #f) (layout dwindle))) @@ -116,7 +116,7 @@ (shadow ((enabled #t) (range 4) (render_power 3) - (color (rgba 1a1a1aee)))) + (color (rgba "1a1a1aee")))) (blur ((enabled #t) (size 3) (passes 1) -- cgit v1.2.3