From 9c20d3c1a647814758b5de218ee0665c20564275 Mon Sep 17 00:00:00 2001 From: rbh-se Date: Sun, 8 Oct 2023 02:48:58 +0200 Subject: [PATCH] Update neofetch Needed so script can show WM_Theme correct --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 48b96d21..c53b2219 100755 --- a/neofetch +++ b/neofetch @@ -2088,6 +2088,7 @@ get_wm_theme() { case $de in LXDE*) ob_file=lxde-rc ;; LXQt*) ob_file=lxqt-rc ;; + BunsenLabs*) ob_file=bl-rc ;; *) ob_file=rc ;; esac