New backup 2025-07-11 12:00:06
This commit is contained in:
parent
8ac17150f8
commit
440122b9d0
3 changed files with 30 additions and 21 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue