user/eww: remove res

This commit is contained in:
LavaDesu 2025-03-23 00:32:09 +11:00
parent 2e74aa5f00
commit 438eb54cea
Signed by: cilly
GPG key ID: 6500251E087653C9
6 changed files with 0 additions and 252 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env sh
xtitle -s | while read -r line ; do
trunc=$(echo $line | cut -c-85)
if [ -z "$line" ]; then
echo ""
else
echo "(box :class \"widget title\" :halign \"center\" :valign \"center\" :vexpand true :hexpand true (label :text \"${trunc}\"))"
fi
done