swaydots

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

commit a60a24fe525b2d7b482825ee12d9841f25a338aa
parent f6b29384193da06c596d1765dd991c9d7b799417
Author: awy <awy@awy.one>
Date:   Wed, 18 Jun 2025 15:12:24 +0300

stats fix

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

diff --git a/.local/bin/statusbar/sb-price b/.local/bin/statusbar/sb-price @@ -25,7 +25,7 @@ interval="@14d" # History contained in chart preceded by '@' (7d = 7 days) dir="${XDG_CACHE_HOME:-$HOME/.cache}/crypto-prices" pricefile="$dir/$target-$denom" chartfile="$dir/$target-$denom-chart" -filestat="$(stat -c %x "$pricefile" 2>/dev/null)" +filestat="$(stat -c %y "$pricefile" 2>/dev/null)" [ -d "$dir" ] || mkdir -p "$dir"