Release v2.3.0

This commit is contained in:
Hadi 2024-08-28 12:30:52 +02:00
parent 835a9e9da2
commit 90e8d5577e
3 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
[//]: # (Title: Nixy) [//]: # (Title: Nixy)
[//]: # (Description: Nixy is a Hyprland NixOS configuration with home-manager, secrets and custom theming all in one place. It's a simple way to manage your system configuration and dotfiles.) [//]: # (Description: Nixy is a Hyprland NixOS configuration with home-manager, secrets and custom theming all in one place. It's a simple way to manage your system configuration and dotfiles.)
[//]: # (Author: Hadi) [//]: # (Author: Hadi)
[//]: # (Date: 08/19/24) [//]: # (Date: 08/28/24)
[//]: # (Version: v2.1.0) [//]: # (Version: v2.2.0)
<div align="center"> <div align="center">
<img src="https://raw.githubusercontent.com/anotherhadi/nixy/main/docs/src/logo.png" width="100px" /> <img src="https://raw.githubusercontent.com/anotherhadi/nixy/main/docs/src/logo.png" width="100px" />
@ -15,7 +15,7 @@
<br> <br>
<div align="center"> <div align="center">
<a href="https://github.com/anotherhadi/nixy"> <a href="https://github.com/anotherhadi/nixy">
<img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=Version&message=v2.1.0&colorA=181825&colorB=89b4fa&logo=githubactions&logoColor=89b4fa"/> <img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=Version&message=v2.2.0&colorA=181825&colorB=89b4fa&logo=githubactions&logoColor=89b4fa"/>
</a> </a>
<a href="https://github.com/anotherhadi/nixy/stargazers"> <a href="https://github.com/anotherhadi/nixy/stargazers">
<img src="https://img.shields.io/github/stars/anotherhadi/nixy?color=89b4fa&labelColor=181825&style=for-the-badge&logo=starship&logoColor=89b4fa"> <img src="https://img.shields.io/github/stars/anotherhadi/nixy?color=89b4fa&labelColor=181825&style=for-the-badge&logo=starship&logoColor=89b4fa">

View File

@ -21,6 +21,8 @@ The list of the keybindings working on Hyprland:
| Move focus Right | SUPER + right | | Move focus Right | SUPER + right |
| Move focus Up | SUPER + up | | Move focus Up | SUPER + up |
| Move focus Down | SUPER + down | | Move focus Down | SUPER + down |
| Add to master | SHIFT + SUPER + left |
| Remove from master | SHIFT + SUPER + right |
| Screenshot window | SUPER + PRINT | | Screenshot window | SUPER + PRINT |
| Screenshot monitor | PRINT | | Screenshot monitor | PRINT |
| Screenshot region | SHIFT + SUPER + PRINT | | Screenshot region | SHIFT + SUPER + PRINT |

View File

@ -8,7 +8,6 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] Clipse: clipboard manager - [ ] Clipse: clipboard manager
- [ ] Walker launcher implementation - [ ] Walker launcher implementation
- [ ] Swaync implementation - [ ] Swaync implementation
- [ ] Fetch the gtk flatcolor theme from github to make nixy lighter
- [ ] Qutebrowser - [ ] Qutebrowser
- [ ] !!! Bitwarden integration (I need this.) - [ ] !!! Bitwarden integration (I need this.)