diff --git a/neofetch b/neofetch index c710775d..91bf857b 100755 --- a/neofetch +++ b/neofetch @@ -930,9 +930,7 @@ get_wm_theme() { wm_theme="$(PlistBuddy -c "Print AppleInterfaceStyle" "$global_preferences")" wm_theme_color="$(PlistBuddy -c "Print AppleAquaColorVariant" "$global_preferences")" - if [[ -z "$wm_theme" ]]; then - wm_theme="Light" - fi + [[ -z "$wm_theme" ]] && wm_theme="Light" if [[ -z "$wm_theme_color" ]] || ((wm_theme_color == 1)); then wm_theme_color="Blue"