mirror of
https://github.com/adi1090x/rofi.git
synced 2025-12-10 04:22:48 +01:00
Compare commits
3 Commits
34d1459e26
...
7fa4b37ae2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fa4b37ae2 | ||
|
|
d6ae47205a | ||
|
|
f0662c47ba |
@ -109,7 +109,7 @@ $ ./setup.sh
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://github.com/davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https://github.com/snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https://github.com/dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/jxtrt"><img src="https://github.com/jxtrt.png" width="60px" alt="User avatar: jtrt" /></a><!-- sponsors -->
|
||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://github.com/davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/dgxlab"><img src="https://github.com/dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/jxtrt"><img src="https://github.com/jxtrt.png" width="60px" alt="User avatar: jtrt" /></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…
x
Reference in New Issue
Block a user