swaydots

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

commit 41bd6e8b337e663d14f420db2ee452a83613f0b6
parent b794a834a320c7e291041dea74adb945eb531138
Author: awy <awy@awy.one>
Date:   Thu, 12 Jun 2025 20:32:07 +0300

fix

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

diff --git a/.local/bin/statusbar/sb-doppler b/.local/bin/statusbar/sb-doppler @@ -225,7 +225,7 @@ getdoppler() { esac } -showdoppler() { setsid -f mpv --no-osc --loop=inf --no-terminal "$doppler" ;} +showdoppler() { setsid -f mpv --no-osc --loop=inf --no-terminal "$doppler" >/dev/null 2>&1 ;} case $BLOCK_BUTTON in 1) [ ! -f "$radarloc" ] && pickloc && getdoppler