shorten entries for autolock and battery in i3pystatus
This commit is contained in:
parent
5150fe8c10
commit
a52f617538
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ status.register("backlight",
|
|||
interval=1)
|
||||
|
||||
status.register("shell",
|
||||
format="Autolock: {output}",
|
||||
format="L: {output}",
|
||||
command="/home/kunsi/.config/i3pystatus/screensaver-status.sh",
|
||||
interval=1,
|
||||
on_leftclick="xset s 90 10",
|
||||
|
@ -33,7 +33,7 @@ status.register("clock",
|
|||
|
||||
status.register("battery",
|
||||
battery_ident="BAT0",
|
||||
format="BAT0: {status}{percentage:.2f}% {remaining:%E%h:%M}",
|
||||
format="B0: {status}{percentage:.2f}% {remaining:%E%h:%M}",
|
||||
alert=True,
|
||||
alert_percentage=5,
|
||||
status={
|
||||
|
@ -43,7 +43,7 @@ status.register("battery",
|
|||
})
|
||||
status.register("battery",
|
||||
battery_ident="BAT1",
|
||||
format="BAT1: {status}{percentage:.2f}% {remaining:%E%h:%M}",
|
||||
format="B1: {status}{percentage:.2f}% {remaining:%E%h:%M}",
|
||||
alert=True,
|
||||
alert_percentage=5,
|
||||
status={
|
||||
|
|
Loading…
Reference in a new issue