Merge f0662c47ba281da7fcba3ee777eb7b11f2731759 into 2250391046f6c06f4910c6662b88c59b3f8a588d

This commit is contained in:
Yarosλaβ . 2025-03-29 19:54:46 +01:00 committed by GitHub
commit 1ff01de7cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ BBlue='\033[1;34m' BPurple='\033[1;35m' BCyan='\033[1;36m' BWhite='\033[1;37m'
## Directories ----------------------------
DIR=`pwd`
FONT_DIR="$HOME/.local/share/fonts"
FONT_DIR="$XDG_DATA_HOME/fonts" # or $XDG_CONFIG_HOME
ROFI_DIR="$HOME/.config/rofi"
# Install Fonts
@ -25,7 +25,7 @@ install_fonts() {
cp -rf $DIR/fonts/* "$FONT_DIR"
fi
echo -e ${BYellow}"[*] Updating font cache...\n" ${Color_Off}
fc-cache
fc-cache -r
}
# Install Themes