Neofetch tweaks.

This commit is contained in:
Bartek Stalewski 2023-07-11 00:57:37 +02:00
parent bdf0aaa7fd
commit 3be3ccbbea
2 changed files with 10 additions and 16 deletions

View file

@ -6,21 +6,14 @@ print_info() {
info "OS " distro info "OS " distro
info "Host " model info "Host " model
info "Shell " shell
info "Kernel " kernel info "Kernel " kernel
info "Uptime " uptime info "Uptime " uptime
info "Packages " packages info "Packages " packages
info "Shell" shell prin
info "Resolution" resolution
info "DE" de
info "WM " wm info "WM " wm
info "WM Theme" wm_theme
info "Theme" theme
info "Icons" icons
info "Terminal " term info "Terminal " term
info "Terminal Font" term_font info "Resolution" resolution
info "CPU" cpu
info "GPU" gpu
info "Memory" memory
info cols info cols
} }

View file

@ -189,3 +189,4 @@ floating_layout = layout.Floating(
border_normal="#272822", border_normal="#272822",
border_width=5, border_width=5,
) )
wmname = "qtile"