Add wb message to hypridle + fix hyprland notis
This commit is contained in:
parent
9a7e69e0b8
commit
9a16bae023
2 changed files with 5 additions and 1 deletions
|
@ -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!"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue