looks nicer now
This commit is contained in:
parent
2a89d88fd6
commit
fce9439ecc
28
config.conf
28
config.conf
|
@ -22,10 +22,10 @@ print_info() {
|
|||
info "GPU" gpu
|
||||
info "Memory" memory
|
||||
|
||||
info "GPU Driver" gpu_driver # Linux/macOS only
|
||||
# info "GPU Driver" gpu_driver # Linux/macOS only
|
||||
info "Disk" disk
|
||||
# info "Battery" battery
|
||||
# info "Font" font
|
||||
info "Battery" battery
|
||||
info "Font" font
|
||||
# info "Song" song
|
||||
# [[ "$player" ]] && prin "Music Player" "$player"
|
||||
info "Local IP" local_ip
|
||||
|
@ -84,7 +84,7 @@ distro_shorthand="off"
|
|||
# Example:
|
||||
# on: 'Arch Linux x86_64'
|
||||
# off: 'Arch Linux'
|
||||
os_arch="on"
|
||||
os_arch="off"
|
||||
|
||||
|
||||
# Uptime
|
||||
|
@ -100,7 +100,7 @@ os_arch="on"
|
|||
# on: '2 days, 10 hours, 3 mins'
|
||||
# tiny: '2d 10h 3m'
|
||||
# off: '2 days, 10 hours, 3 minutes'
|
||||
uptime_shorthand="on"
|
||||
uptime_shorthand="tiny"
|
||||
|
||||
|
||||
# Memory
|
||||
|
@ -115,7 +115,7 @@ uptime_shorthand="on"
|
|||
# Example:
|
||||
# on: '1801MiB / 7881MiB (22%)'
|
||||
# off: '1801MiB / 7881MiB'
|
||||
memory_percent="off"
|
||||
memory_percent="on"
|
||||
|
||||
# Change memory output unit.
|
||||
#
|
||||
|
@ -231,7 +231,7 @@ cpu_speed="on"
|
|||
# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores)
|
||||
# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores)
|
||||
# off: 'Intel i7-6500U @ 3.1GHz'
|
||||
cpu_cores="logical"
|
||||
cpu_cores="physical"
|
||||
|
||||
# CPU Temperature
|
||||
# Hide/Show CPU temperature.
|
||||
|
@ -248,7 +248,7 @@ cpu_cores="logical"
|
|||
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
|
||||
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
|
||||
# off: 'Intel i7-6500U (4) @ 3.1GHz'
|
||||
cpu_temp="off"
|
||||
cpu_temp="C"
|
||||
|
||||
|
||||
# GPU
|
||||
|
@ -297,7 +297,7 @@ gpu_type="all"
|
|||
# Example:
|
||||
# on: '1920x1080 @ 60Hz'
|
||||
# off: '1920x1080'
|
||||
refresh_rate="off"
|
||||
refresh_rate="on"
|
||||
|
||||
|
||||
# Gtk Theme / Icons / Font
|
||||
|
@ -393,7 +393,7 @@ de_version="on"
|
|||
# disk_show=('/'):
|
||||
# 'Disk (/): 74G / 118G (66%)'
|
||||
#
|
||||
disk_show=('/')
|
||||
disk_show=('/' '/home/')
|
||||
|
||||
# Disk subtitle.
|
||||
# What to append to the Disk subtitle.
|
||||
|
@ -534,7 +534,7 @@ mpc_args=()
|
|||
# Example:
|
||||
# colors=(distro) - Text is colored based on Distro colors.
|
||||
# colors=(4 6 1 8 8 6) - Text is colored in the order above.
|
||||
colors=(distro)
|
||||
colors=(4 5 8 5 8 7) ## HINT: Uncheck when colors needed
|
||||
|
||||
|
||||
# Text Options
|
||||
|
@ -559,7 +559,7 @@ underline_enabled="on"
|
|||
# Default: '-'
|
||||
# Values: 'string'
|
||||
# Flag: --underline_char
|
||||
underline_char="-"
|
||||
underline_char="="
|
||||
|
||||
|
||||
# Info Separator
|
||||
|
@ -571,7 +571,7 @@ underline_char="-"
|
|||
# Example:
|
||||
# separator="->": 'Shell-> bash'
|
||||
# separator=" =": 'WM = dwm'
|
||||
separator=":"
|
||||
separator=" => "
|
||||
|
||||
|
||||
# Color Blocks
|
||||
|
@ -598,7 +598,7 @@ block_range=(0 15)
|
|||
# Default: 'on'
|
||||
# Values: 'on', 'off'
|
||||
# Flag: --color_blocks
|
||||
color_blocks="on"
|
||||
color_blocks="off"
|
||||
|
||||
# Color block width in spaces
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue