mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2024-12-28 02:16:06 +00:00
README fixes and yet another Polybar Update!!!!
This commit is contained in:
parent
713b4b2231
commit
1809244b8a
BIN
Fonts/Material.ttf
Normal file
BIN
Fonts/Material.ttf
Normal file
Binary file not shown.
7
polybar/scripts/update_check.sh
Normal file
7
polybar/scripts/update_check.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
b=$(pacman -Qu | wc -l)
|
||||
|
||||
if [[ "$b" -ne "0" ]]; then
|
||||
echo " ";
|
||||
fi
|
Loading…
Reference in a new issue