```
cp ~/Downloads/danixland-rofi/scripts/*.sh ~/bin
-chmod 755 ~/bin/danixland-*.sh
+chmod 755 ~/bin/darknix-*.sh
```
-Now copy the content of the **theme** directory inside `~/.config/rofi/themename` (change theme name to whatever you want to call it) and change "themename" to whatever you called it, inside every single bash script.
+Now copy the content of the **theme** directory inside `~/.config/rofi/darknix` (change theme name to whatever you want to call it) and change "themename" to whatever you called it, inside every single bash script.
```
-mkdir ~/.config/rofi/danixland
-cd ~/.config/rofi/danixland
+mkdir ~/.config/rofi/darknix
+cd ~/.config/rofi/darknix
cp -R ~/Downloads/danixland-rofi/theme/* .
```
```
-vim ~/bin/danixland-appsmenu.sh
+vim ~/bin/darknix-appsmenu.sh
```
If you want you can rename the scripts as well. It's up to you.
-This theme uses the [Hurmit Nerd Font](https://www.nerdfonts.com/) for the icons you see on the buttons, if you want to use a different font you might need to adjust all the paddings. To check if an icon is available on the Hurmit Nerd Font you can go to [Nerd Font Cheat Sheet](https://www.nerdfonts.com/cheat-sheet) website and search for it.
+This theme uses the [Inconsolata Nerd Font](https://www.nerdfonts.com/) for the icons you see on the buttons, if you want to use a different font you might need to adjust all the paddings. To check if an icon is available on the Hurmit Nerd Font you can go to [Nerd Font Cheat Sheet](https://www.nerdfonts.com/cheat-sheet) website and search for it.
### Prerequisites
### Does it looks like a bitch??!!
Here's what the theme looks like:
->Some of these screenshots are old and you'll notice the icons are a bit offset and not very well centered. I fixed that inside the theme files.
+>These screenshots are old and you'll notice the icons are a bit offset and not very well centered. I fixed that inside the theme files.
![The power menu](http://git.danix.xyz/danixland-rofi.git/raw/master/screenshots/powermenu.png "The power menu")
## Built With
* Patience, really.. it's all that easy.
-* This theme uses the [Hurmit Nerd Font](https://www.nerdfonts.com/) for his icons.
+* This theme uses the [Inconsolata Nerd Font](https://www.nerdfonts.com/) for his icons.
## Authors