aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/PortalHyprlandUbuntu.sh
blob: 86e1a6d3842009b3ed89fb4dc5b826b182fb5e27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/env bash
# ==================================================
#  KoolDots (2026)
#  Project URL: https://github.com/LinuxBeginnings
#  License: GNU GPLv3
#  SPDX-License-Identifier: GPL-3.0-or-later
# ==================================================
# Ubuntu-based workaround: start portals manually before waybar.

set -euo pipefail

if [[ -r /etc/os-release ]]; then
  # shellcheck disable=SC1091
  . /etc/os-release
  if [[ "${ID:-}" == "ubuntu" \
        || "${ID:-}" == "linuxmint" \
        || "${ID:-}" == "zorin" \
        || "${ID:-}" == "rhino" \
        || "${ID_LIKE:-}" == *ubuntu* ]]; then
    if [[ -x "$HOME/.config/hypr/scripts/PortalHyprland.sh" ]]; then
      "$HOME/.config/hypr/scripts/PortalHyprland.sh"
    fi
  fi
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage