This commit is contained in:
2018-12-03 08:44:26 -05:00
parent eab0c8e065
commit 91b20d1c10
5 changed files with 217 additions and 33 deletions

View File

@@ -19,11 +19,11 @@ print_info() {
# info "Theme" theme
# info "Icons" icons
info "CPU" cpu
info "GPU" gpu
# info "CPU Usage" cpu_usage
# info "GPU" gpu
info "Memory" memory
info "Disk" disk
# info "Resolution" resolution
info "Resolution" resolution
# info "Uptime" uptime
info "Install Date" install_date
info "Song" song
@@ -546,6 +546,7 @@ disk_display="off"
# Values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m'
# Flag: --backend
image_backend="ascii"
# image_backend="jp2a"
# Image Source
#
@@ -558,8 +559,8 @@ image_backend="ascii"
# NOTE: 'auto' will pick the best image source for whatever image backend is used.
# In ascii mode, distro ascii art will be used and in an image mode, your
# wallpaper will be used.
# image_source="auto"
image_source="auto"
# image_source="$HOME/Downloads/arch.png"
# Ascii Options