10 lines
301 B
Bash
Executable File
10 lines
301 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if stat -Lq /usr/share/fonts/DejaVuSansMono.ttf then export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
|
|
cd ~/Desktop
|
|
file-browser --wallpaper &
|
|
toastd --really # Daemonizes
|
|
cd ~
|
|
if not stat -q ~/.tutorial-shown then sh -c "touch ~/.tutorial-shown; tutorial &"
|
|
exec panel --really
|