From a8ea3dd66afe3c30904e69e3d2baf6b7d4d3a43e Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 8 Feb 2024 21:04:57 +0100 Subject: Changing nagbar type for poweroff --- dot_config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/i3') diff --git a/dot_config/i3/config b/dot_config/i3/config index ea43ddd..ebda256 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -196,7 +196,7 @@ bar { # Firefox - (W)eb browser bindsym $mod+Shift+W exec notify-send -t 5000 -i /usr/share/icons/hicolor/256x256/apps/firefox.png "Opening" "firefox" ; exec firefox # Power off - X -bindsym $mod+Shift+X exec "i3-nagbar -t warning -f fixed -m 'You pressed the shutting shortcut. Do you really eant to shut you computer?' -B 'Yes, shut it.' 'sudo /bin/poweroff'" +bindsym $mod+Shift+X exec "i3-nagbar -t error -f fixed -m 'You pressed the shutting shortcut. Do you really eant to shut you computer?' -B 'Yes, shut it.' 'sudo /bin/poweroff'" # Reboot - BackSpace bindsym $mod+Shift+BackSpace exec "i3-nagbar -t warning -f fixed -m 'You pressed the restarting shortcut. Do you really eant to restart you computer?' -B 'Yes, restart it.' 'sudo /bin/reboot'" # (T)eams -- cgit v1.2.3