From 07fb35b1c2e1815691151ae977b6cb0781fcc23a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 3 Aug 2024 18:16:03 -0400 Subject: [PATCH] waybar: use dialog-error for battery critical notification --- homeManagerModules/services/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/services/waybar/default.nix b/homeManagerModules/services/waybar/default.nix index 5fc6c31a..e0bdc00e 100644 --- a/homeManagerModules/services/waybar/default.nix +++ b/homeManagerModules/services/waybar/default.nix @@ -93,7 +93,7 @@ perc=$(cat $bat/capacity) if [[ $perc -le $CRIT ]] && [[ $stat == "Discharging" ]]; then - $NOTIFY --urgency=critical --icon=dialog-warning "Battery Critical" "Current charge: $perc%". + $NOTIFY --urgency=critical --icon=dialog-error "Battery Critical" "Current charge: $perc%". fi ''; in {