ui 317 B

123456789101112131415
  1. #!/usr/bin/env bash
  2. # Mechanical Theme UI
  3. # Background Handler
  4. feh --bg-fill ~/.wallpaper/aocchi.png
  5. ~/Documents/feh-blur-wallpaper/feh-blur -b 4 -d
  6. # Panel
  7. tint2 -c ~/.config/tint2/aocchi.tint2rc &
  8. tint2 -c ~/.config/tint2/aocchi-2.tint2rc &
  9. # Notification Daemon
  10. dunst -config ~/.config/dunst/dunstrc-aocchi &