This commit is contained in:
Zeno Jiricek 2024-03-29 18:29:51 +00:00 committed by GitHub
commit 477c71bd0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ BBlack='\033[1;30m' BRed='\033[1;31m' BGreen='\033[1;32m' BYellow='\033[1;33m
BBlue='\033[1;34m' BPurple='\033[1;35m' BCyan='\033[1;36m' BWhite='\033[1;37m' BBlue='\033[1;34m' BPurple='\033[1;35m' BCyan='\033[1;36m' BWhite='\033[1;37m'
## Directories ---------------------------- ## Directories ----------------------------
DIR=`pwd` DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
FONT_DIR="$HOME/.local/share/fonts" FONT_DIR="$HOME/.local/share/fonts"
ROFI_DIR="$HOME/.config/rofi" ROFI_DIR="$HOME/.config/rofi"