mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-14 07:42:14 +00:00
README fixes and yet another Polybar Update!!!!
This commit is contained in:
parent
713b4b2231
commit
1809244b8a
2 changed files with 7 additions and 0 deletions
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…
Add table
Reference in a new issue