From 19541f3df2ab98429dee28a7a1fa1fc6f673fa6d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 22 Apr 2025 12:45:02 -0700 Subject: [PATCH] New backup 2025-04-22 12:45:02 --- de/home/.config/eww/eww.scss | 15 ++++++------- .../.config/eww/modules/home/shortcuts.yuck | 22 ++++++++++++++++--- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 9803f7c..ac415e3 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -171,16 +171,15 @@ tooltip{ } .shortcuts { background-color: rgba($color0,0.5); - padding: 10px 10px; - .vertical { - margin: 0px 10px; - } + padding: 15px; +// .vertical { +// margin: 0px 10px; +// } button { background-color: rgba($color9,0.5); - border-radius: 30px; - padding: 10px; -// margin: 10px; -// min-width: 60px; + border-radius: 40px; + margin: 5px; + font-size: 1.2em; } button:hover { background-color: rgba($color1,0.5) diff --git a/de/home/.config/eww/modules/home/shortcuts.yuck b/de/home/.config/eww/modules/home/shortcuts.yuck index a1ff4d6..e812f31 100644 --- a/de/home/.config/eww/modules/home/shortcuts.yuck +++ b/de/home/.config/eww/modules/home/shortcuts.yuck @@ -1,13 +1,29 @@ (defwidget shortcuts [] (box :class "shortcuts" - :orientation "h" + :orientation "v" :space-evenly true :halign "center" :width 300 :height 200 (box - :orientation "v" + :orientation "h" + :space-evenly true + :halign "center" + (button + :width 80 + :height 80 + "") + (button + :width 80 + :height 80 + "test!2") + (button + :width 80 + :height 80 + "")) + (box + :orientation "h" :space-evenly true :halign "center" (button @@ -23,7 +39,7 @@ :height 80 "test!")) (box - :orientation "v" + :orientation "h" :space-evenly true :halign "center" (button