From 6029b017b7953feedac3319624d029feaff83fbf Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 19 Jul 2025 20:38:01 +0900 Subject: [PATCH] removal of hyprland.desktop from assets --- assets/hyprland.desktop | 5 ----- install-scripts/hyprland.sh | 4 ---- install-scripts/sddm.sh | 1 - 3 files changed, 10 deletions(-) delete mode 100644 assets/hyprland.desktop diff --git a/assets/hyprland.desktop b/assets/hyprland.desktop deleted file mode 100644 index 8bc9468..0000000 --- a/assets/hyprland.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=Hyprland -Comment=An intelligent dynamic tiling Wayland compositor -Exec=Hyprland -Type=Application diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index 58f55ca..0441c25 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -75,8 +75,4 @@ else echo -e "${ERROR} Download failed for ${YELLOW}Hyprland $hyprland_tag${RESET}" 2>&1 | tee -a "$LOG" fi -wayland_sessions_dir=/usr/share/wayland-sessions -[ ! -d "$wayland_sessions_dir" ] && { printf "$CAT - $wayland_sessions_dir not found, creating...\n"; sudo mkdir -p "$wayland_sessions_dir" 2>&1 | tee -a "$LOG"; } -sudo cp assets/hyprland.desktop "$wayland_sessions_dir/" 2>&1 | tee -a "$LOG" - printf "\n%.0s" {1..2} \ No newline at end of file diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh index 82f018b..ab4d99d 100755 --- a/install-scripts/sddm.sh +++ b/install-scripts/sddm.sh @@ -77,6 +77,5 @@ sudo systemctl enable sddm.service 2>&1 | tee -a "$LOG" wayland_sessions_dir=/usr/share/wayland-sessions [ ! -d "$wayland_sessions_dir" ] && { printf "$CAT - $wayland_sessions_dir not found, creating...\n"; sudo mkdir -p "$wayland_sessions_dir" 2>&1 | tee -a "$LOG"; } -sudo cp assets/hyprland.desktop "$wayland_sessions_dir/" 2>&1 | tee -a "$LOG" printf "\n%.0s" {1..2} \ No newline at end of file