diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index bacca1f..cc379f6 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -1,7 +1,7 @@ * { all: unset; // Unsets everything so you can style everything from scratch /* font-family: FontAwesome, Overpass;*/ - font-family: Overpass Nerd Font Propo; + font-family: PogmomIcons, Overpass Nerd Font Propo; } @import "./style/colors.scss"; @@ -295,6 +295,10 @@ $home-widget-border-color: rgba($color5,1); border-radius: $home-button-circle-border-radius; margin: 5px; font-size: 1.2em; + label { + font-size: 1.2em; + text-align:center; + } } button:hover { background-color: $home-button-hover-bg-color; diff --git a/de/home/.config/eww/modules/home/shortcuts.yuck b/de/home/.config/eww/modules/home/shortcuts.yuck index 3b406ea..893e6a9 100644 --- a/de/home/.config/eww/modules/home/shortcuts.yuck +++ b/de/home/.config/eww/modules/home/shortcuts.yuck @@ -15,18 +15,20 @@ :width 60 :height 60 :onclick "hass-cli -a services -I area_id -i left_bedroom -d light -s toggle" - (image - :image-width 20 - :path "icons/home/shortcuts/personal/ceiling-light-multiple.svg" - )) + "󱣝") +;; (image +;; :image-width 20 +;; :path "icons/home/shortcuts/personal/ceiling-light-multiple.svg" +;; )) (button :width 60 :height 60 :onclick "librewolf-profile Penelope 'https://hass.pogmom.me'" - (image - :image-width 20 - :path "icons/home/shortcuts/personal/home-assistant.svg" - ))) + "󰟐")) +;; (image +;; :image-width 20 +;; :path "icons/home/shortcuts/personal/home-assistant.svg" +;; ))) (box :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9} :orientation "h" @@ -36,26 +38,29 @@ :width 60 :height 60 :onclick "librewolf-profile Penelope 'https://cloud.pogmom.me'" - (image - :image-width 20 - :path "icons/home/shortcuts/personal/nextcloud.svg" - )) + "") +;; (image +;; :image-width 20 +;; :path "icons/home/shortcuts/personal/nextcloud.svg" +;; )) (button :width 60 :height 60 :onclick "librewolf-profile Penelope 'https://masto.pogmom.me'" - (image - :image-width 20 - :path "icons/home/shortcuts/personal/mastodon.svg" - )) + "󰫑") +;; (image +;; :image-width 20 +;; :path "icons/home/shortcuts/personal/mastodon.svg" +;; )) (button :width 60 :height 60 :onclick "librewolf-profile Penelope 'https://watch.pogmom.me'" - (image - :image-width 20 - :path "icons/home/shortcuts/personal/jellyfin.svg" - ))) + "")) +;; (image +;; :image-width 20 +;; :path "icons/home/shortcuts/personal/jellyfin.svg" +;; ))) (box :visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 19) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 10)} :orientation "h" diff --git a/de/home/.fonts/PogmomIcons.otf b/de/home/.fonts/PogmomIcons.otf index ffe0eab..4b0bc2c 100644 Binary files a/de/home/.fonts/PogmomIcons.otf and b/de/home/.fonts/PogmomIcons.otf differ