test
This commit is contained in:
parent
db399795a8
commit
fd3388dd99
2 changed files with 16 additions and 16 deletions
|
@ -32,21 +32,21 @@ print_info() {
|
|||
info "$(color 15)├$(color 6) Shell" shell
|
||||
info "$(color 15)└$(color 6) Font" term_font
|
||||
|
||||
info "Disk" disk
|
||||
info "WM Theme" wm_theme
|
||||
info "Theme" theme
|
||||
info "Icons" icons
|
||||
info "DE" de
|
||||
info "WM" wm
|
||||
info "CPU Usage" cpu_usage
|
||||
info "Battery" battery
|
||||
info "Font" font
|
||||
info "Song" song
|
||||
# info "Disk" disk
|
||||
# info "WM Theme" wm_theme
|
||||
# info "Theme" theme
|
||||
# info "Icons" icons
|
||||
# info "DE" de
|
||||
# info "WM" wm
|
||||
# info "CPU Usage" cpu_usage
|
||||
# info "Battery" battery
|
||||
# info "Font" font
|
||||
# info "Song" song
|
||||
# [[ $player ]] && prin "Music Player" "$player"
|
||||
info "Local IP" local_ip
|
||||
info "Public IP" public_ip
|
||||
info "Users" users
|
||||
info "Locale" locale # This only works on glibc systems.
|
||||
# info "Local IP" local_ip
|
||||
# info "Public IP" public_ip
|
||||
# info "Users" users
|
||||
# info "Locale" locale # This only works on glibc systems.
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
blur {
|
||||
size = 8
|
||||
passes = 2
|
||||
size = 12
|
||||
passes = 4
|
||||
ignore_opacity = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue