Merge pull request #166 from iandrewt/patch-1
remove second cpu_display option
This commit is contained in:
commit
ca0214cb67
|
@ -260,11 +260,9 @@ progress_color_total="8"
|
||||||
# barinfo: The bar is displayed before the info.
|
# barinfo: The bar is displayed before the info.
|
||||||
# off: Only the info is displayed.
|
# off: Only the info is displayed.
|
||||||
#
|
#
|
||||||
# --cpu_displau bar/infobar/barinfo/off
|
|
||||||
# --memory_display bar/infobar/barinfo/off
|
# --memory_display bar/infobar/barinfo/off
|
||||||
# --battery_display bar/infobar/barinfo/off
|
# --battery_display bar/infobar/barinfo/off
|
||||||
# --disk_display bar/infobar/barinfo/off
|
# --disk_display bar/infobar/barinfo/off
|
||||||
cpu_display="off"
|
|
||||||
memory_display="off"
|
memory_display="off"
|
||||||
battery_display="off"
|
battery_display="off"
|
||||||
disk_display="off"
|
disk_display="off"
|
||||||
|
|
Reference in New Issue