From c75fcddbfabbc561f584e86635dc953912005548 Mon Sep 17 00:00:00 2001
From: Dante <150515748+xsghetti@users.noreply.github.com>
Date: Sat, 6 Apr 2024 00:08:28 -0400
Subject: [PATCH] Update README.md
---
README.md | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index ffe99e3f..a290df63 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,12 @@



+
+



-
+
## Depenencies
> [hyprland](https://hyprland.org)
@@ -36,16 +38,12 @@
> [hyprtrails](https://github.com/hyprwm/hyprland-plugins/tree/main/hyprtrails)
> [pyprland](https://github.com/hyprland-community/pyprland)
->[!Note]
->To get cava working with pywal - symlink template to cava/config
- ln -sf "$HOME/.cache/wal/cava-colors" "$HOME/.config/cava/config" || true
+This configuration utilizes two official [Hyprland](https://hyprland.org) plugins.
+To install these plugins run the following command.
+
>[!Note]
-> Hycov Keybindings will be commented out by default
-to prevent the error message caused by HyprPM.
-HyprTrails is also coded into hyprland.conf but will
-not trigger any errors. Feel free to enable them with
-the commands below.
+>HyprExpo is only available on hyprland-git until the next official release.
hyprpm update
@@ -54,13 +52,16 @@ the commands below.
hyprpm add https://github.com/hyprwm/hyprland-plugins
- hyprpm add https://github.com/Ayuei/hycov
-
-
- hyprpm enable hycov
+ hyprpm enable hyprexpo
hyprpm enable hyprtrails
+
+
+>[!Note]
+>To get cava working with pywal - symlink the template to cava/config
+
+ ln -sf "$HOME/.cache/wal/cava-colors" "$HOME/.config/cava/config" || true