New backup 2025-11-28 08:45:01
This commit is contained in:
parent
070ef7ed71
commit
c232a59ddf
3 changed files with 22 additions and 10 deletions
|
|
@ -76,9 +76,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 {
|
||||
border: 3px solid blue;
|
||||
border-radius: 16px 0px 16px 0px;
|
||||
}
|
||||
margin: 3px 10px;
|
||||
&:first-child {
|
||||
padding-top: 10px;
|
||||
|
|
|
|||
|
|
@ -27,13 +27,21 @@
|
|||
(mcstatus_revealer)
|
||||
(box
|
||||
:visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)}
|
||||
(software_revealer))
|
||||
(software_revealer)
|
||||
)
|
||||
(box
|
||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
||||
(notes_revealer))
|
||||
(notes_revealer)
|
||||
)
|
||||
(box
|
||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
||||
(reminders_revealer))))) ) )
|
||||
(reminders_revealer)
|
||||
)
|
||||
)
|
||||
)
|
||||
;(box :height 10)
|
||||
)
|
||||
))
|
||||
|
||||
;widget templates
|
||||
(include "modules/home/revealer-on-press.yuck")
|
||||
|
|
|
|||
|
|
@ -17,13 +17,18 @@ Name=Penelope
|
|||
IsRelative=1
|
||||
Path=penelope
|
||||
Default=1
|
||||
StoreID=bf331188
|
||||
StoreID=0585997e
|
||||
ShowSelector=0
|
||||
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
Version=2
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
[Install6C4726F70D182CF7]
|
||||
Default=penelope
|
||||
Locked=1
|
||||
|
|
@ -33,8 +38,3 @@ Name=School
|
|||
IsRelative=1
|
||||
Path=school
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue