Fix formatting

This commit is contained in:
Tom Willemse 2020-04-22 23:19:20 -07:00
parent 305f3f2a06
commit d51518fa00

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash #!/usr/bin/env bash
pgrep polybar || { polybar "$(hostname)" 2>/dev/null & } pgrep polybar || { polybar "$(hostname)" 2> /dev/null & }