WM theme base
This commit is contained in:
parent
134cbfc958
commit
ebcf6fb0fc
1 changed files with 11 additions and 2 deletions
13
neofetch
13
neofetch
|
@ -49,8 +49,9 @@ printinfo () {
|
|||
info "Packages" packages
|
||||
info "Shell" shell
|
||||
info "Resolution" resolution
|
||||
info "Desktop Environment" de
|
||||
info "Window Manager" wm
|
||||
info "DE" de
|
||||
info "WM" wm
|
||||
info "WM Theme" wmtheme
|
||||
info "Theme" theme
|
||||
info "Icons" icons
|
||||
info "CPU" cpu
|
||||
|
@ -806,6 +807,14 @@ getwm () {
|
|||
|
||||
# }}}
|
||||
|
||||
# Window Manager Theme {{{
|
||||
|
||||
getwmtheme () {
|
||||
echo "TODO"
|
||||
}
|
||||
|
||||
# }}}
|
||||
|
||||
# CPU {{{
|
||||
|
||||
getcpu () {
|
||||
|
|
Loading…
Reference in a new issue