📚 docs: organize everything, add new info for new update

This commit is contained in:
João Dias
2024-08-28 14:35:08 -03:00
committed by GitHub
parent 91eb9fcff6
commit 626d6d7b5c
+29 -8
View File
@@ -1,5 +1,5 @@
# Retrozinndev's Hyprland Dots # Retrozinn's Hyprland Dots
My personal Hyprland configuration that I use everyday! Some of the colors available in stylesheet files can be found in the [Catppuccin Mocha Palette](https://catppuccin.com/palette#flavor-mocha), go check it out, it's awesome! My customized Hyprland configuration that I use everyday!
<div align="center"> <div align="center">
<div class="screenshot-container"> <div class="screenshot-container">
@@ -13,24 +13,45 @@ My personal Hyprland configuration that I use everyday! Some of the colors avail
https://github.com/user-attachments/assets/f67fbeea-637b-44f3-b935-cfdb82680007 https://github.com/user-attachments/assets/f67fbeea-637b-44f3-b935-cfdb82680007
</div> </div>
## 🎨 Colors
All the colors are dynamically based on the current wallpaper! This is possible by using [pywal], a cli tool to generate colorschemes by using an image as a base.
## 🖼️ Wallpapers
When you're at the [Installation] process, you can choose to copy my dotfiles' wallpapers folder. If you chose to copy, you can change the current wallpaper by pressing <kbd>SUPER</kbd> + <kbd>W</kbd>, or clicking to change wallpaper in the Control Center.
## Installation ## Installation
You'll need to have installed all needed packages before installing my dotfiles! Use your package manager to do so. See needed packages on [`Wiki#Dependencies`](https://github.com/retrozinndev/Hyprland-Dots/wiki/Dependencies). You'll need to have installed all needed packages before installing my dotfiles! Use your package manager to do so. See needed packages on [`Wiki/Dependencies`].
In order to install this style right away, just run this installation script: In order to install this style right away, just run this installation script:
> ️ Notice: the installation script will make a backup folder containing all previous files in `~/hyprland-dots-bkp`. > ️ Notice: the installation script will make a backup folder containing all previous files in `~/hyprland-dots-bkp`.
> ❕ Tip: The `$` character means that you can run this command without a root/super user. > ❕ Tip: Note the `$` character means that it's recommended to run this command without root privileges.
```nushell ```nushell
$ git clone "https://github.com/retrozinndev/Hyprland-Dots.git"; cd Hyprland-Dots; bash apply.sh $ git clone "https://github.com/retrozinndev/Hyprland-Dots.git"; cd Hyprland-Dots; bash apply.sh
``` ```
### How to Use ### How to Use
See usage [on the wiki](https://github.com/retrozinndev/Hyprland-Dots/wiki/Usage). See usage and other relevant info on the [Wiki].
## ❗ Issues ## ❗ Issues
Got any issue? Please report it at the [Issues Tab](https://github.com/retrozinndev/Hyprland-Dots/issues/new), I'll be happy for helping you out! Got any issue? Please create a [new Issue], I'll be happy for helping you out!
## 📜 License ## 📜 License
This repo is licensed under the [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.pt.html#license-text) This repo is licensed under the [GNU General Public License 3.0].
<!-- References(Other repos / websites) -->
[pywal]: https://github.com/dylanaraps/pywal
[gnu general public license 3.0]: https://www.gnu.org/licenses/gpl-3.0.pt.html#license-text
<!-- Tabs -->
[wiki]: https://github.com/retrozinndev/Hyprland-Dots/wiki
[issues]: https://github.com/retrozinndev/Hyprland-Dots/issues
<!-- Wiki Pages -->
[`wiki/dependencies`]: https://github.com/retrozinndev/Hyprland-Dots/wiki/Dependencies
<!-- Action Links -->
[new issue]: https://github.com/retrozinndev/Hyprland-Dots/issues/new