From 97d5239075382630a0301855b6ff686aa74a1d22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Dias?=
<65513943+retrozinndev@users.noreply.github.com>
Date: Sun, 4 Aug 2024 18:45:04 -0300
Subject: [PATCH] :books: docs: better organization
---
README.md | 51 +++++++++++++++++----------------------------------
1 file changed, 17 insertions(+), 34 deletions(-)
diff --git a/README.md b/README.md
index 1ba09a0..dd7d8f3 100644
--- a/README.md
+++ b/README.md
@@ -1,49 +1,32 @@
# Retrozinndev's Hyprland Dots
-My personal Hyprland configuration that I use everyday! Some of the colors used are from the [Catppuccin Mocha Palette](https://github.com/catppuccin), go check it out, it's awesome!
+My personal Hyprland configuration that I use everyday! Some of the colors used are from the [Catppuccin Mocha Palette](https://catppuccin.com/palette#flavor-mocha), go check it out, it's awesome!
+
-
-
-
+
https://github.com/user-attachments/assets/f67fbeea-637b-44f3-b935-cfdb82680007
-
-> ⚠️ Notice: This repo is not ready to be used yet. And README.md is also not complete, caution if you try to use this repo!
-
-## Requisites
-### Waybar
-#### Media
-In order to make the `custom/media` widget work, you first need the [mediaplayer.py](https://github.com/Alexays/Waybar/blob/master/resources/custom_modules/mediaplayer.py)
-script included in the official [Waybar repo](https://github.com/Alexays/Waybar). You can copy this script to the `~/.config/waybar/` directory(if you don't have
-this folder, you can create one with `mkdir ~/.config/waybar`).
-After putting the script in place, you need [playerctl](https://github.com/altdesktop/playerctl) to control the media(play/pause, next and previous).
-
-#### Audio
-To control the audio, I use [pavucontrol](https://github.com/pulseaudio/pavucontrol), the Waybar's default audio controller. You can use any other of your preference,
-just change the `"on-click"` value inside `"pulseaudio"` in the `config.jsonc` file to your desired application.
-
-
-
-## Usage
-### Play/pause media
-To do that, you can simply click in the Spotify/Media application widget in waybar when some song is playing.
-
-Clicking in the widget will toggle play/pause actions, you need [playerctl](https://github.com/altdesktop/playerctl) in order to make this work.
-### Notification Center
-About the notification daemon, I chose [swaync](), because it has it's own notification center, and uses gtk css to customize it.
-
## 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).
+
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`.
-```bash
+```nushell
$ git clone "https://github.com/retrozinndev/Hyprland-Dots.git"; cd Hyprland-Dots; bash apply.sh
```
-## Issues
+
+### How to Use
+See usage [on the wiki](https://github.com/retrozinndev/Hyprland-Dots/wiki/Usage).
+
+## ❗ 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!
+
+## 📜 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)