Fixed merge conflicts

This commit is contained in:
Dylan
2016-03-13 08:55:35 +11:00
9 changed files with 529 additions and 76 deletions

View File

@@ -35,7 +35,6 @@ printinfo () {
# info "Font" font
# info "Disk" disk
# info "Resolution" resolution
# info "Battery" battery
# info "Local IP" localip
# info "Public IP" publicip
@@ -46,6 +45,7 @@ printinfo () {
info linebreak
info cols
info linebreak
info linebreak
}
@@ -93,11 +93,16 @@ shell_version="off"
# scaling_current, scaling_min, scaling_max
speed_type="max"
# CPU shorthand
# Decice to show name only, speed only, or short info
# --cpu_shorthand name, speed, tiny, on, off
cpu_shorthand="off"
# GPU
# Shorten output of the getgpu funcion
# --gpu_shorthand on/off
# --gpu_shorthand on/off/tiny
gpu_shorthand="on"
@@ -158,6 +163,11 @@ birthday_shorthand="off"
# --birthday_time on/off
birthday_time="on"
# Date format to use when printing birthday
# --birthday_format "format"
birthday_format="+%a %d %b %Y %l:%M %p"
# Color Blocks
# Color block range
@@ -296,7 +306,7 @@ image_size="auto"
# Right gap between image and text
# --gap num
gap=4
gap=2
# Image offsets
# --xoffset px
@@ -356,6 +366,14 @@ scrot_dir="$HOME/Pictures"
scrot_name="neofetch-%Y-%m-%d-%H:%M.png"
# }}}
# Stdout options {{{
# Separator for stdout mode
# --stdout_separator string
stdout_separator=" "
# }}}
# Config Options {{{