gianmarco
/
dotfiles
Archived
1
0
Fork 0

Added some new requirements in the README

master
Gianmarco Gargiulo 2021-10-22 17:30:00 +02:00
parent 33051a56ac
commit fa9504f9e7
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
### Basic requirements
- **KDE Plasma** for the color scheme and the icon pack (and **Latte** as the dock);
- **Polybar** for the status bar (and **Python** for the media player module);
- **KDE Plasma** for the color scheme and the icon pack (and **Latte** if you want the dock);
- **Polybar** for the status bar (and **Python** with **dbus-python** for the media player module);
- **zsh** and **powerlevel10k** for the fancy shell prompt (and **pfetch** if you want the ascii logo thing).
Extra stuff might be required for my Polybar scripts. Continue reading, don't be lazy.
@ -20,7 +20,7 @@ After installing the dependencies, place the stuff like you see it in your home
#### Polybar
`.config/polybar` contains stuff from [adi1090x's Polybar Themes repo](https://github.com/adi1090x/polybar-themes) with the addition of a custom folder called `gmg` which is a modified version of the `material` theme present in the same base directory. To launch Polybar with my theme, just run the `launch.sh` script with the flag `--gmg`. You might want to make a thing at login that automatically runs the command for you. Also a lot of the stuff in this custom theme has italian text so, unless you like pasta a lot, you might wanna change that.
`.config/polybar` contains stuff from [adi1090x's Polybar Themes repo](https://github.com/adi1090x/polybar-themes) with the addition of a custom folder called `gmg` which is a modified version of the `material` theme present in the same base directory. To launch Polybar with my theme, just run the `launch.sh` script with the flag `--gmg`. You might want to make a thing at login that automatically runs the command for you. Also a lot of the stuff in this custom theme has italian text so, unless you like pasta a lot, you might wanna change that. For this the fonts [Roboto](https://fonts.google.com/specimen/Roboto), [Fantasque Sans Mono](https://github.com/belluzj/fantasque-sans) and [Material Design Iconic Font](https://zavoloklom.github.io/material-design-iconic-font/) are required for the theme to work properly, but you can always set your own in the **config file**.
I've got a few very simple stupid Polybar modules that I've made myself for my workflow. You can see what each of them do at `gmg/user_modules.ini`.