Re-organise the panel, and add battery monitor.

This commit is contained in:
Darren 'Tadgy' Austin 2021-03-26 08:18:15 +00:00
commit f1424798f1

View file

@ -101,11 +101,6 @@ Plugin {
Size=10 Size=10
} }
} }
Plugin {
type=cpu
Config {
}
}
Plugin { Plugin {
type=volume type=volume
Config { Config {
@ -119,6 +114,28 @@ Plugin {
Config { Config {
} }
} }
Plugin {
type=cpu
Config {
}
}
Plugin {
type=batt
Config {
BackgroundColor=black
ChargingColor1=#28f200
ChargingColor2=#22cc00
DischargingColor1=#ffee00
DischargingColor2=#d9ca00
HideIfNoBattery=0
AlarmCommand=notify-send "Battery low" --icon=battery-caution
AlarmTime=10
BorderWidth=1
Size=15
ShowExtendedInformation=0
BatteryNumber=0
}
}
Plugin { Plugin {
type=dclock type=dclock
Config { Config {