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 {
|
||||
font-size: 0.95em;
|
||||
padding-bottom: 25px;
|
||||
|
||||
&>box {
|
||||
// & 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-radius: 0px 20px 0px 20px;
|
||||
}
|
||||
// }
|
||||
margin: 3px 10px;
|
||||
&:first-child {
|
||||
padding-top: 10px;
|
||||
|
|
@ -197,7 +197,7 @@ revealer.home {
|
|||
border: 2px solid $home-widget-border-color;
|
||||
border-radius: $home-widget-border-radius;
|
||||
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 {
|
||||
background-color: $home-widget-border-color;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
:windowtype "normal"
|
||||
:exclusive false
|
||||
:geometry (geometry
|
||||
:y "27px"
|
||||
; :y "27px"
|
||||
; :width "300px"
|
||||
:height "100%"
|
||||
:anchor "center left")
|
||||
|
|
|
|||
|
|
@ -18,4 +18,5 @@
|
|||
(for device in array
|
||||
(button :onclick {(device.connected == "yes") ? 'bluetoothctl disconnect "${device.address}"' : 'bluetoothctl connect "${device.address}"'}
|
||||
:class {(device.connected == "yes") ? "active" : "inactive"}
|
||||
:tooltip "${device.name}"
|
||||
"${device.icon}"))))
|
||||
|
|
|
|||
|
|
@ -4,7 +4,10 @@
|
|||
:orientation "h"
|
||||
:space-evenly false
|
||||
(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"
|
||||
(box
|
||||
:space-evenly false
|
||||
|
|
|
|||
|
|
@ -28,14 +28,16 @@
|
|||
:onclick "hass-cli -a services -I area_id -i left_bedroom -d light -s toggle"
|
||||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
:text ""
|
||||
:tooltip "Turn on bedroom lights"))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "librewolf-profile Penelope 'https://hass.pogmom.me'"
|
||||
(label
|
||||
:justify "center"
|
||||
:text "")))
|
||||
:text ""
|
||||
:tooltip "Home Assistant")))
|
||||
(box
|
||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 10}
|
||||
:orientation "h"
|
||||
|
|
@ -47,21 +49,24 @@
|
|||
:onclick "librewolf-profile Penelope 'https://cloud.pogmom.me'"
|
||||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
:text ""
|
||||
:tooltip "Nextcloud"))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "librewolf-profile Penelope 'https://masto.pogmom.me'"
|
||||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
:text ""
|
||||
:tooltip "Mastodon"))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
:onclick "librewolf-profile Penelope 'https://watch.pogmom.me'"
|
||||
(label
|
||||
:justify "center"
|
||||
:text "")))
|
||||
:text ""
|
||||
:tooltip "Jellyfin")))
|
||||
(box
|
||||
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)}
|
||||
:orientation "h"
|
||||
|
|
@ -74,7 +79,8 @@
|
|||
:tooltip "smb://server-hp-y2z63av"
|
||||
(label
|
||||
:justify "center"
|
||||
:text ""))
|
||||
:text ""
|
||||
:tooltip "Media Server SMB"))
|
||||
(button
|
||||
:width 60
|
||||
:height 60
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue