Organize/source fish functions in dirs
- mpv config - 369-a3 fish functions
This commit is contained in:
@@ -21,7 +21,7 @@ print_info() {
|
||||
info "Packages" packages
|
||||
info "WM" wm
|
||||
info "WM Theme" wm_theme
|
||||
info "Font" font
|
||||
# info "Font" font
|
||||
info "Theme" theme
|
||||
info "Icons" icons
|
||||
info "CPU" cpu
|
||||
@@ -336,7 +336,8 @@ public_ip_host="http://ident.me"
|
||||
# disk_show=('/'):
|
||||
# 'Disk (/): 74G / 118G (66%)'
|
||||
#
|
||||
disk_show=('/' '/home' '/mnt/linux-files' )
|
||||
# disk_show=('/' '/home' '/mnt/linux-files' )
|
||||
disk_show=('/dev/sda1' '/dev/sda3' '/dev/sdc2' )
|
||||
|
||||
# Disk subtitle.
|
||||
# What to append to the Disk subtitle.
|
||||
@@ -547,8 +548,11 @@ bar_color_total="distro"
|
||||
# off: 'info'
|
||||
cpu_display="off"
|
||||
memory_display="off"
|
||||
# cpu_display="barinfo"
|
||||
# memory_display="barinfo"
|
||||
battery_display="off"
|
||||
disk_display="off"
|
||||
# disk_display="barinfo"
|
||||
|
||||
|
||||
# Backend Settings
|
||||
|
||||
Reference in New Issue
Block a user