From a5eeedbcfa14c9210f8bcbd9b1c6ffb1c8e005e9 Mon Sep 17 00:00:00 2001 From: Rudy ツ Date: Fri, 14 Mar 2025 10:28:59 +0530 Subject: Delete wallpapers/Balcony-ja.png --- wallpapers/Balcony-ja.png | Bin 2914074 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 wallpapers/Balcony-ja.png diff --git a/wallpapers/Balcony-ja.png b/wallpapers/Balcony-ja.png deleted file mode 100644 index 9b4ff807..00000000 Binary files a/wallpapers/Balcony-ja.png and /dev/null differ -- cgit v1.2.3 From 0986f63d8ca513c746204a1f4290213cf286bcc0 Mon Sep 17 00:00:00 2001 From: Rudy ツ Date: Fri, 14 Mar 2025 10:30:07 +0530 Subject: Update wallpaper --- wallpapers/Balcony-ja.png | Bin 0 -> 1598897 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 wallpapers/Balcony-ja.png diff --git a/wallpapers/Balcony-ja.png b/wallpapers/Balcony-ja.png new file mode 100644 index 00000000..75c850d8 Binary files /dev/null and b/wallpapers/Balcony-ja.png differ -- cgit v1.2.3 From aefe640404d083ff5d8c416cc630a318105dfc7d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 16:05:52 +0900 Subject: updated workspace#rw --- config/waybar/ModulesWorkspaces | 1 - 1 file changed, 1 deletion(-) diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index d171fe5b..c9485ea9 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -213,7 +213,6 @@ "title<.*ChatGPT.*>": "󰚩 ", "title<.*deepseek.*>": "󰚩 ", - "title<.*AI.*>": "󰚩 ", "title<.*qwen.*>": "󰚩 ", "class": "󰅳 ", "class": " ", -- cgit v1.2.3 From c5d8fe9bf3273f33a67690b88dba28aca1d4ea6d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 15 Mar 2025 10:52:44 +0900 Subject: updated wallpaper message about size --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 0140b93c..ab6dbe0c 100755 --- a/copy.sh +++ b/copy.sh @@ -910,7 +910,7 @@ printf "\n%.0s" {1..1} echo "${MAGENTA}By default only a few wallpapers are copied${RESET}..." while true; do - read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is almost 1GB (y/n): " WALL + read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is 1GB in size (y/n): " WALL case $WALL in [Yy]) echo "${NOTE} Downloading additional wallpapers..." -- cgit v1.2.3 From 3ae93618d2e6274734dc49db04a275712808e310 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 15 Mar 2025 15:20:59 +0900 Subject: removed additional s on keybinds.sh --- config/hypr/scripts/KeyBinds.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/hypr/scripts/KeyBinds.sh b/config/hypr/scripts/KeyBinds.sh index 324a9d00..9c6b5ab7 100755 --- a/config/hypr/scripts/KeyBinds.sh +++ b/config/hypr/scripts/KeyBinds.sh @@ -36,5 +36,4 @@ fi display_keybinds=$(echo "$keybinds" | sed 's/\$mainMod/SUPER/g') # use rofi to display the keybinds with the modified content -echo "$display_keybinds" | rofi -dmenu -i -config "$rofi_theme" -mesg "$msg" -s \ No newline at end of file +echo "$display_keybinds" | rofi -dmenu -i -config "$rofi_theme" -mesg "$msg" \ No newline at end of file -- cgit v1.2.3