New backup 2025-06-30 11:45:02
This commit is contained in:
parent
5200b6312f
commit
d14647c399
4 changed files with 29 additions and 6 deletions
|
@ -15,19 +15,24 @@
|
||||||
.music {
|
.music {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
.tray_children {
|
//.tray_children {
|
||||||
margin: 0px 10px;
|
// margin: 0px 10px;
|
||||||
}
|
//}
|
||||||
.leftgroup {
|
.leftgroup {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.rightgroup {
|
.rightgroup {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
.leftgroup,
|
||||||
|
.centergroup,
|
||||||
|
.rightgroup {
|
||||||
|
background-color: $color1;
|
||||||
|
}
|
||||||
.leftgroup>*,
|
.leftgroup>*,
|
||||||
.centergroup>*,
|
.centergroup>*,
|
||||||
.rightgroup>* {
|
.rightgroup>* {
|
||||||
margin: 10px 0px 0px 5px;
|
margin: 0px 0px 0px 5px;
|
||||||
min-width: 25px;
|
min-width: 25px;
|
||||||
}
|
}
|
||||||
scale trough,
|
scale trough,
|
||||||
|
@ -76,7 +81,7 @@ circular-progress {
|
||||||
.music,
|
.music,
|
||||||
.profile,
|
.profile,
|
||||||
.active_window {
|
.active_window {
|
||||||
background-color: rgba($color8,0.5);
|
background-color: rgba($color9,0.3);
|
||||||
border: 2px solid rgba($color0,0.5);
|
border: 2px solid rgba($color0,0.5);
|
||||||
color: $color0;
|
color: $color0;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
;; :y "0%"
|
||||||
|
:y "10px"
|
||||||
:width "100%"
|
:width "100%"
|
||||||
:height "30px"
|
:height "30px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
|
|
|
@ -19,6 +19,7 @@ exec {
|
||||||
'sleep 5;aik_launcher rss_guard'
|
'sleep 5;aik_launcher rss_guard'
|
||||||
'sleep 5;tokodon'
|
'sleep 5;tokodon'
|
||||||
'diskspace-check'
|
'diskspace-check'
|
||||||
|
poweralertd
|
||||||
}
|
}
|
||||||
|
|
||||||
# Run on reload
|
# Run on reload
|
||||||
|
|
|
@ -32,6 +32,22 @@
|
||||||
"PowerSupplyOnline": {
|
"PowerSupplyOnline": {
|
||||||
"state": "ignored",
|
"state": "ignored",
|
||||||
"category": "power.online"
|
"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": [
|
"widgets": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue