This website requires JavaScript.
Explore
Help
Sign In
wzykubek
/
.dotfiles
Watch
1
Star
0
Fork
0
You've already forked .dotfiles
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
.dotfiles
/
.local
/
bin
/
scripts
/
statusbar
/
sb-packages
5 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Configure dwm bar
2020-05-09 21:26:23 +02:00
#!/bin/sh
Add icon when packages are syncing
2020-05-14 13:30:45 +02:00
icon="$(cat /tmp/packagesupdate 2>/dev/null)"
Update statusbar scripts
2021-01-18 15:22:42 +01:00
echo "$(pacman -Qu | wc -l)$icon"
Copy Permalink