mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-04-27 00:25:23 +00:00
update
This commit is contained in:
10
lib-core.sh
10
lib-core.sh
@@ -29,6 +29,16 @@ else
|
||||
GNOME_VERSION="none"
|
||||
fi
|
||||
|
||||
if command -v nautilus &> /dev/null; then
|
||||
if (( $(nautilus --version | cut -d ' ' -f 3 | cut -d . -f 1) >= 40 )); then
|
||||
NAUTILUS_VERSION="new"
|
||||
else
|
||||
NAUTILUS_VERSION="old"
|
||||
fi
|
||||
else
|
||||
NAUTILUS_VERSION="none"
|
||||
fi
|
||||
|
||||
# Program options
|
||||
SASSC_OPT="-M -t expanded"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user