fix(hypr): use correct laptop clamshell title for events-monitor

This commit is contained in:
Price Hiller 2024-02-24 23:32:12 -06:00
parent a2a10c382d
commit 6361e6c428
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -51,7 +51,7 @@ monitor-laptop-lid() {
if hyprctl keyword monitor "eDP-1, disable"; then
local msg="Laptop screen successfully disabled"
log "Laptop Clamshell" "${msg}"
notify-send "Laptop Clamshell Error" "${msg}" -a "Laptop Clamshell"
notify-send "Laptop Clamshell" "${msg}" -a "Laptop Clamshell"
else
local msg="Received an error when disabling the laptop screen in clamshell mode!\n"
log "Laptop Clamshell" "${msg}"