Skip to content

Commit

Permalink
Polished desktop environment install
Browse files Browse the repository at this point in the history
  • Loading branch information
jelle619 committed Apr 16, 2018
1 parent b27fa6f commit 11172a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,14 @@ sudo gdebi franz-amd64.deb
rm franz-amd64.deb

echo "Installing desktop environment..."
cd /usr/share/
mkdir dragonos
cd dragonos
mkdir icons
cd icons
wget -O dragonos.gif https://github.com/jelle619/dragonos/raw/master/assets/icons/dragonprojects.gif
sudo apt install cinnamon
dconf write /org/cinnamon/desktop/background/picture-uri "'file:///usr/share/TOBEFILLEDIN'"
dconf write /org/cinnamon/desktop/background/picture-uri "'file:///usr/share/dragonos/icons/dragonos.gif'"
dconf write /org/cinnamon/desktop-effects true
dconf write /org/cinnamon/startup-animation true
dconf write /org/cinnamon/sounds/login-enabled true
Expand Down
Binary file modified assets/.DS_Store
Binary file not shown.

0 comments on commit 11172a6

Please sign in to comment.