mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-10 06:48:00 -05:00
Some brackets.
This commit is contained in:
@@ -2817,7 +2817,7 @@ detectgtk () {
|
||||
|
||||
# Proper gtk3 Theme detection
|
||||
if type -p gsettings >/dev/null 2>&1; then
|
||||
if [ -z "$gtk3Theme" || "$gtk3Theme" = "Not Found" ]; then
|
||||
if [[ -z "$gtk3Theme" || "$gtk3Theme" = "Not Found" ]]; then
|
||||
gtk3Theme=$(gsettings get org.gnome.desktop.interface gtk-theme 2>/dev/null)
|
||||
gtk3Theme=${gtk3Theme//"'"}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user