„setup.sh“ ändern
This commit is contained in:
parent
961ef1deae
commit
84b58393d7
1 changed files with 8 additions and 1 deletions
9
setup.sh
9
setup.sh
|
@ -225,7 +225,14 @@ EOF
|
|||
gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-dark'
|
||||
gsettings set org.gnome.desktop.interface icon-theme 'Yaru-dark'
|
||||
gsettings set org.gnome.shell.extensions.user-theme name 'Yaru-dark'
|
||||
|
||||
|
||||
# replace firefox-esr with flatpak in dock
|
||||
message "replace firefox-esr with flatpak in dock"
|
||||
gsettings set org.gnome.shell favorite-apps "$(gsettings get org.gnome.shell favorite-apps | sed 's/firefox-esr\.desktop/org\.mozilla\.firefox\.desktop/')"
|
||||
|
||||
# replace evolution with thunderbird in dock
|
||||
message "replace evolution with thunderbird in dock"
|
||||
gsettings set org.gnome.shell favorite-apps "$(gsettings get org.gnome.shell favorite-apps | sed 's/org\.gnome\.Evolution\.desktop/thunderbird\.desktop/')"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue