diff --git a/de/home/.config/eww/modules/home/shortcuts.yuck b/de/home/.config/eww/modules/home/shortcuts.yuck index e812f31..8bde66b 100644 --- a/de/home/.config/eww/modules/home/shortcuts.yuck +++ b/de/home/.config/eww/modules/home/shortcuts.yuck @@ -29,7 +29,11 @@ (button :width 80 :height 80 - "test!") + (image + :image-width 25 + :path "/home/penelope/Downloads/jellyfin.svg" + :fill-svg "#ffffff" + )) (button :width 80 :height 80 @@ -37,20 +41,8 @@ (button :width 80 :height 80 - "test!")) - (box - :orientation "h" - :space-evenly true - :halign "center" - (button - :width 80 - :height 80 - "test!") - (button - :width 80 - :height 80 - "test!") - (button - :width 80 - :height 80 - "test!")))) + (image + :image-width 25 + :path "/home/penelope/Downloads/nextcloud.svg" + :fill-svg "#ffffff" + )))))