From 0822ba86343f6eecb4bb44653402296698a92052 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Mon, 7 Oct 2019 10:59:56 +0200 Subject: [PATCH] Added favicons to dash --- scripts/system-setup.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/system-setup.sh b/scripts/system-setup.sh index ba72ddf..480bcd1 100644 --- a/scripts/system-setup.sh +++ b/scripts/system-setup.sh @@ -33,6 +33,17 @@ echo "Synchronizing gui tools..." sudo pacman --needed -S gnome-shell-extensions xbindkeys echo "->Setting up key bindings..." xbindkeys --poll-rc +echo "->Setting up dash favourites..." +gsettings set org.gnome.shell favorite-apps "['org.gnome.Nautilus.desktop', +'org.gnome.Terminal.desktop', +'org.keepassxc.KeePassXC.desktop', +'firefox.desktop', +'chromium.desktop', +'atom.desktop', +'arduino.desktop', +'eclipse.desktop', +'vlc.desktop', +'rhythmbox.desktop']" echo "->Install NASA picture of the day GNOME extension..." git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git "$HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh" gnome-shell-extension-tool -e nasa_apod@elinvention.ovh