From 8be7dfdc04ecd5a36483cfd0893bdcc8e5152cf2 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 17 Feb 2024 14:18:04 -0800 Subject: [PATCH] hashbang in newbg --- newbg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/newbg b/newbg index 0cc5ba8..25f5758 100755 --- a/newbg +++ b/newbg @@ -1 +1,4 @@ -feh --randomize --bg-fill ~/Pictures/Papes/ +#!/bin/bash + + +feh --randomize --bg-fill "$HOME/Pictures/Papes/"