New backup 2025-11-28 09:30:01
This commit is contained in:
parent
9d1630e5bb
commit
33285280f5
5 changed files with 22 additions and 12 deletions
|
|
@ -77,13 +77,13 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
||||||
revealer.home {
|
revealer.home {
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
|
|
||||||
&>box {
|
&>box {
|
||||||
// & scrolledwindow, viewport.frame, box.home { //box.home {
|
// & scrolledwindow, viewport.frame, box.home { //box.home {
|
||||||
& scrolledwindow>*, viewport.frame, box.home { //box.home {
|
// & scrolledwindow>*, viewport.frame, box.home { //box.home {
|
||||||
// border: 3px solid blue;
|
// border: 3px solid blue;
|
||||||
|
//
|
||||||
border-radius: 0px 20px 0px 20px;
|
border-radius: 0px 20px 0px 20px;
|
||||||
}
|
// }
|
||||||
margin: 3px 10px;
|
margin: 3px 10px;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
@ -197,7 +197,7 @@ revealer.home {
|
||||||
border: 2px solid $home-widget-border-color;
|
border: 2px solid $home-widget-border-color;
|
||||||
border-radius: $home-widget-border-radius;
|
border-radius: $home-widget-border-radius;
|
||||||
background-color: $home-widget-bg-color;
|
background-color: $home-widget-bg-color;
|
||||||
box-shadow: 0px 0px 9px 0px $home-widget-bg-color;
|
// box-shadow: 0px 0px 9px 0px $home-widget-bg-color;
|
||||||
}
|
}
|
||||||
.revealer-title {
|
.revealer-title {
|
||||||
background-color: $home-widget-border-color;
|
background-color: $home-widget-border-color;
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
:windowtype "normal"
|
:windowtype "normal"
|
||||||
:exclusive false
|
:exclusive false
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:y "27px"
|
; :y "27px"
|
||||||
; :width "300px"
|
; :width "300px"
|
||||||
:height "100%"
|
:height "100%"
|
||||||
:anchor "center left")
|
:anchor "center left")
|
||||||
|
|
|
||||||
|
|
@ -18,4 +18,5 @@
|
||||||
(for device in array
|
(for device in array
|
||||||
(button :onclick {(device.connected == "yes") ? 'bluetoothctl disconnect "${device.address}"' : 'bluetoothctl connect "${device.address}"'}
|
(button :onclick {(device.connected == "yes") ? 'bluetoothctl disconnect "${device.address}"' : 'bluetoothctl connect "${device.address}"'}
|
||||||
:class {(device.connected == "yes") ? "active" : "inactive"}
|
:class {(device.connected == "yes") ? "active" : "inactive"}
|
||||||
|
:tooltip "${device.name}"
|
||||||
"${device.icon}"))))
|
"${device.icon}"))))
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,10 @@
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(eventbox
|
(eventbox
|
||||||
:onhover "${EWW_CMD} update ${revealvar-name}=true"
|
; :onhover "${EWW_CMD} update ${revealvar-name}=true"
|
||||||
|
:onscroll "echo {}"
|
||||||
|
; :onscroll "/usr/bin/env bash 'if [[]] ${EWW_CMD} update ${revealvar-name}=true'"
|
||||||
|
:onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
|
||||||
:onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
|
:onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
|
||||||
(box
|
(box
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
|
|
|
||||||
|
|
@ -28,14 +28,16 @@
|
||||||
: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"
|
||||||
(label
|
(label
|
||||||
:justify "center"
|
:justify "center"
|
||||||
:text ""))
|
:text ""
|
||||||
|
:tooltip "Turn on bedroom lights"))
|
||||||
(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'"
|
||||||
(label
|
(label
|
||||||
:justify "center"
|
:justify "center"
|
||||||
:text "")))
|
:text ""
|
||||||
|
:tooltip "Home Assistant")))
|
||||||
(box
|
(box
|
||||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 10}
|
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 10}
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
|
|
@ -47,21 +49,24 @@
|
||||||
:onclick "librewolf-profile Penelope 'https://cloud.pogmom.me'"
|
:onclick "librewolf-profile Penelope 'https://cloud.pogmom.me'"
|
||||||
(label
|
(label
|
||||||
:justify "center"
|
:justify "center"
|
||||||
:text ""))
|
:text ""
|
||||||
|
:tooltip "Nextcloud"))
|
||||||
(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'"
|
||||||
(label
|
(label
|
||||||
:justify "center"
|
:justify "center"
|
||||||
:text ""))
|
:text ""
|
||||||
|
:tooltip "Mastodon"))
|
||||||
(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'"
|
||||||
(label
|
(label
|
||||||
:justify "center"
|
:justify "center"
|
||||||
:text "")))
|
:text ""
|
||||||
|
:tooltip "Jellyfin")))
|
||||||
(box
|
(box
|
||||||
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)}
|
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)}
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
|
|
@ -74,7 +79,8 @@
|
||||||
:tooltip "smb://server-hp-y2z63av"
|
:tooltip "smb://server-hp-y2z63av"
|
||||||
(label
|
(label
|
||||||
:justify "center"
|
:justify "center"
|
||||||
:text ""))
|
:text ""
|
||||||
|
:tooltip "Media Server SMB"))
|
||||||
(button
|
(button
|
||||||
:width 60
|
:width 60
|
||||||
:height 60
|
:height 60
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue