Added some scripts to update and diff polybar scripts.

This commit is contained in:
Joachim Nielandt 2021-11-08 11:00:41 +01:00
parent 11c51544b9
commit 205cd49bf4
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
# perform a diff between the used scripts
diff -r ~/.config/polybar-scripts/polybar-scripts ~/.dotfiles/polybar/polybar-scripts | grep -Ev "\/home\/[^/].+\/\.config"

View File

@ -0,0 +1,7 @@
#!/bin/sh
# make sure the polybar-scripts repo is here
git clone https://github.com/polybar/polybar-scripts.git ~/.config/polybar-scripts
cd ~/.config/polybar-scripts
git pull