Config: Change formatting

This commit is contained in:
Dylan Araps 2016-10-23 09:54:47 +11:00
parent 664556d137
commit 5a855e667f

View file

@ -55,7 +55,7 @@ printinfo () {
# Kernel # Kernel
# Show more kernel info # Show more kernel info
# --kernel_shorthand on/off # --kernel_shorthand on, off
kernel_shorthand="on" kernel_shorthand="on"
@ -66,7 +66,7 @@ kernel_shorthand="on"
distro_shorthand="off" distro_shorthand="off"
# Show 'x86_64' and 'x86' in 'Distro:' output. # Show 'x86_64' and 'x86' in 'Distro:' output.
# --os_arch on/off # --os_arch on, off
os_arch="on" os_arch="on"
@ -80,11 +80,11 @@ uptime_shorthand="off"
# Shell # Shell
# Show the path to $SHELL # Show the path to $SHELL
# --shell_path on/off # --shell_path on, off
shell_path="off" shell_path="off"
# Show $SHELL's version # Show $SHELL's version
# --shell_version on/off # --shell_version on, off
shell_version="on" shell_version="on"
@ -129,34 +129,35 @@ cpu_temp="off"
# GPU # GPU
# Shorten output of the getgpu funcion # Shorten output of the getgpu funcion
# --gpu_shorthand on/off/tiny # --gpu_shorthand on, off, tiny
gpu_shorthand="on" gpu_shorthand="on"
# Enable/Disable GPU Brand # Enable/Disable GPU Brand
# --gpu_brand on/off # --gpu_brand on, off
gpu_brand="on" gpu_brand="on"
# Resolution # Resolution
# Display refresh rate next to each monitor # Display refresh rate next to each monitor
# Unsupported on Windows # Unsupported on Windows
# --refresh_rate on/off # --refresh_rate on, off
refresh_rate="off" refresh_rate="off"
# Gtk Theme / Icons # Gtk Theme / Icons
# Shorten output (Hide [GTK2] etc) # Shorten output (Hide [GTK2] etc)
# --gtk_shorthand on/off # --gtk_shorthand on, off
gtk_shorthand="off" gtk_shorthand="off"
# Enable/Disable gtk2 theme/icons output # Enable/Disable gtk2 theme/icons output
# --gtk2 on/off # --gtk2 on, off
gtk2="on" gtk2="on"
# Enable/Disable gtk3 theme/icons output # Enable/Disable gtk3 theme/icons output
# --gtk3 on/off # --gtk3 on, off
gtk3="on" gtk3="on"
@ -171,7 +172,7 @@ battery_num="all"
# Whether or not to print each battery on the same line. # Whether or not to print each battery on the same line.
# By default each battery gets its own line and title. # By default each battery gets its own line and title.
# NOTE: Only works on Linux. # NOTE: Only works on Linux.
# --battery_shorthand on/off # --battery_shorthand on, off
battery_shorthand="off" battery_shorthand="off"
@ -185,7 +186,7 @@ public_ip_host="http://ident.me"
# Song # Song
# Print the Artist and Title on seperate lines # Print the Artist and Title on seperate lines
# --song_shorthand on/off # --song_shorthand on, off
song_shorthand="off" song_shorthand="off"
@ -194,11 +195,11 @@ song_shorthand="off"
# Whether to show a long pretty output # Whether to show a long pretty output
# or a shortened one # or a shortened one
# NOTE: Long pretty output doesn't work on OpenBSD or NetBSD. # NOTE: Long pretty output doesn't work on OpenBSD or NetBSD.
# --birthday_shorthand on/off # --birthday_shorthand on, off
birthday_shorthand="off" birthday_shorthand="off"
# Whether to show the time in the output # Whether to show the time in the output
# --birthday_time on/off # --birthday_time on, off
birthday_time="on" birthday_time="on"
# Date format to use when printing birthday # Date format to use when printing birthday
@ -227,11 +228,11 @@ colors=(distro)
# Toggle bold text # Toggle bold text
# --bold on/off # --bold on, off
bold="on" bold="on"
# Enable/Disable Underline # Enable/Disable Underline
# --underline on/off # --underline on, off
underline_enabled="on" underline_enabled="on"
# Underline character # Underline character
@ -250,7 +251,7 @@ start=0
end=7 end=7
# Toggle color blocks # Toggle color blocks
# --color_blocks on/off # --color_blocks on, off
color_blocks="on" color_blocks="on"
# Color block width in spaces # Color block width in spaces
@ -273,7 +274,7 @@ progress_char_elapsed="-"
progress_char_total="=" progress_char_total="="
# Progress border # Progress border
# --progress_border on/off # --progress_border on, off
progress_border="on" progress_border="on"
# Progress bar length in spaces # Progress bar length in spaces
@ -294,9 +295,9 @@ progress_color_total="distro"
# 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.
# #
# --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
memory_display="off" memory_display="off"
battery_display="off" battery_display="off"
disk_display="off" disk_display="off"
@ -321,17 +322,17 @@ w3m_img_path="/usr/lib/w3m/w3mimgdisplay"
# Image position # Image position
# Only works with the w3m backend. # Only works with the w3m backend.
# --image_position left/right # --image_position left, right
image_position="left" image_position="left"
# Crop mode # Crop mode
# --crop_mode normal/fit/fill # --crop_mode normal, fit, fill
crop_mode="normal" crop_mode="normal"
# Crop offset # Crop offset
# Only affects normal mode. # Only affects normal mode.
# --crop_offset northwest/north/northeast/west/center # --crop_offset northwest, north, northeast, west, center
# east/southwest/south/southeast # east, southwest, south, southeast
crop_offset="center" crop_offset="center"
# Image size # Image size
@ -391,7 +392,7 @@ ascii_logo_size="normal"
# Bold ascii logo # Bold ascii logo
# Whether or not to bold the ascii logo. # Whether or not to bold the ascii logo.
# --ascii_bold on/off # --ascii_bold on, off
ascii_bold="on" ascii_bold="on"