chore: update flake.lock and refactor GUI service config
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user