dotfiles/.config/xmobar/scripts/updates.sh

5 lines
124 B
Bash
Raw Permalink Normal View History

#!/bin/bash
update_number=$(checkupdates | wc -l)
echo "<fc=#458588><fn=6>󰣇 </fn></fc> <fc=#B8BB26>$update_number</fc>"