initial commit
This commit is contained in:
13
eww/backup/eww.yuck
Normal file
13
eww/backup/eww.yuck
Normal file
@@ -0,0 +1,13 @@
|
||||
(defwidget activate-linux []
|
||||
(box
|
||||
:orientation "v"
|
||||
:halign "start"
|
||||
:valign "start"
|
||||
(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 1
|
||||
:stacking "fg"
|
||||
:geometry (geometry :x "-40px" :y "-75px" :width "400px" :anchor "bottom right")
|
||||
(activate-linux))
|
||||
Reference in New Issue
Block a user