mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Fixed pkg name qt-style-kavantum-themes not qt5
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: install-scripts/01-hypr-pkgs.sh
This commit is contained in:
parent
b98e468d56
commit
24fb2b0dc5
@ -27,7 +27,7 @@ hypr_package=(
|
|||||||
python3-pip
|
python3-pip
|
||||||
qt5ct
|
qt5ct
|
||||||
qt5-style-kvantum
|
qt5-style-kvantum
|
||||||
qt5-style-kvantum-themes
|
qt-style-kvantum-themes
|
||||||
qt6ct
|
qt6ct
|
||||||
slurp
|
slurp
|
||||||
swappy
|
swappy
|
||||||
@ -79,7 +79,10 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
|
|
||||||
# Change the working directory to the parent directory of the script
|
# Change the working directory to the parent directory of the script
|
||||||
PARENT_DIR="$SCRIPT_DIR/.."
|
PARENT_DIR="$SCRIPT_DIR/.."
|
||||||
cd "$PARENT_DIR" || { echo "${ERROR} Failed to change directory to $PARENT_DIR"; exit 1; }
|
cd "$PARENT_DIR" || {
|
||||||
|
echo "${ERROR} Failed to change directory to $PARENT_DIR"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
# Source the global functions script
|
# Source the global functions script
|
||||||
if ! source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"; then
|
if ! source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"; then
|
||||||
@ -141,3 +144,4 @@ source "$HOME/.cargo/env"
|
|||||||
sudo chmod +s $(which brightnessctl) 2>&1 | tee -a "$LOG" || true
|
sudo chmod +s $(which brightnessctl) 2>&1 | tee -a "$LOG" || true
|
||||||
|
|
||||||
printf "\n%.0s" {1..2}
|
printf "\n%.0s" {1..2}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user