From 6485e9bf74faed1e24cec8ad86e47ae57623a786 Mon Sep 17 00:00:00 2001
From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com>
Date: Sat, 18 May 2024 18:59:37 +0900
Subject: [PATCH 1/5] Update README.md
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 5b5bffa..5e88897 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+
## 💌 ** JaKooLit Hyprland Dot Files ** 💌
From 7fac740fdac422a3d446cf96f66b3c986688d58a Mon Sep 17 00:00:00 2001
From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com>
Date: Sat, 18 May 2024 19:00:08 +0900
Subject: [PATCH 2/5] Update README.md
---
README.md | 7 -------
1 file changed, 7 deletions(-)
diff --git a/README.md b/README.md
index 5e88897..5b5bffa 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,3 @@
-
-
-
-
-
-
-
## 💌 ** JaKooLit Hyprland Dot Files ** 💌
From d3f8613e974bdc6e5138319eaa679b8ff3c752dc Mon Sep 17 00:00:00 2001
From: JaKooLit
Date: Sat, 18 May 2024 19:51:04 +0900
Subject: [PATCH 3/5] updated Readme Hyprland -dots
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 5b5bffa..4f8d76b 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,10 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-991
- refer to install scripts what packages needed to install... but atleast, Hyprland packages is needed 😏😏😏 duh!!
+## 🪧 Attention 🪧
+- This repo does NOT contain or will NOT install any packages. These are only hyprland configs or dotfiles
+- This repo will be pulled by the Distro-Hyprland install scripts above if you opt to download pre-configured dots
+
### 👀 Screenshots 👀
- All screenshots are collected here [Screenshots](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots)
From 741f5a3e638add7642a6a452c2793b63c728abbb Mon Sep 17 00:00:00 2001
From: JaKooLit
Date: Sat, 18 May 2024 20:02:40 +0900
Subject: [PATCH 4/5] Made Online stations as first choice for Rofi Beats
---
config/hypr/UserScripts/RofiBeats.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh
index 76634a1..1cf2a44 100755
--- a/config/hypr/UserScripts/RofiBeats.sh
+++ b/config/hypr/UserScripts/RofiBeats.sh
@@ -63,7 +63,6 @@ play_local_music() {
mpv --shuffle --vid=no "$file"
}
-
# Main function for playing online music
play_online_music() {
choice=$(printf "%s\n" "${!online_music[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -p "Online Music")
@@ -84,7 +83,7 @@ play_online_music() {
pkill mpv && notify-send -u low -i "$iDIR/music.png" "Online Music stopped" || {
# Prompt the user to choose between local and online music
-user_choice=$(printf "Play from Music Folder\nPlay from Online Stations" | rofi -dmenu -config ~/.config/rofi/config-rofi-Beats-menu.rasi -p "Select music source")
+user_choice=$(printf "Play from Online Stations\nPlay from Music Folder" | rofi -dmenu -config ~/.config/rofi/config-rofi-Beats-menu.rasi -p "Select music source")
case "$user_choice" in
"Play from Music Folder")
From 3ebc5d5a4cdeaf45364d085f0a000ef97f7a4f21 Mon Sep 17 00:00:00 2001
From: JaKooLit
Date: Sat, 18 May 2024 20:06:08 +0900
Subject: [PATCH 5/5] added keyhints for Emoticons and Clipboard Manager
---
config/hypr/scripts/KeyHints.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh
index d6dd404..9d29dda 100755
--- a/config/hypr/scripts/KeyHints.sh
+++ b/config/hypr/scripts/KeyHints.sh
@@ -68,6 +68,8 @@ yad --width=$dynamic_width --height=$dynamic_height \
" ALT F" "Toggle all windows to float" "all windows" \
" Shift B" "Toggle Blur" "normal or less blur" \
" SHIFT G" "Gamemode! All animations OFF or ON" "toggle" \
+" ALT E" "Rofi Emoticons" "Emoticon" \
+" ALT V" "Clipboard Manager" "cliphist" \
" H" "Launch this app" "" \
" E" "View or EDIT Keybinds, Settings, Monitor" "" \
"" "" "" \