mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 22:28:21 -05:00
Compare commits
3 Commits
ba33996543
...
eecc80940c
Author | SHA1 | Date | |
---|---|---|---|
|
eecc80940c | ||
|
3f2275ab8f | ||
|
f0662c47ba |
@ -109,7 +109,7 @@ $ ./setup.sh
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://avatars.githubusercontent.com/u/15263867?u=7f45e973d008c1c9fc573554a95efac83751e726&v=4" width="60px" alt="David Toska" /></a><!-- sponsors -->
|
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://avatars.githubusercontent.com/u/15263867?u=7f45e973d008c1c9fc573554a95efac83751e726&v=4" width="60px" alt="David Toska" /></a><a href="https://github.com/kkkutup"><img src="https://avatars.githubusercontent.com/u/142684677?v=4" width="60px" alt="" /></a><!-- sponsors -->
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
4
setup.sh
4
setup.sh
@ -12,7 +12,7 @@ BBlue='\033[1;34m' BPurple='\033[1;35m' BCyan='\033[1;36m' BWhite='\033[1;37m'
|
|||||||
|
|
||||||
## Directories ----------------------------
|
## Directories ----------------------------
|
||||||
DIR=`pwd`
|
DIR=`pwd`
|
||||||
FONT_DIR="$HOME/.local/share/fonts"
|
FONT_DIR="$XDG_DATA_HOME/fonts" # or $XDG_CONFIG_HOME
|
||||||
ROFI_DIR="$HOME/.config/rofi"
|
ROFI_DIR="$HOME/.config/rofi"
|
||||||
|
|
||||||
# Install Fonts
|
# Install Fonts
|
||||||
@ -25,7 +25,7 @@ install_fonts() {
|
|||||||
cp -rf $DIR/fonts/* "$FONT_DIR"
|
cp -rf $DIR/fonts/* "$FONT_DIR"
|
||||||
fi
|
fi
|
||||||
echo -e ${BYellow}"[*] Updating font cache...\n" ${Color_Off}
|
echo -e ${BYellow}"[*] Updating font cache...\n" ${Color_Off}
|
||||||
fc-cache
|
fc-cache -r
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install Themes
|
# Install Themes
|
||||||
|
Loading…
Reference in New Issue
Block a user