Rename "launch_polybar.sh" to "launch_polybar"

This commit is contained in:
Ferit Yiğit BALABAN 2022-03-22 23:54:38 +03:00
parent eec0bfc3de
commit 8ed91d1707
No known key found for this signature in database
GPG Key ID: BB8494BA65A90842
2 changed files with 2 additions and 2 deletions

2
launch_polybar Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env fish
ps -C polybar >/dev/null && : || polybar --quiet --reload &; disown

View File

@ -1,2 +0,0 @@
#!/bin/bash
ps -C polybar >/dev/null && : || polybar --quiet --reload & disown