Add files via upload

This commit is contained in:
2025-11-24 19:46:30 +07:00
parent 90cc6d4253
commit a7ab7103a5
365 changed files with 17881 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
updates=$(sysupdate)
if [ -z "$updates" ]; then
count=0
else
printf '%s\n' "$updates" >/tmp/bspwm-polybar-updates
count=$(wc -l "/tmp/bspwm-polybar-updates" | awk '{print $1}')
fi
echo "%{T1}%{T-} %{T2}$count %{T-}"