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) Shell" shell
|
||||||
info "$(color 15)└$(color 6) Font" term_font
|
info "$(color 15)└$(color 6) Font" term_font
|
||||||
|
|
||||||
info "Disk" disk
|
# info "Disk" disk
|
||||||
info "WM Theme" wm_theme
|
# info "WM Theme" wm_theme
|
||||||
info "Theme" theme
|
# info "Theme" theme
|
||||||
info "Icons" icons
|
# info "Icons" icons
|
||||||
info "DE" de
|
# info "DE" de
|
||||||
info "WM" wm
|
# info "WM" wm
|
||||||
info "CPU Usage" cpu_usage
|
# info "CPU Usage" cpu_usage
|
||||||
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
|
||||||
info "Public IP" public_ip
|
# info "Public IP" public_ip
|
||||||
info "Users" users
|
# info "Users" users
|
||||||
info "Locale" locale # This only works on glibc systems.
|
# info "Locale" locale # This only works on glibc systems.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -61,8 +61,8 @@
|
||||||
shadow_render_power = 3
|
shadow_render_power = 3
|
||||||
col.shadow = rgba(1a1a1aee)
|
col.shadow = rgba(1a1a1aee)
|
||||||
blur {
|
blur {
|
||||||
size = 8
|
size = 12
|
||||||
passes = 2
|
passes = 4
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue