From edc9138061318fd49add74e4d30f293418111ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= <65513943+retrozinndev@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:04:41 -0300 Subject: [PATCH] :books: docs(readme): add new screenshots and tip on apply script --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd7d8f3..6230d14 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Retrozinndev's Hyprland Dots -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! +My personal Hyprland configuration that I use everyday! Some of the colors available in stylesheet files can be found in the [Catppuccin Mocha Palette](https://catppuccin.com/palette#flavor-mocha), go check it out, it's awesome!
- - + + + +

@@ -18,6 +20,8 @@ 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: The `$` character means that you can run this command without a root/super user. + ```nushell $ git clone "https://github.com/retrozinndev/Hyprland-Dots.git"; cd Hyprland-Dots; bash apply.sh ```