From 56c46a97cc9713ec3b77d14e2bf9c2c98a837182 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 22 Apr 2025 13:00:02 -0700 Subject: [PATCH] New backup 2025-04-22 13:00:02 --- .../.config/eww/modules/home/shortcuts.yuck | 28 +++++++------------ 1 file changed, 10 insertions(+), 18 deletions(-) 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" + )))))