mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 03:59:58 +00:00
WM theme base
This commit is contained in:
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
Block a user