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

5 lines
124 B
Bash
Raw Normal View History

#!/bin/bash
update_number=$(checkupdates | wc -l)
2024-09-07 03:05:26 +01:00
echo "<fc=#7C6F64><fn=6>󰣇 </fn></fc> <fc=#B8BB26>$update_number</fc>"