config/.config/xmobar/count-updates.sh

6 lines
74 B
Bash
Executable File

#!/bin/sh
count=$(yay -Qu | wc -l)
printf "<fn=1>\ufbae </fn>%s" $count