diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-12 12:26:05 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-12 12:26:05 +0900 |
| commit | 4865acc2c41df0583df05f8239dc5ff19fe5bc60 (patch) | |
| tree | 22669acd4544b875fc8fde55e97c165d10492d62 | |
| parent | 802f3c632d84cab8674e03a740a1cb177dcfd3c6 (diff) | |
minor copy.sh update
| -rwxr-xr-x | copy.sh | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -115,13 +115,6 @@ if hostnamectl | grep -q 'Operating System: NixOS'; then sed -i '/^exec-once = \$scriptsDir\/Polkit\.sh$/ s/^#*/#/' config/hypr/UserConfigs/Startup_Apps.conf fi -# to check if Debian or Ubuntu or based distros -if grep -iq '^\(ID_LIKE\|ID\)=.*\(debian\|ubuntu\)' /etc/os-release >/dev/null 2>&1; then - echo "${INFO} Debian/Ubuntu based distro. Disabling pyprland since it does not work properly" 2>&1 | tee -a "$LOG" || true - # disabling pyprland as causing issues - sed -i '/^\s*exec-once = pypr &\s*/ s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf -fi - # activating hyprcursor on env by checking if the directory ~/.icons/Bibata-Modern-Ice/hyprcursors exists if [ -d "$HOME/.icons/Bibata-Modern-Ice/hyprcursors" ]; then HYPRCURSOR_ENV_FILE="config/hypr/UserConfigs/ENVariables.conf" |
