--progress_length num Length in spaces to make the progress bars.
--progress_length num Length in spaces to make the progress bars.
--progress_colors num num Colors to make the progress bar.
--progress_colors num num Colors to make the progress bar.
Set in this order: elapsed, total
Set in this order: elapsed, total
--cpu_display mode1 mode2 Which shorthand to use and how CPU usage should be printed
--cpu_display mode Progress bar mode.
mode1 takes: name, speed, tiny, on, off
Takes: bar, infobar, barinfo, off
mode2 takes: info, bar, infobar, barinfo
--memory_display mode Progress bar mode.
--memory_display mode Which way should the memory progress bar be added
Takes: bar, infobar, barinfo, off
Takes bar, infobar, barinfo
--battery_display mode Progress bar mode.
--battery_display mode Which way should the battery progress bar be added
Takes: bar, infobar, barinfo, off
Takes bar, infobar, barinfo
--disk_display mode Progress bar mode.
--disk_display mode Which way should the disk progress bar be added
Takes: bar, infobar, barinfo, off
Takes bar, infobar, barinfo, perc
Image:
Image:
...
@@ -3124,10 +3150,7 @@ while [ "$1" ]; do
...
@@ -3124,10 +3150,7 @@ while [ "$1" ]; do
progress_color_elapsed="$2"
progress_color_elapsed="$2"
progress_color_total="$3"
progress_color_total="$3"
;;
;;
--cpu_display)
--cpu_display)cpu_display="$2";;
cpu_shorthand="$2"
cpu_display="$3"
;;
--memory_display)memory_display="$2";;
--memory_display)memory_display="$2";;
--battery_display)battery_display="$2";;
--battery_display)battery_display="$2";;
--disk_display)disk_display="$2";;
--disk_display)disk_display="$2";;
...
@@ -3205,7 +3228,7 @@ while [ "$1" ]; do
...
@@ -3205,7 +3228,7 @@ while [ "$1" ]; do
esac
esac
;;
;;
--test)
--test)
info=(title underline distro kernel uptime packages shell resolution de wm wmtheme theme icons cpu gpu memory font disk battery song localip publicip users birthday term termfont)
info=(title underline distro kernel uptime packages shell resolution de wm wmtheme theme icons cpu cpu_usage gpu memory font disk battery song localip publicip users birthday term termfont)