New backup 2025-07-24 15:00:03
This commit is contained in:
parent
b2aeebc96f
commit
b6a8e9e436
3 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
:revealvar reveal_sysdisk
|
||||
:revealvar-name "reveal_sysdisk"
|
||||
(metric :label " "
|
||||
:class "revealer-preview"
|
||||
:tooltip "home"
|
||||
:value {EWW_DISK["/home"].used_perc})
|
||||
(sysdisk_children)))
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:revealvar reveal_volume
|
||||
:revealvar-name "reveal_volume"
|
||||
(button :onclick 'pavucontrol-qt --tab 3'
|
||||
:class "revealer-preview ${(volume == 0) ? '' : 'active'}"
|
||||
:class {(volume == 0) ? '' : 'active'}
|
||||
{(volume == 0) ? "" : ((volume > 50) ? "" : "")})
|
||||
(volume_children)))
|
||||
|
||||
|
|
|
@ -83,7 +83,9 @@
|
|||
background-color: $color2;
|
||||
}
|
||||
// .revealer-on-hover>widget>
|
||||
.revealer-preview {
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
.reveal_children>*,
|
||||
.reveal_children>widget>image {
|
||||
padding: 3px 4px;
|
||||
min-width: $bar-module-width;
|
||||
transition: all 0.3s;
|
||||
|
|
Loading…
Add table
Reference in a new issue