Rename "launch_polybar.sh" to "launch_polybar"
This commit is contained in:
2
launch_polybar
Executable file
2
launch_polybar
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env fish
|
||||||
|
ps -C polybar >/dev/null && : || polybar --quiet --reload &; disown
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
ps -C polybar >/dev/null && : || polybar --quiet --reload & disown
|
|
||||||
Reference in New Issue
Block a user