aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-13 14:44:12 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-13 14:44:12 +0900
commitf85fdd93b2a3049985a6047e6e5fc57778485cc9 (patch)
tree9414cc4dc5adb855634c36616f291310ff05d1d8
parent2b10033bef4effe5a0912b1b437412ccd641a343 (diff)
updated hypridle message
-rw-r--r--config/hypr/hypridle.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf
index aeb0258c..4b8cd7e2 100644
--- a/config/hypr/hypridle.conf
+++ b/config/hypr/hypridle.conf
@@ -2,6 +2,7 @@
# Hypridle
# Original config submitted by https://github.com/SherLock707
+$iDIR="$HOME/.config/swaync/images/ja.png"
general {
lock_cmd = pidof hyprlock || hyprlock # runs hyprlock if it is not already running (this is always run when "loginctl lock-session" is called)
@@ -21,16 +22,16 @@ general {
# Warn
listener {
- timeout = 540 # 9 min
- on-timeout = notify-send " You are idle!" # command to run when timeout has passed
- on-resume = notify-send " Welcome back!" # command to run when activity is detected after timeout has fired.
+ timeout = 540 # 9 min
+ on-timeout = notify-send -i $iDIR " You are idle!" # command to run when timeout has passed
+ on-resume = notify-send -i $iDIR " Oh! you're Back" " Hello !!!" # command to run when activity is detected after timeout has fired.
}
# Screenlock
listener {
timeout = 600 # 10 min
on-timeout = loginctl lock-session # command to run when timeout has passed
- #on-resume = notify-send " Desktop Unlocked!" # command to run when activity is detected after timeout has fired.
+ #on-resume = notify-send -i $iDIR " System Unlocked!" # command to run when activity is detected after timeout has fired.
}
# Turn off screen
@@ -45,5 +46,5 @@ listener {
# listener {
# timeout = 1200 # 20 min
# on-timeout = systemctl suspend # command to run when timeout has passed
- # on-resume = notify-send "Welcome back to your desktop!" # command to run when activity is detected after timeout has fired.
+ # on-resume = notify-send -i $iDIR " Oh! you're back" "Hello !!!" # command to run when activity is detected after timeout has fired.
# }
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage