dotwryn/bin/i3-logout

6 lines
152 B
Plaintext
Raw Normal View History

2022-02-06 07:15:14 +00:00
#!/bin/zsh
2020-09-23 22:19:23 +00:00
i3-nagbar \
-t warning \
-m 'Do you really want to exit i3?' \
2020-10-09 23:21:19 +00:00
-B 'Yes' "notify-send 'system' 'exiting i3...' -i face-tired; i3-msg exit"