From cec07e9e268d35829558aa5674d8d2637dfbcd6d Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 28 Mar 2020 16:56:37 -0500 Subject: [PATCH] Minor edits. --- .bashrc | 2 +- .dwm/autostart.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 97ac97b..b8ebcf5 100644 --- a/.bashrc +++ b/.bashrc @@ -192,4 +192,4 @@ if [ -f /etc/bash.command-not-found ]; then fi ### RANDOM COLOR SCRIPT ### -/opt/shell-color-scripts/randomcolors.sh +/opt/shell-color-scripts/colorscript.sh random diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh index 73d0234..afc4ed4 100755 --- a/.dwm/autostart.sh +++ b/.dwm/autostart.sh @@ -2,4 +2,3 @@ compton & nitrogen --restore & dwmblocks & -lxsession &