From 21cf7c2949646761a0d415c07e89dd61c0437d00 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sun, 12 Apr 2026 21:43:18 -0400 Subject: Improve welcome page --- hyprland-welcome | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 hyprland-welcome (limited to 'hyprland-welcome') diff --git a/hyprland-welcome b/hyprland-welcome old mode 100644 new mode 100755 index f0be4f4..b9d097d --- a/hyprland-welcome +++ b/hyprland-welcome @@ -17,7 +17,7 @@ register_app_state() { label="$1" shift installed="$(which "$@" | xargs -I{} basename "{}" | tr '\n' ' ')" - running="$(pgrep -a "$(echo "$@" |tr ' ' '|')" |cut -d' ' -f2 |xargs -I{} basename "{}" | tr '\n' ' ')" + running="$(pgrep -a "$(echo "$@" |tr ' ' '|')" |cut -d' ' -f2 |xargs -I{} basename "{}" | sort -u | tr '\n' ' ')" printf "• %s: " "$label" if test -n "$running"; then printf "☑️%s" "$running" @@ -45,7 +45,7 @@ $(register_app_state "Terminal*" "kitty" "alacritty" "wezterm" "foot" "konsole" $(register_app_state "Pipewire*" "pipewire" "wireplumber") $(register_app_state "Wallpaper" "hyprpaper" "swww" "awww" "swaybg" "wpaperd") $(register_app_state "XDG Desktop Portal*" "xdg-desktop-portal-hyprland") -$(register_app_state "Notification Daemon*" "dunst", "mako" "swaync") +$(register_app_state "Notification Daemon*" "dunst" "mako" "swaync") $(register_app_state "Status bar / shell" "quickshell" "waybar" "eww" "ags") $(register_app_state "Application launcher" "hyprlauncher" "fuzzel" "wofi" "rofi" "anyrun" "walker" "tofi") $(register_app_state "Clipboard*" "wl-copy") -- cgit 1.4.1