mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 02:10:13 +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
|
||||
qt5ct
|
||||
qt5-style-kvantum
|
||||
qt5-style-kvantum-themes
|
||||
qt-style-kvantum-themes
|
||||
qt6ct
|
||||
slurp
|
||||
swappy
|
||||
@ -79,7 +79,10 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# Change the working directory to the parent directory of the script
|
||||
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
|
||||
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
|
||||
|
||||
printf "\n%.0s" {1..2}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user