diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss
index ac415e3..1f041de 100644
--- a/de/home/.config/eww/eww.scss
+++ b/de/home/.config/eww/eww.scss
@@ -172,12 +172,9 @@ tooltip{
.shortcuts {
background-color: rgba($color0,0.5);
padding: 15px;
-// .vertical {
-// margin: 0px 10px;
-// }
button {
background-color: rgba($color9,0.5);
- border-radius: 40px;
+ border-radius: 30px;
margin: 5px;
font-size: 1.2em;
}
diff --git a/de/home/.config/eww/icons/home/shortcuts/ceiling-light-multiple.svg b/de/home/.config/eww/icons/home/shortcuts/ceiling-light-multiple.svg
new file mode 100644
index 0000000..eb2a068
--- /dev/null
+++ b/de/home/.config/eww/icons/home/shortcuts/ceiling-light-multiple.svg
@@ -0,0 +1,36 @@
+
+
diff --git a/de/home/.config/eww/icons/home/shortcuts/home-assistant.svg b/de/home/.config/eww/icons/home/shortcuts/home-assistant.svg
new file mode 100644
index 0000000..f1e3ea6
--- /dev/null
+++ b/de/home/.config/eww/icons/home/shortcuts/home-assistant.svg
@@ -0,0 +1,36 @@
+
+
diff --git a/de/home/.config/eww/icons/home/shortcuts/jellyfin.svg b/de/home/.config/eww/icons/home/shortcuts/jellyfin.svg
new file mode 100644
index 0000000..b951b17
--- /dev/null
+++ b/de/home/.config/eww/icons/home/shortcuts/jellyfin.svg
@@ -0,0 +1,43 @@
+
+
+
+
diff --git a/de/home/.config/eww/icons/home/shortcuts/mastodon.svg b/de/home/.config/eww/icons/home/shortcuts/mastodon.svg
new file mode 100644
index 0000000..c7d03d3
--- /dev/null
+++ b/de/home/.config/eww/icons/home/shortcuts/mastodon.svg
@@ -0,0 +1,53 @@
+
+
diff --git a/de/home/.config/eww/icons/home/shortcuts/nextcloud.svg b/de/home/.config/eww/icons/home/shortcuts/nextcloud.svg
new file mode 100644
index 0000000..4a59825
--- /dev/null
+++ b/de/home/.config/eww/icons/home/shortcuts/nextcloud.svg
@@ -0,0 +1,41 @@
+
+
+
+
diff --git a/de/home/.config/eww/modules/home/shortcuts.yuck b/de/home/.config/eww/modules/home/shortcuts.yuck
index fa8567a..830dc88 100644
--- a/de/home/.config/eww/modules/home/shortcuts.yuck
+++ b/de/home/.config/eww/modules/home/shortcuts.yuck
@@ -5,44 +5,52 @@
:space-evenly true
:halign "center"
:width 300
- :height 200
+ :height 150
(box
:orientation "h"
:space-evenly true
:halign "center"
(button
- :width 80
- :height 80
+ :width 60
+ :height 60
+ :onclick "hass-cli -a services -e light.penny_room_all_lights -d light -s toggle"
(image
- :image-width 25
- :path "/home/penelope/Downloads/ceiling-light-multiple.svg"
+ :image-width 20
+ :path "icons/home/shortcuts/ceiling-light-multiple.svg"
))
(button
- :width 80
- :height 80
+ :width 60
+ :height 60
+ :onclick "librewolf-profile Penelope 'https://hass.pogmom.me'"
(image
- :image-width 25
- :path "/home/penelope/Downloads/home-assistant.svg"
+ :image-width 20
+ :path "icons/home/shortcuts/home-assistant.svg"
)))
(box
:orientation "h"
:space-evenly true
:halign "center"
(button
- :width 80
- :height 80
+ :width 60
+ :height 60
+ :onclick "librewolf-profile Penelope 'https://cloud.pogmom.me'"
(image
- :image-width 25
- :path "/home/penelope/Downloads/jellyfin.svg"
+ :image-width 20
+ :path "icons/home/shortcuts/nextcloud.svg"
))
(button
- :width 80
- :height 80
- "test!")
- (button
- :width 80
- :height 80
+ :width 60
+ :height 60
+ :onclick "librewolf-profile Penelope 'https://masto.pogmom.me'"
(image
- :image-width 25
- :path "/home/penelope/Downloads/nextcloud.svg"
+ :image-width 20
+ :path "icons/home/shortcuts/mastodon.svg"
+ ))
+ (button
+ :width 60
+ :height 60
+ :onclick "librewolf-profile Penelope 'https://watch.pogmom.me'"
+ (image
+ :image-width 20
+ :path "icons/home/shortcuts/jellyfin.svg"
)))))