test
This commit is contained in:
parent
7e74f0ade0
commit
cb3f392173
1 changed files with 15 additions and 17 deletions
|
@ -24,9 +24,8 @@ print_info() {
|
|||
|
||||
prin
|
||||
|
||||
info "$(color 15)WM" "Hyprland"
|
||||
info "$(color 15)DE" de
|
||||
prin "$(color 15)├$(color 6) Bar" "Waybar"
|
||||
prin "$(color 15)└$(color 6) DE" de
|
||||
|
||||
prin
|
||||
|
||||
|
@ -34,22 +33,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.
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue