6 lines
178 B
Bash
6 lines
178 B
Bash
#!/bin/sh
|
|
|
|
# perform a diff between the used scripts
|
|
diff -r ~/.config/polybar-scripts/polybar-scripts ~/.dotfiles/polybar/polybar-scripts | grep -Ev "\/home\/[^/].+\/\.config"
|
|
|