New backup 2025-07-19 10:44:30

This commit is contained in:
Penelope Gwen 2025-07-19 10:44:30 -07:00
parent f77d696743
commit 2594f4c972
3 changed files with 18 additions and 7 deletions

View file

@ -316,12 +316,23 @@ $home-widget-border-hover-color: rgba($color5,0.3);
// margin-left: 10px; // margin-left: 10px;
} }
.art-button-overlay { .art-button-overlay {
font-size: 3em; &.small {
font-size: 2em;
margin: 20px 0px 20px 20px;
}
&.big {
font-size: 3em;
margin: 20px;
}
background-color: rgba($color0,0.5); background-color: rgba($color0,0.5);
color: $color5; color: $color5;
border-radius: $home-widget-border-radius; border-radius: $home-widget-border-radius;
} }
.art-button-overlay, /* .art-button-overlay{
&.small {
margin: 5px 0px 5px 5px;
}
}*/
.nowplayingart { .nowplayingart {
&.small { &.small {
margin: 20px 0px 20px 20px; margin: 20px 0px 20px 20px;

View file

@ -36,7 +36,7 @@
(button (button
:height 100 :height 100
:width 100 :width 100
:valign "cs" :valign "fill"
:halign "fill" :halign "fill"
:hexpand false :hexpand false
:vexpand false :vexpand false
@ -49,7 +49,7 @@
:reveal {small_art_overlay} :reveal {small_art_overlay}
(label :class "art-button-overlay small" (label :class "art-button-overlay small"
:justify "center" :justify "center"
:xalign 0.6 :xalign 0.5
:yalign 0.5 :yalign 0.5
:height 80 :height 80
:width 80 :width 80
@ -110,7 +110,7 @@
(button (button
:height 100 :height 100
:width 100 :width 100
:valign "cs" :valign "fill"
:halign "fill" :halign "fill"
:hexpand false :hexpand false
:vexpand false :vexpand false

View file

@ -5,7 +5,8 @@
(defvar reveal_software true) (defvar reveal_software true)
(defwidget software_revealer [] (defwidget software_revealer []
(revealer-on-press (revealer-on-press
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9} :visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)}
; :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
:revealvar reveal_software :revealvar reveal_software
:revealvar-name "reveal_software" :revealvar-name "reveal_software"
:width 300 :width 300
@ -17,7 +18,6 @@
(defwidget softwareupdates [json] (defwidget softwareupdates [json]
(box (box
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)}
:class "notes" :class "notes"
:orientation "v" :orientation "v"
:halign "baseline" :halign "baseline"