diff options
Diffstat (limited to 'Scripts/.local/scripts/refresh_bar')
-rwxr-xr-x | Scripts/.local/scripts/refresh_bar | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Scripts/.local/scripts/refresh_bar b/Scripts/.local/scripts/refresh_bar new file mode 100755 index 0000000..6491ecc --- /dev/null +++ b/Scripts/.local/scripts/refresh_bar @@ -0,0 +1,4 @@ +#!/bin/bash + +killall set_bar; +$HOME/.local/scripts/set_bar; |