mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-21 05:38:21 -05:00
Compare commits
3 Commits
0342b16a69
...
ed9aa7247a
Author | SHA1 | Date | |
---|---|---|---|
|
ed9aa7247a | ||
|
86e6875d9e | ||
|
f0662c47ba |
@ -109,7 +109,7 @@ $ ./setup.sh
|
||||
</p>
|
||||
|
||||
<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><a href="https://github.com/snubbi1954-elementary"><img src="https://avatars.githubusercontent.com/u/162145059?u=16ee4fee3e95ea7bc1599abdb2ff0ec4a2385ea2&v=4" width="60px" alt="Carl Andersen" /></a><a href="https://github.com/12c76dc"><img src="https://avatars.githubusercontent.com/u/88608064?u=856f093e16e6d33996d2548d871884994b3ee627&v=4" width="60px" alt="" /></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/snubbi1954-elementary"><img src="https://avatars.githubusercontent.com/u/162145059?u=16ee4fee3e95ea7bc1599abdb2ff0ec4a2385ea2&v=4" width="60px" alt="Carl Andersen" /></a><!-- sponsors -->
|
||||
</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 ----------------------------
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user