Edited README to be updated for new theme with clear requirements and optional downloads.
This commit is contained in:
parent
ac441a8e15
commit
5a59b90936
4 changed files with 36 additions and 13 deletions
45
README.md
45
README.md
|
@ -1,16 +1,39 @@
|
|||

|
||||
# Werefox Rofi Theme
|
||||
|
||||
## Font (SourceCodePro)
|
||||
- [Nerd Fonts GitHub](https://github.com/ryanoasis/nerd-fonts)
|
||||
Custom Rofi theme to fit Werefox Software color scheme.
|
||||
|
||||
## Polybar Theme
|
||||
- [Polybar Fox](https://github.com/Murzchnvok/polybar-fox)
|
||||
Color Palette:
|
||||
- <div style="float:left;background-color:#121212;width:20px;height:20px"></div> #121212
|
||||
- <div style="float:left;background-color:#242424;width:20px;height:20px"></div> #242424
|
||||
- <div style="float:left;background-color:#424242;width:20px;height:20px"></div> #424242
|
||||
- <div style="float:left;background-color:#52b3eb;width:20px;height:20px"></div> #52b3eb
|
||||
- <div style="float:left;background-color:#cce1ff;width:20px;height:20px"></div> #cce1ff
|
||||
- <div style="float:left;background-color:#ffd1fe;width:20px;height:20px"></div> #ffd1fe
|
||||
|
||||
## Wallpaper
|
||||
- [wallpapersden](https://wallpapersden.com/trip-night-wallpaper/)
|
||||
Originally forked from the "Fox Theme" by Github User Murzchnvok: https://github.com/Murzchnvok/fox-rofi-theme
|
||||
|
||||
## Icon Pack
|
||||
- [Papirus](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme)
|
||||
Accompanying Polybar theme: https://gitea.werefox.dev/shadow8t4/polybar-werefox-theme
|
||||
|
||||
## Others Rofi Themes
|
||||
- [Official rofi-themes repository](https://github.com/davatorium/rofi-themes)
|
||||

|
||||
|
||||
## Requirements
|
||||
|
||||
If you want this theme to work right out of the box, you should probably install these.
|
||||
|
||||
### DejaVuSansMono Nerd Font
|
||||
|
||||
You can download the TTF files for this font here: https://www.nerdfonts.com/font-downloads
|
||||
|
||||
## Optional
|
||||
|
||||
### Wallpaper
|
||||
|
||||
I tried my absolute best to find the original artist for this wallpaper, but all I could find was this URL and the original post I found it on in the r/wallpapers subreddit.
|
||||
|
||||
https://wallpapercave.com/w/wp5910934
|
||||
|
||||
### Icon Pack Used In Screenshot
|
||||
|
||||
This screenshot was using the Papirus Dark icon theme.
|
||||
|
||||
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
|
|
@ -1,7 +1,7 @@
|
|||
configuration {
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
font: "DejaVu Sans Mono for Powerline 10";
|
||||
icon-theme: "Papirus Dark";
|
||||
font: "DejaVuSansMono Nerd Font 12";
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-run: " ";
|
||||
display-drun: " ";
|
||||
|
|
BIN
fox.png
BIN
fox.png
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB |
BIN
werefox-theme.jpg
Normal file
BIN
werefox-theme.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 170 KiB |
Reference in a new issue