From 03a26db2077abcd0ef09c2ef54fd0b921bf69da7 Mon Sep 17 00:00:00 2001 From: Artyom Date: Tue, 13 Jun 2023 21:45:35 +0300 Subject: [PATCH] Remove temp file thats not needed --- .scripts/termcolors | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/termcolors b/.scripts/termcolors index edd70ad..7286587 100755 --- a/.scripts/termcolors +++ b/.scripts/termcolors @@ -1,3 +1,4 @@ #! /bin/sh cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's/\Image=//g' | tail -n +1 > ~/.cache/curwal > ~/.cache/curwal && sed -i '/Preview/d' ~/.cache/curwal wallust $(cat ~/.cache/curwal) -qs +rm ~/.cache/curwal