summaryrefslogtreecommitdiff
path: root/sigils/home/services
diff options
context:
space:
mode:
Diffstat (limited to 'sigils/home/services')
-rw-r--r--sigils/home/services/hyprland.scm6
1 files 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)