summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSisiutl <sisiutl@egregore.fun>2025-01-23 16:15:00 +0100
committerSisiutl <sisiutl@egregore.fun>2025-01-23 16:15:00 +0100
commit2acc7c10953699b25e8da97111a8f0ed9f493758 (patch)
tree7455f3d97e827d8256d815c87f72b56c13676645
parentdd38da3e6f4db7b896fd0ed884d4c5af83192bba (diff)
update standard config
-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)