diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-12 22:14:52 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-12 22:14:52 +0900 |
| commit | 98bd6afba690c6013ba26182eb6b5347af2745d5 (patch) | |
| tree | 15e4b8c294ad93fb88e1faa1fc327ba1f96dccf5 /copy.sh | |
| parent | 0d1da92d1bddf8abd8fdef96175f45cb98a86374 (diff) | |
this is ajoke
Diffstat (limited to 'copy.sh')
| -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" |
