diff --git a/README.md b/README.md index 968b98d..90707b6 100644 --- a/README.md +++ b/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: +-
#121212 +- #242424 +- #424242 +- #52b3eb +- #cce1ff +- #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 \ No newline at end of file diff --git a/config.rasi b/config.rasi index 5464f68..87026c4 100644 --- a/config.rasi +++ b/config.rasi @@ -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: " "; diff --git a/fox.png b/fox.png deleted file mode 100644 index 68fca2a..0000000 Binary files a/fox.png and /dev/null differ diff --git a/werefox-theme.jpg b/werefox-theme.jpg new file mode 100644 index 0000000..7f71f4c Binary files /dev/null and b/werefox-theme.jpg differ