Search found 3 matches

by Baconator
Wed Jan 03, 2018 8:01 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: Wallpapers
Replies: 129
Views: 97655

Re: Wallpapers

Luke Smith has ~1 GiB of wallpapers.

https://github.com/lukesmithxyz/wallpapers
by Baconator
Sat Dec 02, 2017 6:00 am
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: config.fish
Replies: 19
Views: 13125

Re: config.fish

Why not just bash?

It's all you need.
by Baconator
Sat Nov 18, 2017 10:15 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: feh
Replies: 4
Views: 5142

Re: feh

Script I use on xinit that makes feh choose a random file in my Pictures directory.

Code: Select all

#!/bin/bash
OUTPUT="$(ls /home/user/Pictures | shuf -n 1)"
feh --bg-scale /home/user/Pictures/$OUTPUT