diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2024-02-08 21:04:57 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2024-02-08 21:04:57 +0100 |
commit | a8ea3dd66afe3c30904e69e3d2baf6b7d4d3a43e (patch) | |
tree | 46b69f383be394ae813334c0e68b8cd48c1cd480 /dot_config/i3/config | |
parent | 1cf43e0fdb342d71c34bf00796233abc39ebb275 (diff) |
Changing nagbar type for poweroff
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
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" "<span color='#ff6600' font='26px'><b>firefox</b></span>" ; 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 |