Re-organise the panel, and add battery monitor.
This commit is contained in:
parent
7b9da268d0
commit
f1424798f1
1 changed files with 22 additions and 5 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue