dotfiles/.config/hypr/waybar-alt-3/scripts/check_updates.sh

4 lines
106 B
Bash
Raw Normal View History

2025-02-13 10:25:15 -07:00
#!/bin/bash
i="$(checkupdates)"
printf "%b%b" "$i" "${i:+\n}" |wc -l; echo "$i" |column -t #|tr '\n' '\r'