Spelling errors

This commit is contained in:
Michał 2022-04-18 14:26:22 +01:00
parent e55d8c9640
commit 17510f3bd3
3 changed files with 13 additions and 12 deletions

View file

@ -1,8 +1,9 @@
# Config Files # Config Files
Fluffy's config files for Arch Linux, but should work on other distros. Fluffy's config files for Arch Linux, but should work on other distros.
Also please keep in mind that all these configs do not prioritise being used by just anyone, thus there will be some hard-coded directories so please be sure to go through the config files prior to using them.
## Colour Schemes ## Colour Schemes and Scripts
I did NOT make any of the colour schemes, so some of the config files cannot be included (so far just the Alacritty config) I did NOT make any of the colour schemes, so some of the config files cannot be included (so far just the Alacritty config)
Please refer to the original repositories for those Please refer to the original repositories for those
@ -10,6 +11,8 @@ Please refer to the original repositories for those
- [Paradise](https://github.com/Manas140/paradise) - [Paradise](https://github.com/Manas140/paradise)
- [Gruvbox](https://github.com/morhetz/gruvbox) - [Gruvbox](https://github.com/morhetz/gruvbox)
There are also some scripts I did not make such as a Rofi bash script, [here's the original](https://github.com/adi1090x/polybar-themes/blob/master/simple/grayblocks/scripts/powermenu.sh)
## How to use ## How to use
### The dependencies ### The dependencies
@ -20,7 +23,7 @@ Yes, some stuff have dependencies
|-----------|-----------------------------| |-----------|-----------------------------|
| Discord | Yes (BetterDiscord) | | Discord | Yes (BetterDiscord) |
| Spotify | Yes (Spicetify) | | Spotify | Yes (Spicetify) |
| Polybar | Yes (Extensions) | | Polybar | Yes (Scripts) |
| Alacritty | No | | Alacritty | No |
| Firefox | Yes (Flags) | | Firefox | Yes (Flags) |
| Rofi | No | | Rofi | No |
@ -50,7 +53,8 @@ If you feel like I missed a dependency, please contact me on the following:
#### Polybar #### Polybar
1. Add text! This has [this spotify module](https://github.com/Jvanrhijn/polybar-spotify) as a dependency I cannot include, please put the script in the correct file!
Replace "!!!USERNAME!!!" with your directory on line 266
#### Firefox #### Firefox
@ -61,16 +65,13 @@ If you feel like I missed a dependency, please contact me on the following:
1. Go into the rofi config file 1. Go into the rofi config file
2. Change the image 2. Change the image
or
2. Remove the image overall and by editing line 70 out
## ToDo ## ToDo
- Make a script to automate all this - Make a bash script to automate all this
- Fix errors - Fix errors
- Finish README - Finish README
- Remove hard-coded dependencies
## License ## Licence
Open source UwU license Open source UwU licence

View file

@ -263,7 +263,7 @@ type = custom/script
exec = echo " " exec = echo " "
format-background = ${colors.modback} format-background = ${colors.modback}
format-prefix =" ☰" format-prefix =" ☰"
click-left = bash /home/fluffy/.config/polybar/scripts/powermenu.sh & click-left = bash /home/!!!USERNAME!!!/.config/polybar/scripts/powermenu.sh &
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- ;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

View file

@ -7,7 +7,7 @@
* |___/ * |___/
* This will not work on its own, you NEED spicetify * This will not work on its own, you NEED spicetify
* WITH the dribbblish theme installed * WITH the dribbblish theme installed
* AND custom CSS plugin, then and ONLY THEN can you pate * AND custom CSS plugin, then and ONLY THEN can you paste
* this into the custom CSS section. * this into the custom CSS section.
*/ */