chore: update flake.lock and refactor GUI service config

This commit is contained in:
uttarayan21
2025-11-21 12:05:54 +05:30
parent 2ff867e6b6
commit 682531cff4
4 changed files with 15 additions and 15 deletions

View File

@@ -3,11 +3,11 @@
:orientation "v"
:halign "start"
:valign "start"
(label :xalign 50 :markup "<span font_size=\"large\">Activate Linux</span>")
(label :xalign 50 :text "Go to Settings to activate Linux")))
(label :xalign 0 :markup "<span font_size=\"large\">Activate Linux</span>")
(label :xalign 0 :text "Go to Settings to activate Linux")))
(defwindow activate-linux
:monitor 0
:stacking "fg"
:geometry (geometry :x "8px" :y "32px" :width "250px" :anchor "bottom right")
:geometry (geometry :x "96px" :y "96px" :width "250px" :anchor "bottom right")
(activate-linux))