From 5fb19f10389b70ee2389755106092a9ef6c64598 Mon Sep 17 00:00:00 2001 From: David Moc Date: Sun, 24 May 2026 11:48:07 +0200 Subject: Go --- quickshell/gruvbar/launch.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 quickshell/gruvbar/launch.sh (limited to 'quickshell/gruvbar/launch.sh') diff --git a/quickshell/gruvbar/launch.sh b/quickshell/gruvbar/launch.sh new file mode 100755 index 0000000..a591a40 --- /dev/null +++ b/quickshell/gruvbar/launch.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +set -euo pipefail + +if ! command -v quickshell >/dev/null 2>&1; then + echo "quickshell is not installed. Install it with: sudo pacman -S quickshell" >&2 + exit 1 +fi + +pkill -f "quickshell.*-c gruvbar" 2>/dev/null || true +exec quickshell -c gruvbar -- cgit v1.2.3