From 63d1282294a6226e9dba2d5868c756376ca99ab2 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Thu, 24 Oct 2019 15:13:38 +0100 Subject: [PATCH] Changed names of files part 2 --- bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar.sh b/bar.sh index 02b9a01..88455ae 100755 --- a/bar.sh +++ b/bar.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -CONFIG_NAME="modulesrc" +CONFIG_NAME="config" DELAY=$(cat $CONFIG_NAME | grep -E "DELAY" | cut -d '"' -f2) MODULES_DIR="/home/$USER/.config/dwmbar/modules/"