Shorten terminal title
This commit is contained in:
parent
f2eb877bae
commit
79f8d55a56
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ printinfo () {
|
||||||
info "WM Theme" wmtheme
|
info "WM Theme" wmtheme
|
||||||
info "Theme" theme
|
info "Theme" theme
|
||||||
info "Icons" icons
|
info "Icons" icons
|
||||||
info "Terminal Emulator" term
|
info "Terminal" term
|
||||||
info "Terminal Font" termfont
|
info "Terminal Font" termfont
|
||||||
info "CPU" cpu
|
info "CPU" cpu
|
||||||
info "GPU" gpu
|
info "GPU" gpu
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -56,7 +56,7 @@ printinfo () {
|
||||||
info "WM Theme" wmtheme
|
info "WM Theme" wmtheme
|
||||||
info "Theme" theme
|
info "Theme" theme
|
||||||
info "Icons" icons
|
info "Icons" icons
|
||||||
info "Terminal Emulator" term
|
info "Terminal" term
|
||||||
info "Terminal Font" termfont
|
info "Terminal Font" termfont
|
||||||
info "CPU" cpu
|
info "CPU" cpu
|
||||||
info "GPU" gpu
|
info "GPU" gpu
|
||||||
|
|
Loading…
Reference in a new issue