-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.sh
executable file
·26 lines (16 loc) · 1.07 KB
/
init.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/env bash
echo "Setting dracula theme..."
ln -sf $PWD/dependences/theme/openbox/Dracula-withoutBorder $HOME/.themes
$PWD/dependences/theme/openbox-icon-theme/install.sh dracula -d $HOME/.icons
mkdir -p $HOME/.local/share/xfce4/terminal/colorschemes
ln -sf $PWD/dependences/theme/xfce4-terminal/Dracula.theme $HOME/.local/share/xfce4/terminal/colorschemes/Dracula.theme
ln -sf $PWD/dependences/theme/gitk/gitk $HOME/.config/git/gitk
ln -sf $PWD/files/openbox/themes/dracula $HOME/.config/openbox/themes
cp -f $PWD/assets/wallpaper/wallhaven-gandof-kx36mq_1920x1080.png $PWD/files/openbox/themes/dracula/lockscreen
cp -f $PWD/dependences/theme/wallpaper/second-collection/illustrations/galaxy/dracula-galaxy-282a36.png $PWD/files/openbox/themes/dracula/wallpaper
ln -sf $PWD/dependences/theme/gtk $HOME/.themes/Dracula
gsettings set org.gnome.desktop.interface gtk-theme "Dracula"
gsettings set org.gnome.desktop.wm.preferences theme "Dracula"
ln -sf $PWD/dependences/theme/plank/Dracula $HOME/.local/share/plank/themes
plank --preferences
./files/openbox/themes/dracula/apply.sh