flattened and using scwrypts in utils

This commit is contained in:
2022-08-22 21:27:20 -06:00
parent 26571b5dfc
commit 746485e890
11 changed files with 97 additions and 177 deletions

5
bin/i3-logout Executable file
View File

@ -0,0 +1,5 @@
#!/bin/zsh
i3-nagbar \
-t warning \
-m 'Do you really want to exit i3?' \
-B 'Yes' "notify-send 'system' 'exiting i3...' -i face-tired; i3-msg exit"