✨ feat(hypr): setup guide, about section and some gallery images
This commit is contained in:
parent
295e068bdd
commit
2f0233d17e
4 changed files with 84 additions and 1 deletions
85
.config/hypr/.github/README.md
vendored
85
.config/hypr/.github/README.md
vendored
|
@ -1,3 +1,86 @@
|
|||
<div align="center">
|
||||
<a href=""><img src="./title.png"></a>
|
||||
<a href="#"><img src="./title.png"></a>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png" width="90%"/><br>
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<a href="#herb--about"><img width="190px" src="https://raw.githubusercontent.com/Matt-FTW/dotfiles/main/.github/assets/category-images/dotfiles-about.png"></a>
|
||||
<a href="#wrench--setup"><img width="190px" src="https://raw.githubusercontent.com/Matt-FTW/dotfiles/main/.github/assets/category-images/dotfiles-setup.png"></a>
|
||||
<a href="#camera--gallery"><img width="190px" src="https://raw.githubusercontent.com/Matt-FTW/dotfiles/main/.github/assets/category-images/dotfiles-gallery.png"></a>
|
||||
|
||||
</div>
|
||||
|
||||
# :herb: <samp>About</samp>
|
||||
|
||||
[Hyprland](https://hyprland.org/) is my default window manager. It has stunning animations (which I always wanted when I started using a WM), excellent Wayland support, dynamic tiling which I prefer over manual or hybrid and an amazing ecosystem of plugins and applications.
|
||||
|
||||
The plugins I'm using are the following:
|
||||
|
||||
- [Hyprsplit](https://github.com/shezdy/hyprsplit)
|
||||
- [Hyprexpo](https://github.com/hyprwm/hyprland-plugins/tree/main/hyprexpo)
|
||||
- [Hyprspace](https://github.com/KZDKM/Hyprspace) (_Disabled_)
|
||||
- [Dynamic Cursors](https://github.com/VirtCode/hypr-dynamic-cursors) (_Disabled_)
|
||||
- [Hyprtrails](https://github.com/hyprwm/hyprland-plugins/tree/main/hyprtrails) (_Disabled_)
|
||||
|
||||
Alongside this plugins, I use some specific apps from the hypr ecosystem
|
||||
|
||||
- [Hyprlock](https://github.com/hyprwm/hyprlock)
|
||||
- [Hypridle](https://github.com/hyprwm/hypridle)
|
||||
- [Hyprpicker](https://github.com/hyprwm/hyprpicker)
|
||||
- [Hyprshot](https://github.com/Gustash/Hyprshot) (_Script_)
|
||||
- [Hyprfreeze](https://github.com/Zerodya/hyprfreeze) (_Script_)
|
||||
|
||||
Focusing in the config, hyprland.conf imports every config file, from the binds to the inputs, monitors or the theme.
|
||||
|
||||
If you want to easily configure the workspaces or the monitors, check out [this program](https://github.com/nwg-piotr/nwg-displays).
|
||||
|
||||
Wanna see or add new bindings? Check [this file](../configs/binds.conf).
|
||||
|
||||
Wanna edit the theme? Check [this folder](../theme/).
|
||||
|
||||
Maybe you want to add a new app or service to autostart? Check [this](../scripts/autostart/)
|
||||
|
||||
If you want to add a new script to the config, go to [this folder](../scripts/).
|
||||
|
||||
# :wrench: <samp>Setup</samp>
|
||||
|
||||
### :package: Extensions Installation
|
||||
|
||||
You can manage and install extensions with `hyprpm`, a package manager that ships by default with hyprland. Here's a quick reference guide for installing, updating and removing extensions.
|
||||
|
||||
```bash
|
||||
# Installing an extension
|
||||
hyprpm add <repo-link>
|
||||
|
||||
# To update all extensions
|
||||
hyprpm update
|
||||
|
||||
# To remove an specific extension
|
||||
hyprpm remove <extension-name>
|
||||
```
|
||||
|
||||
After you install an extension, make sure to enable it:
|
||||
|
||||
```bash
|
||||
hyprpm enable <extensions-name>
|
||||
```
|
||||
|
||||
# :camera: <samp>Gallery</samp>
|
||||
|
||||
| **Overview 1** |
|
||||
| ------------------------------- |
|
||||
|  |
|
||||
|
||||
| **Overview 2** |
|
||||
| ------------------------------- |
|
||||
|  |
|
||||
|
||||
| **Overview 3** |
|
||||
| ------------------------------- |
|
||||
|  |
|
||||
|
|
BIN
.config/hypr/.github/overview-1.png
vendored
Normal file
BIN
.config/hypr/.github/overview-1.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 828 KiB |
BIN
.config/hypr/.github/overview-2.png
vendored
Normal file
BIN
.config/hypr/.github/overview-2.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
.config/hypr/.github/overview-3.png
vendored
Normal file
BIN
.config/hypr/.github/overview-3.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Loading…
Add table
Reference in a new issue