Add wb message to hypridle + fix hyprland notis

This commit is contained in:
JeremyStar™ 2024-06-03 20:01:34 +02:00
parent 9a7e69e0b8
commit 9a16bae023
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 5 additions and 1 deletions

View file

@ -16,4 +16,8 @@ listener {
timeout = 600
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
# Welcome back message
listener {
on-resume = hyprctl notify 2 5000 0 " Welcome back!"
}

View file

@ -255,7 +255,7 @@ misc {
}
# -> Issue (re)load success message
exec=hyprctl notify 5 5000 0 "Configuration loaded successfully"
exec=hyprctl notify 5 5000 0 " Configuration loaded successfully"
# -> Include external configuration files
source=hyprland.conf.d/*.conf