Skip to content

Commit 11172a6

Browse files
committed
Polished desktop environment install
1 parent b27fa6f commit 11172a6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Install.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,14 @@ sudo gdebi franz-amd64.deb
6161
rm franz-amd64.deb
6262

6363
echo "Installing desktop environment..."
64+
cd /usr/share/
65+
mkdir dragonos
66+
cd dragonos
67+
mkdir icons
68+
cd icons
69+
wget -O dragonos.gif https://github.com/jelle619/dragonos/raw/master/assets/icons/dragonprojects.gif
6470
sudo apt install cinnamon
65-
dconf write /org/cinnamon/desktop/background/picture-uri "'file:///usr/share/TOBEFILLEDIN'"
71+
dconf write /org/cinnamon/desktop/background/picture-uri "'file:///usr/share/dragonos/icons/dragonos.gif'"
6672
dconf write /org/cinnamon/desktop-effects true
6773
dconf write /org/cinnamon/startup-animation true
6874
dconf write /org/cinnamon/sounds/login-enabled true

assets/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)