Skip to content

Instantly share code, notes, and snippets.

@hvardhanx
Created August 29, 2017 06:42
Show Gist options
  • Save hvardhanx/e2a8cb5b0551477287607d5c8a1fccde to your computer and use it in GitHub Desktop.
Save hvardhanx/e2a8cb5b0551477287607d5c8a1fccde to your computer and use it in GitHub Desktop.
#!/bin/bash
killall -q polybar
while pgrep -x polybar >/dev/null; do sleep 1; done
polybar -r top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment