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

4 lines
107 B
Bash
Executable file

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