From 9a16bae0238b4c26b92280b0652560108846debd Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 20:01:34 +0200 Subject: [PATCH] Add wb message to hypridle + fix hyprland notis --- gui/hypr/hypridle.conf | 4 ++++ gui/hypr/hyprland.conf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gui/hypr/hypridle.conf b/gui/hypr/hypridle.conf index ab686f3d..49c736fb 100644 --- a/gui/hypr/hypridle.conf +++ b/gui/hypr/hypridle.conf @@ -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!" } diff --git a/gui/hypr/hyprland.conf b/gui/hypr/hyprland.conf index 5aee05b1..172e4dc6 100644 --- a/gui/hypr/hyprland.conf +++ b/gui/hypr/hyprland.conf @@ -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