2023-12-31 21:39:19 -08:00

10 lines
138 B
Bash
Executable File

#!/bin/bash
script="$HOME/.screenlayout/layout.sh"
if [ -f "$script" ]; then
$script
fi
feh --bg-scale $HOME/Pictures/wallpaper.jpg