Just a pinch cleaner
This commit is contained in:
parent
87d11d8f27
commit
b96fff3c6a
|
@ -85,13 +85,15 @@ function dconf-dump {
|
||||||
ignore_section=false
|
ignore_section=false
|
||||||
fi
|
fi
|
||||||
case "$current_section" in
|
case "$current_section" in
|
||||||
"[org/gnome/desktop/background]" | "[org/gnome/shell/extensions/gsconnect"*)
|
"[org/gnome/desktop/background]" | \
|
||||||
|
"[org/gnome/shell/extensions/gsconnect"*)
|
||||||
ignore_section=true
|
ignore_section=true
|
||||||
;;
|
;;
|
||||||
"[org/gnome/desktop/interface]")
|
"[org/gnome/desktop/interface]")
|
||||||
if [[ "$line" != "gtk-theme='"* ]]; then
|
if [[ "$line" == "gtk-theme='"* ]]; then
|
||||||
echo "$line"
|
continue
|
||||||
fi
|
fi
|
||||||
|
echo "$line"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if ! $ignore_section; then
|
if ! $ignore_section; then
|
||||||
|
|
Loading…
Reference in New Issue