dots

my dotfiles
git clone https://git.awy.one/dots
Log | Files | Refs | Submodules | README | LICENSE

commit 3a14c085dea516e583ecf7389a6cf94982fa722a
parent b2beb45f51937283857464611a49b6d462a964a4
Author: awy <awy@awy.one>
Date:   Fri, 19 Dec 2025 21:37:32 +0300

color

Diffstat:
M.local/bin/dmenurecord | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/dmenurecord b/.local/bin/dmenurecord @@ -22,7 +22,7 @@ updateicon() { pkill -RTMIN+9 "${STATUSBAR:-i3blocks}" exit fi - printf "<span color='#FF0000'>rec:</span>" >/tmp/recordingicon + printf "<span color='#FB4934'>rec:</span>" >/tmp/recordingicon echo "$1" >>/tmp/recordingicon pkill -RTMIN+9 "${STATUSBAR:-i3blocks}" }