diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-25 18:54:55 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-25 18:54:55 +0900 |
| commit | 19f025c2dc27da54127ae302482398be61b55ebe (patch) | |
| tree | 70878cbe3027d9da452658a8644e33d83c1b3ea2 /config/hypr/scripts/Waybar.sh | |
| parent | e96d2b933ab630d52061fff9817c95f8a6cf67c2 (diff) | |
updated
Diffstat (limited to 'config/hypr/scripts/Waybar.sh')
| -rwxr-xr-x | config/hypr/scripts/Waybar.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/hypr/scripts/Waybar.sh b/config/hypr/scripts/Waybar.sh deleted file mode 100755 index 394f309a..00000000 --- a/config/hypr/scripts/Waybar.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -CONFIG="$HOME/.config/waybar/config" -STYLE="$HOME/.config/waybar/style.css" - -if [[ ! $(pidof waybar) ]]; then - waybar --bar main-bar --log-level error --config ${CONFIG} --style ${STYLE} -fi |
