📚 docs(readme): add new screenshots and tip on apply script

This commit is contained in:
João Dias
2024-08-16 21:04:41 -03:00
committed by GitHub
parent 54ea0b0b9a
commit edc9138061
+7 -3
View File
@@ -1,10 +1,12 @@
# Retrozinndev's Hyprland Dots # 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!
<div align="center"> <div align="center">
<div class="screenshot-container"> <div class="screenshot-container">
<img src="repo/screenshot_desktop.png"> <img width=48% src="repo/screenshot_lockscreen.png">
<img src="repo/screenshot_usage.png"> <img width=48% src="repo/screenshot_desktop.png">
<img width=48% src="repo/screenshot_tools.png">
<img width=48% src="repo/screenshot_usage.png">
</div> </div>
<br> <br>
@@ -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`. > ️ 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 ```nushell
$ git clone "https://github.com/retrozinndev/Hyprland-Dots.git"; cd Hyprland-Dots; bash apply.sh $ git clone "https://github.com/retrozinndev/Hyprland-Dots.git"; cd Hyprland-Dots; bash apply.sh
``` ```