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 {
|
revealer.home {
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
|
padding-bottom: 25px;
|
||||||
|
|
||||||
&>box {
|
&>box {
|
||||||
|
& scrolledwindow viewport.frame { //box.home {
|
||||||
|
border: 3px solid blue;
|
||||||
|
border-radius: 16px 0px 16px 0px;
|
||||||
|
}
|
||||||
margin: 3px 10px;
|
margin: 3px 10px;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,21 @@
|
||||||
(mcstatus_revealer)
|
(mcstatus_revealer)
|
||||||
(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)}
|
||||||
(software_revealer))
|
(software_revealer)
|
||||||
|
)
|
||||||
(box
|
(box
|
||||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
||||||
(notes_revealer))
|
(notes_revealer)
|
||||||
|
)
|
||||||
(box
|
(box
|
||||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
||||||
(reminders_revealer))))) ) )
|
(reminders_revealer)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
;(box :height 10)
|
||||||
|
)
|
||||||
|
))
|
||||||
|
|
||||||
;widget templates
|
;widget templates
|
||||||
(include "modules/home/revealer-on-press.yuck")
|
(include "modules/home/revealer-on-press.yuck")
|
||||||
|
|
|
||||||
|
|
@ -17,13 +17,18 @@ Name=Penelope
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=penelope
|
Path=penelope
|
||||||
Default=1
|
Default=1
|
||||||
StoreID=bf331188
|
StoreID=0585997e
|
||||||
ShowSelector=0
|
ShowSelector=0
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
StartWithLastProfile=1
|
StartWithLastProfile=1
|
||||||
Version=2
|
Version=2
|
||||||
|
|
||||||
|
[Profile4]
|
||||||
|
Name=testing
|
||||||
|
IsRelative=1
|
||||||
|
Path=4z689ygf.testing
|
||||||
|
|
||||||
[Install6C4726F70D182CF7]
|
[Install6C4726F70D182CF7]
|
||||||
Default=penelope
|
Default=penelope
|
||||||
Locked=1
|
Locked=1
|
||||||
|
|
@ -33,8 +38,3 @@ Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=school
|
Path=school
|
||||||
|
|
||||||
[Profile4]
|
|
||||||
Name=testing
|
|
||||||
IsRelative=1
|
|
||||||
Path=4z689ygf.testing
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue