modified: README.md master
authordanix <danix@danix.xyz>
Sun, 19 Mar 2023 11:12:38 +0000 (12:12 +0100)
committerdanix <danix@danix.xyz>
Sun, 19 Mar 2023 11:12:38 +0000 (12:12 +0100)
README.md

index 01e0ac6..29f1bde 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,23 +8,23 @@ Copy the content of the **scripts** directory wherever you put your personal scr
 
 ```
 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
 
@@ -37,7 +37,7 @@ Being familiar with bash scripting might be useful ;)
 ### 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")
 
@@ -66,7 +66,7 @@ Some utility scripts that I run usually. Here you can see one to change the wall
 ## 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