user/eww: remove res
This commit is contained in:
parent
2e74aa5f00
commit
438eb54cea
6 changed files with 0 additions and 252 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue