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