New backup 2025-06-30 11:45:02

This commit is contained in:
Penelope Gwen 2025-06-30 11:45:02 -07:00
parent 5200b6312f
commit d14647c399
4 changed files with 29 additions and 6 deletions

View file

@ -15,19 +15,24 @@
.music {
margin: 10px;
}
.tray_children {
margin: 0px 10px;
}
//.tray_children {
// margin: 0px 10px;
//}
.leftgroup {
margin-left: 5px;
}
.rightgroup {
margin-right: 10px;
}
.leftgroup,
.centergroup,
.rightgroup {
background-color: $color1;
}
.leftgroup>*,
.centergroup>*,
.rightgroup>* {
margin: 10px 0px 0px 5px;
margin: 0px 0px 0px 5px;
min-width: 25px;
}
scale trough,
@ -76,7 +81,7 @@ circular-progress {
.music,
.profile,
.active_window {
background-color: rgba($color8,0.5);
background-color: rgba($color9,0.3);
border: 2px solid rgba($color0,0.5);
color: $color0;
padding: 2px;

View file

@ -4,7 +4,8 @@
:windowtype "dock"
:exclusive true
:geometry (geometry :x "0%"
:y "0%"
;; :y "0%"
:y "10px"
:width "100%"
:height "30px"
:anchor "top center")

View file

@ -19,6 +19,7 @@ exec {
'sleep 5;aik_launcher rss_guard'
'sleep 5;tokodon'
'diskspace-check'
poweralertd
}
# Run on reload

View file

@ -32,6 +32,22 @@
"PowerSupplyOnline": {
"state": "ignored",
"category": "power.online"
},
"PowerSupplyOffline": {
"state": "ignored",
"category": "power.offline"
},
"PowerDischarging": {
"state": "ignored",
"category": "power.discharging"
},
"PowerWarningCleared": {
"state": "ignored",
"category": "power.cleared"
},
"PowerSupplyO": {
"state": "ignored",
"category": "power.online"
}
},
"widgets": [