mirror of
https://github.com/adi1090x/rofi.git
synced 2025-12-10 04:22:48 +01:00
Compare commits
4 Commits
1ff01de7cf
...
2070954c9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2070954c9d | ||
|
|
b76c16b2b7 | ||
|
|
fa801db50a | ||
|
|
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://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/HunterR0se"><img src="https://github.com/HunterR0se.png" width="60px" alt="User avatar: Hunter Rose" /></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/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/kobinabrandon"><img src="https://github.com/kobinabrandon.png" width="60px" alt="User avatar: Kobina Brandon" /></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…
x
Reference in New Issue
Block a user