# Retrozinn's Hyprland Dots
My customized Hyprland dotfiles that I keep improving almost everyday 𤊠!
> [!note]
> Finally, the Eww edition is ready! You can now use it if you want to! :heart:
> If you're searching for the previous dotfiles with Waybar and Swaync, go
> to the [`waybar-edition`](https://github.com/retrozinndev/Hyprland-Dots/tree/waybar-edition) branch!
## đ Screenshots
## đ¨ Colors
All the colors of the interface are dynamically generated from your wallpaper! This is possible by using [pywal16] (fork of pywal), a cli tool to generate color schemes on the fly.
## đŧī¸ Wallpapers
When you're at the [Installation](#Installation) process, you can choose whether to install my wallpapers. If you chose to install, you can select any of them by clicking to change wallpaper in the Control Center. Or if you haven't chose to install, you can create the directory `~/wallpapers` in your home directory `~` and put an image you want to use as wallpaper and choose it using the menu inside control center and also by pressing SUPER + W!
See more bindings inside the `~/.config/hypr/bindings.conf` file or check the [Wiki/Usage] page!
### âšī¸ Source
All wallpapers inside this repo are not made by me! You can find all sources inside the [`WALLPAPERS.md`](https://github.com/retrozinndev/Hyprland-Dots/blob/ryo/WALLPAPERS.md) file.
## Installation
You'll need to have installed all needed packages before installing my dotfiles! Use your package manager to do so. See needed packages in [Wiki/Dependencies].
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`.
> đĄ Tip: Note the `$` character means that it's recommended to run this command without root privileges.
```nushell
$ git clone https://github.com/retrozinndev/Hyprland-Dots; cd Hyprland-Dots; sh apply.sh
```
### đ Tools
- Browser: [Zen Browser]
- Text Editor: [Neovim], my config is [here](https://github.com/retrozinndev/nvim-conf.lua)
- Terminal Emulator: [Kitty]
- Shell: [Nushell]
- See more on the [wiki]!
## â Issues
Having issues? Please create a [new Issue] here, I'll be happy to help you out!
## đ License
This repo is licensed under the [MIT License].
## đ Stargazers Graph
Thanks to everyone who starred my dotfiles! đ
[](https://starchart.cc/retrozinndev/Hyprland-Dots)
[pywal16]: https://github.com/eylles/pywal16
[zen browser]: https://zen-browser.app
[neovim]: https://neovim.io
[nushell]: https://nushell.sh
[kitty]: https://sw.kovidgoyal.net/kitty/
[mit license]: https://en.wikipedia.org/wiki/MIT_License
[wiki]: https://github.com/retrozinndev/Hyprland-Dots/wiki
[issues]: https://github.com/retrozinndev/Hyprland-Dots/issues
[wiki/dependencies]: https://github.com/retrozinndev/Hyprland-Dots/wiki/Dependencies
[wiki/usage]: https://github.com/retrozinndev/Hyprland-Dots/wiki/Usage
[new issue]: https://github.com/retrozinndev/Hyprland-Dots/issues/new