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 &