You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
357 B
Bash

#!/bin/bash
nBGSAVED=/home/naiji/.config/nitrogen/bg-saved.cfg
nWALLPAPERS=/home/naiji/Pictures/wallpapers/lewd/
nMODE=4
export DISPLAY=:0
nPATH="$(ls ${nWALLPAPERS} | shuf -n 1)"
echo '[xin_0]' > ${nBGSAVED}
echo "file=${nWALLPAPERS}/${nPATH}" >> ${nBGSAVED}
echo "mode=${nMODE}" >> ${nBGSAVED}
echo 'bgcolor=#000000' >> ${nBGSAVED}
nitrogen --restore