Added some scripts to update and diff polybar scripts.
This commit is contained in:
parent
11c51544b9
commit
205cd49bf4
5
dot_dotfiles/polybar/executable_diff.polybar-scripts.sh
Normal file
5
dot_dotfiles/polybar/executable_diff.polybar-scripts.sh
Normal 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"
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user