debian-dots

dotfiles (does the obvious)
git clone [email protected]:dracuxan/debian-dots.git
Log | Files | Refs | README | LICENSE

eww.yuck (402B)


      1 (defwidget activate-linux []
      2   (box
      3     :orientation "v"
      4     :halign "start"
      5     :valign "start"
      6     (label :xalign 0 :markup "<span font_size=\"large\">Activate Debian</span>")
      7     (label :xalign 0 :text "Go to Settings to activate Debian")))
      8 
      9 (defwindow activate-linux
     10   :monitor 1
     11   :stacking "bg"
     12   :geometry (geometry :x "0px" :y "-50px" :width "250px" :anchor "bottom right")
     13   (activate-linux))