New backup 2025-07-11 12:00:06

This commit is contained in:
Penelope Gwen 2025-07-11 12:00:06 -07:00
parent 8ac17150f8
commit 440122b9d0
3 changed files with 30 additions and 21 deletions

View file

@ -1,7 +1,7 @@
* { * {
all: unset; // Unsets everything so you can style everything from scratch all: unset; // Unsets everything so you can style everything from scratch
/* font-family: FontAwesome, Overpass;*/ /* font-family: FontAwesome, Overpass;*/
font-family: Overpass Nerd Font Propo; font-family: PogmomIcons, Overpass Nerd Font Propo;
} }
@import "./style/colors.scss"; @import "./style/colors.scss";
@ -295,6 +295,10 @@ $home-widget-border-color: rgba($color5,1);
border-radius: $home-button-circle-border-radius; border-radius: $home-button-circle-border-radius;
margin: 5px; margin: 5px;
font-size: 1.2em; font-size: 1.2em;
label {
font-size: 1.2em;
text-align:center;
}
} }
button:hover { button:hover {
background-color: $home-button-hover-bg-color; background-color: $home-button-hover-bg-color;

View file

@ -15,18 +15,20 @@
:width 60 :width 60
:height 60 :height 60
:onclick "hass-cli -a services -I area_id -i left_bedroom -d light -s toggle" :onclick "hass-cli -a services -I area_id -i left_bedroom -d light -s toggle"
(image "󱣝")
:image-width 20 ;; (image
:path "icons/home/shortcuts/personal/ceiling-light-multiple.svg" ;; :image-width 20
)) ;; :path "icons/home/shortcuts/personal/ceiling-light-multiple.svg"
;; ))
(button (button
:width 60 :width 60
:height 60 :height 60
:onclick "librewolf-profile Penelope 'https://hass.pogmom.me'" :onclick "librewolf-profile Penelope 'https://hass.pogmom.me'"
(image "󰟐"))
:image-width 20 ;; (image
:path "icons/home/shortcuts/personal/home-assistant.svg" ;; :image-width 20
))) ;; :path "icons/home/shortcuts/personal/home-assistant.svg"
;; )))
(box (box
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9} :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
:orientation "h" :orientation "h"
@ -36,26 +38,29 @@
:width 60 :width 60
:height 60 :height 60
:onclick "librewolf-profile Penelope 'https://cloud.pogmom.me'" :onclick "librewolf-profile Penelope 'https://cloud.pogmom.me'"
(image "")
:image-width 20 ;; (image
:path "icons/home/shortcuts/personal/nextcloud.svg" ;; :image-width 20
)) ;; :path "icons/home/shortcuts/personal/nextcloud.svg"
;; ))
(button (button
:width 60 :width 60
:height 60 :height 60
:onclick "librewolf-profile Penelope 'https://masto.pogmom.me'" :onclick "librewolf-profile Penelope 'https://masto.pogmom.me'"
(image "󰫑")
:image-width 20 ;; (image
:path "icons/home/shortcuts/personal/mastodon.svg" ;; :image-width 20
)) ;; :path "icons/home/shortcuts/personal/mastodon.svg"
;; ))
(button (button
:width 60 :width 60
:height 60 :height 60
:onclick "librewolf-profile Penelope 'https://watch.pogmom.me'" :onclick "librewolf-profile Penelope 'https://watch.pogmom.me'"
(image ""))
:image-width 20 ;; (image
:path "icons/home/shortcuts/personal/jellyfin.svg" ;; :image-width 20
))) ;; :path "icons/home/shortcuts/personal/jellyfin.svg"
;; )))
(box (box
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 19) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 10)} :visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 19) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 10)}
:orientation "h" :orientation "h"

Binary file not shown.