3 lines
167 B
Bash
Executable file
3 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
# Sets the background. Many scripts need to do this, but I've put it here so you can easily change all their actions.
|
|
xwallpaper --center ~/.config/wall.png
|