#!/usr/bin/env bash echo "๐Ÿงช Testing quickshell with dots-hyprland config..." if [[ ! -d "$HOME/.config/quickshell" ]]; then echo "โŒ No quickshell configuration found" echo "๐Ÿ’ก Run: home-manager switch" exit 1 fi cd "$HOME/.config/quickshell" echo "๐Ÿš€ Starting quickshell (timeout 10s)..." timeout 10 quickshell 2>&1 | head -20