mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 06:08:22 -05:00
Update setup.sh
This commit is contained in:
parent
87194ad50b
commit
080397ee0c
2
setup.sh
2
setup.sh
@ -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=$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )
|
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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user