Added some concrete installation instructions.
This commit is contained in:
parent
5a59b90936
commit
50edf75555
1 changed files with 37 additions and 1 deletions
38
README.md
38
README.md
|
@ -36,4 +36,40 @@ https://wallpapercave.com/w/wp5910934
|
|||
|
||||
This screenshot was using the Papirus Dark icon theme.
|
||||
|
||||
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
|
||||
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
|
||||
|
||||
## Installation
|
||||
|
||||
For a clean installation method, I recommend the following:
|
||||
|
||||
```
|
||||
# Clone this repository
|
||||
git clone [desired location]
|
||||
cd rofi-werefox-theme/
|
||||
|
||||
# Make a directory to store themes, this is currently Rofi's desired directory
|
||||
mkdir -p $HOME/.local/share/rofi/themes
|
||||
|
||||
# Make a soft link to this config so we don't have to copy it
|
||||
ln -s config.rasi $HOME/.local/share/rofi/themes/werefox.rasi
|
||||
|
||||
# Dump the current rofi config to Rofi's desired user config durectory
|
||||
mkdir -p $HOME/.config/rofi
|
||||
rofi -dump-config $HOME/.config/rofi/config.rasi
|
||||
|
||||
# Make a soft link to this theme's soft link to enable user to switch to other default themes easily
|
||||
ln -s $HOME/.local/share/rofi/themes/werefox.rasi $HOME/.config/rofi/default-theme.rasi
|
||||
|
||||
# Change the user config to point to this theme by default
|
||||
sed -i -E -e 's/^\/(.)+theme(.)+\/$/\ttheme: "default-theme";/g' $HOME/.config/rofi/config.rasi
|
||||
```
|
||||
|
||||
## Contact
|
||||
|
||||
If you have any questions or need help setting up (or want to report a bug), you can contact me in the following places most effectively:
|
||||
|
||||
Discord: shadow8t4#8276
|
||||
|
||||
Telegram: [@shadow8t4](https://t.me/shadow8t4)
|
||||
|
||||
Matrix: @shadow8t4:matrix.werefox.dev
|
Reference in a new issue