aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinstaller <installer@gmail.com>2025-02-15 21:17:22 +0900
committerinstaller <installer@gmail.com>2025-02-15 21:17:22 +0900
commit4e0655769c6585b766ea93d56f72469faabfceb4 (patch)
tree6b6dc21040107e41f60ca414fdff3e96e337d1e9
parent0b00425dc338e739404bd200a1e2078237df71a9 (diff)
minor update
-rwxr-xr-xconfig/hypr/scripts/KooLsDotsUpdate.sh8
-rw-r--r--config/hypr/wallpaper_effects/.wallpaper_modifiedbin1885472 -> 442928 bytes
-rw-r--r--config/rofi/config-clipboard.rasi4
-rw-r--r--config/rofi/config-wallpaper-effect.rasi4
4 files changed, 8 insertions, 8 deletions
diff --git a/config/hypr/scripts/KooLsDotsUpdate.sh b/config/hypr/scripts/KooLsDotsUpdate.sh
index 067f42ae..d0d454e6 100755
--- a/config/hypr/scripts/KooLsDotsUpdate.sh
+++ b/config/hypr/scripts/KooLsDotsUpdate.sh
@@ -28,20 +28,20 @@ fi
# Comparing local and github versions
if [ "$(echo -e "$github_version\n$local_version" | sort -V | head -n 1)" = "$github_version" ]; then
- notify-send -i $iDIR "KooL Hyprland" "No update available"
+ notify-send -i $iDIR "KooL Hyprland:" "No update available"
exit 0
else
# update available
notify_cmd_base="notify-send -t 10000 -A action1=Update -A action2=NO -h string:x-canonical-private-synchronous:shot-notify"
notify_cmd_shot="${notify_cmd_base} -i $iDIR"
- response=$($notify_cmd_shot "KooL Hyprland" "Update available! Update now?")
+ response=$($notify_cmd_shot "KooL Hyprland:" "Update available! Update now?")
case "$response" in
"action1")
if [ -d $KooL_Dots_DIR ]; then
if ! command -v kitty &> /dev/null; then
- notify-send -i $iDIR "Need Kitty" "Kitty terminal not found. Please install Kitty terminal."
+ notify-send -i $iDIR "Need Kitty:" "Kitty terminal not found. Please install Kitty terminal."
exit 1
fi
kitty -e bash -c "
@@ -52,7 +52,7 @@ else
"
else
if ! command -v kitty &> /dev/null; then
- notify-send -i $iDIR "Need Kitty" "Kitty terminal not found. Please install Kitty terminal."
+ notify-send -i $iDIR "Need Kitty:" "Kitty terminal not found. Please install Kitty terminal."
exit 1
fi
kitty -e bash -c "
diff --git a/config/hypr/wallpaper_effects/.wallpaper_modified b/config/hypr/wallpaper_effects/.wallpaper_modified
index d85a5b8d..825086e1 100644
--- a/config/hypr/wallpaper_effects/.wallpaper_modified
+++ b/config/hypr/wallpaper_effects/.wallpaper_modified
Binary files differ
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi
index 01596ee0..4b6ba384 100644
--- a/config/rofi/config-clipboard.rasi
+++ b/config/rofi/config-clipboard.rasi
@@ -5,7 +5,7 @@
/* ---- Window ---- */
window {
- width: 45%;
+ width: 50%;
}
/* ---- Mainbox ---- */
@@ -16,7 +16,7 @@ mainbox {
/* ---- Entry ---- */
entry {
- width: 42%;
+ width: 47%;
placeholder: " 📋 Search Clipboard ";
}
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi
index de74747a..6a4dbfe5 100644
--- a/config/rofi/config-wallpaper-effect.rasi
+++ b/config/rofi/config-wallpaper-effect.rasi
@@ -12,13 +12,13 @@ mainbox {
/* ---- Entry ---- */
entry {
- width: 20%;
+ width: 32%;
placeholder: " 🏙️ Search / Choose desired wallpaper effect";
}
/* ---- Window ---- */
window {
- width: 24%;
+ width: 35%;
}
/* ---- Listview ---- */
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage