From 532d584f781183eab99096682366db21d30bb248 Mon Sep 17 00:00:00 2001
From: Nathan <6182419+NathanC@users.noreply.github.com>
Date: Sun, 2 Jun 2024 11:18:32 -0700
Subject: [PATCH 1/4] Update README.md with software choices, intro, and
formatting tweaks
---
README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 54 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 55287ba74..a4a80fcf7 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,23 @@
+Here’s what to expect:
+
+ * A practical, accessible environment built for everyday hyprland use
+ * A user-friendly interface that doesn’t require you to go down the rabbit hole
+ * Keybinds are similar to that of Windows
+
+> [!NOTE]
+> Dotfiles are heavily opinionated software.
+
+
+
+
• overview •
+
+
+
+
+
Notable features
@@ -20,6 +37,7 @@
- **AI Assisstant**: ChatGPT and Google Gemini
- **Autogenerated colors** based on your wallpaper using [Material colors](https://m3.material.io/styles/color/the-color-system/key-colors-tones)
- **Animations** that are natural and fluid
+ - **Transparent Install** that asks approval for all commands/dep installs
Instructions
@@ -42,6 +60,22 @@
+
+ Software overview
+
+ - This dotfile setup is intended to work out of the box and has a fair amount of deps. Partial list of top level software used by hyprland here:
+
+ | Software | Purpose |
+ | ------------- | ------------- |
+ | [AGS](https://github.com/Aylur/ags) | A GTK widget system, responsible for the status bar and various useful widgets |
+ | [anyrun](https://github.com/anyrun-org/anyrun) | Main app launcher/runner, default entry point for Super key, with AI integration and various actions |
+ | [Fuzzel](https://mark.stosberg.com/fuzzel-a-great-dmenu-and-rofi-altenrative-for-wayland/) | Secondary app launcher/runner |
+ | [wlogout](https://github.com/ArtsyMacaw/wlogout) | logout/lock/shutdown menu |
+
+
+ - For a more comprehensive list of dependencies, see [the dependencies conf used by the install script](https://github.com/end-4/dots-hyprland/blob/main/scriptdata/dependencies.conf)
+
+
Help improve these dotfiles!
@@ -49,7 +83,12 @@
- If you'd like to suggest fixes or a new widget, feel free to [open an issue](https://github.com/end-4/dots-hyprland/issues/new/choose)
-### [illogical_impulse](https://github.com/end-4/dots-hyprland/tree/illogical-impulse)
+
+
• screenshots •
+
+
+
+### main branch (*illogical impulse*)
**AI, on-screen indicators**

@@ -62,7 +101,7 @@
**Weeb powers**
-
+
**Easy window management**
@@ -97,9 +136,11 @@
----
+
+
• thank you •
+
+
-## Thank you
- [@clsty](https://github.com/clsty) for making an actually good install script + many other stuff that I neglect
- [@midn8hustlr](https://github.com/midn8hustlr) for greatly improving the color generation system
- AGS: [Aylur's config](https://github.com/Aylur/dotfiles), [kotontrion's config](https://github.com/kotontrion/dotfiles)
@@ -107,11 +148,18 @@
- AI bots for providing useful examples
- Open source contributors for their software and ricers for their insipration (would be a too long list to put here!)
-## Stonks
+
+
• stonks •
+
+
+
- _thank you_
[](https://starchart.cc/end-4/dots-hyprland)
+
+
✨ inspirations ✨
+
+
-## Inspirations
- osu!lazer, Windows 11, Material Design 3, AvdanOS (concept)
From 0daea262ea3075809689a108b9b7cd47750a56b5 Mon Sep 17 00:00:00 2001
From: end-4 <97237370+end-4@users.noreply.github.com>
Date: Mon, 3 Jun 2024 09:13:01 +0700
Subject: [PATCH 2/4] Update README.md
---
README.md | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index a4a80fcf7..43c413acd 100644
--- a/README.md
+++ b/README.md
@@ -13,23 +13,12 @@
-Here’s what to expect:
-
- * A practical, accessible environment built for everyday hyprland use
- * A user-friendly interface that doesn’t require you to go down the rabbit hole
- * Keybinds are similar to that of Windows
-
-> [!NOTE]
-> Dotfiles are heavily opinionated software.
-
-
• overview •
-
Notable features
@@ -37,7 +26,7 @@ Here’s what to expect:
- **AI Assisstant**: ChatGPT and Google Gemini
- **Autogenerated colors** based on your wallpaper using [Material colors](https://m3.material.io/styles/color/the-color-system/key-colors-tones)
- **Animations** that are natural and fluid
- - **Transparent Install** that asks approval for all commands/dep installs
+ - **Transparent installation**: every command is shown before it's run
Instructions
@@ -88,7 +77,7 @@ Here’s what to expect:
-### main branch (*illogical impulse*)
+### Main branch (*illogical-impulse*)
**AI, on-screen indicators**

@@ -153,11 +142,10 @@ Here’s what to expect:
-- _thank you_
[](https://starchart.cc/end-4/dots-hyprland)
-
✨ inspirations ✨
+ • inspirations •
From db915de3fd2585bf4bd054706f586c663f2c8ae5 Mon Sep 17 00:00:00 2001
From: end-4 <97237370+end-4@users.noreply.github.com>
Date: Mon, 3 Jun 2024 09:19:47 +0700
Subject: [PATCH 3/4] readme: correct software overview
---
README.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 43c413acd..de9855937 100644
--- a/README.md
+++ b/README.md
@@ -52,17 +52,15 @@
Software overview
- - This dotfile setup is intended to work out of the box and has a fair amount of deps. Partial list of top level software used by hyprland here:
| Software | Purpose |
| ------------- | ------------- |
- | [AGS](https://github.com/Aylur/ags) | A GTK widget system, responsible for the status bar and various useful widgets |
- | [anyrun](https://github.com/anyrun-org/anyrun) | Main app launcher/runner, default entry point for Super key, with AI integration and various actions |
- | [Fuzzel](https://mark.stosberg.com/fuzzel-a-great-dmenu-and-rofi-altenrative-for-wayland/) | Secondary app launcher/runner |
- | [wlogout](https://github.com/ArtsyMacaw/wlogout) | logout/lock/shutdown menu |
+ | [Hyprland](https://github.com/hyprwm/hyprland) | The compositor (for noobs, you can just call it a window manager) |
+ | [AGS](https://github.com/Aylur/ags) | A GTK widget system, responsible for the status bar, sidebars, etc. |
+ | [Fuzzel](https://mark.stosberg.com/fuzzel-a-great-dmenu-and-rofi-altenrative-for-wayland/) | For clipboard and emoji picker |
- - For a more comprehensive list of dependencies, see [the dependencies conf used by the install script](https://github.com/end-4/dots-hyprland/blob/main/scriptdata/dependencies.conf)
+ - For a more comprehensive list of dependencies, see [scriptdata/dependencies.conf](https://github.com/end-4/dots-hyprland/blob/main/scriptdata/dependencies.conf)
From f41a44386ef515345cf54a1552336f3dbed9a2e2 Mon Sep 17 00:00:00 2001
From: end-4 <97237370+end-4@users.noreply.github.com>
Date: Mon, 3 Jun 2024 09:23:02 +0700
Subject: [PATCH 4/4] readme: remove emoji at the end of the link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index de9855937..e15e5e577 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@
**Weeb powers**
-
+
**Easy window management**