diff --git a/_desktop/neofetch/config.conf b/_desktop/neofetch/config.conf index 2efca51..8b5a9e1 100644 --- a/_desktop/neofetch/config.conf +++ b/_desktop/neofetch/config.conf @@ -4,23 +4,16 @@ print_info() { info title info underline - info "OS" distro - info "Host" model - info "Kernel" kernel - info "Uptime" uptime - info "Packages" packages - info "Shell" shell + info "OS " distro + info "Host " model + info "Shell " shell + info "Kernel " kernel + info "Uptime " uptime + info "Packages " packages + prin + info "WM " wm + info "Terminal " term 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 } diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index c66f93a..640288c 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -189,3 +189,4 @@ floating_layout = layout.Floating( border_normal="#272822", border_width=5, ) +wmname = "qtile"