Add back support for '$gtk2/3'
This commit is contained in:
parent
438d5e0542
commit
5446b6afd5
1 changed files with 4 additions and 0 deletions
4
fetch
4
fetch
|
@ -1178,6 +1178,10 @@ getgtk () {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Toggle visibility of gtk themes.
|
||||||
|
[ "$gtk2" == "off" ] && unset gtk2theme
|
||||||
|
[ "$gtk3" == "off" ] && unset gtk3theme
|
||||||
|
|
||||||
# Format the string based on which themes exist
|
# Format the string based on which themes exist
|
||||||
if [ "$gtk2theme" ] && [ "$gtk2theme" == "$gtk3theme" ]; then
|
if [ "$gtk2theme" ] && [ "$gtk2theme" == "$gtk3theme" ]; then
|
||||||
gtk3theme+=" [GTK2/3]"
|
gtk3theme+=" [GTK2/3]"
|
||||||
|
|
Loading…
Reference in a new issue