v0.2.0: Cursor-Fix + Text über Icons
This commit is contained in:
+15
-11
@@ -3,30 +3,34 @@
|
||||
:x "50%"
|
||||
:y "50%"
|
||||
:anchor "top left"
|
||||
:width "400px"
|
||||
:height "120px")
|
||||
:stacking "fg" ;; oder "bg", je nach Geschmack
|
||||
:width "500px"
|
||||
:height "150px")
|
||||
:stacking "fg"
|
||||
(box
|
||||
:orientation "h"
|
||||
:halign "center"
|
||||
:spacing 40
|
||||
|
||||
;; Remmina
|
||||
(button
|
||||
:class "icon-btn"
|
||||
:tooltip "Remmina"
|
||||
:onclick "remmina"
|
||||
(image :path "~/.config/eww/icons/remmina.png" :width 64 :height 64))
|
||||
(box :orientation "v" :halign "center" :valign "center" :spacing 0
|
||||
(label :class "icon" :text "")
|
||||
(label :class "icon-text" :text "Remote Desktop")))
|
||||
|
||||
;; Support
|
||||
(button
|
||||
:class "icon-btn"
|
||||
:tooltip "Support (coming soon)"
|
||||
:onclick "notify-send 'Support kommt später...'"
|
||||
(image :path "~/.config/eww/icons/help.png" :width 64 :height 64))
|
||||
(box :orientation "v" :halign "center" :valign "center"
|
||||
(label :class "icon" :text "")
|
||||
(label :class "icon-text" :text "Stines Support")))
|
||||
|
||||
;; Reboot
|
||||
(button
|
||||
:class "icon-btn"
|
||||
:tooltip "Reboot"
|
||||
:onclick "systemctl reboot"
|
||||
(image :path "~/.config/eww/icons/reboot.png" :width 64 :height 64))
|
||||
)
|
||||
)
|
||||
(box :orientation "v" :halign "center" :valign "center" :spacing 0
|
||||
(label :class "icon" :text "")
|
||||
(label :class "icon-text" :text "Neustarten")))))
|
||||
|
||||
Reference in New Issue
Block a user