Neofetch tweaks.
This commit is contained in:
parent
bdf0aaa7fd
commit
3be3ccbbea
@ -4,23 +4,16 @@ print_info() {
|
|||||||
info title
|
info title
|
||||||
info underline
|
info underline
|
||||||
|
|
||||||
info "OS" distro
|
info "OS " distro
|
||||||
info "Host" model
|
info "Host " model
|
||||||
info "Kernel" kernel
|
info "Shell " shell
|
||||||
info "Uptime" uptime
|
info "Kernel " kernel
|
||||||
info "Packages" packages
|
info "Uptime " uptime
|
||||||
info "Shell" shell
|
info "Packages " packages
|
||||||
|
prin
|
||||||
|
info "WM " wm
|
||||||
|
info "Terminal " term
|
||||||
info "Resolution" resolution
|
info "Resolution" resolution
|
||||||
info "DE" de
|
|
||||||
info "WM" wm
|
|
||||||
info "WM Theme" wm_theme
|
|
||||||
info "Theme" theme
|
|
||||||
info "Icons" icons
|
|
||||||
info "Terminal" term
|
|
||||||
info "Terminal Font" term_font
|
|
||||||
info "CPU" cpu
|
|
||||||
info "GPU" gpu
|
|
||||||
info "Memory" memory
|
|
||||||
info cols
|
info cols
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -189,3 +189,4 @@ floating_layout = layout.Floating(
|
|||||||
border_normal="#272822",
|
border_normal="#272822",
|
||||||
border_width=5,
|
border_width=5,
|
||||||
)
|
)
|
||||||
|
wmname = "qtile"
|
||||||
|
Loading…
Reference in New Issue
Block a user