WM theme base
This commit is contained in:
parent
134cbfc958
commit
ebcf6fb0fc
13
neofetch
13
neofetch
|
@ -49,8 +49,9 @@ printinfo () {
|
||||||
info "Packages" packages
|
info "Packages" packages
|
||||||
info "Shell" shell
|
info "Shell" shell
|
||||||
info "Resolution" resolution
|
info "Resolution" resolution
|
||||||
info "Desktop Environment" de
|
info "DE" de
|
||||||
info "Window Manager" wm
|
info "WM" wm
|
||||||
|
info "WM Theme" wmtheme
|
||||||
info "Theme" theme
|
info "Theme" theme
|
||||||
info "Icons" icons
|
info "Icons" icons
|
||||||
info "CPU" cpu
|
info "CPU" cpu
|
||||||
|
@ -806,6 +807,14 @@ getwm () {
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
# Window Manager Theme {{{
|
||||||
|
|
||||||
|
getwmtheme () {
|
||||||
|
echo "TODO"
|
||||||
|
}
|
||||||
|
|
||||||
|
# }}}
|
||||||
|
|
||||||
# CPU {{{
|
# CPU {{{
|
||||||
|
|
||||||
getcpu () {
|
getcpu () {
|
||||||
|
|
Reference in New Issue