myconfigfiles/.config/sway/exit.sh

8 lines
330 B
Bash
Raw Permalink Normal View History

2024-11-09 16:25:08 +01:00
#!/bin/bash
if [[ ! $(pgrep -x "swaynag") ]]; then
2024-11-09 17:10:20 +01:00
swaynag --background 333333 --border 333333 --border-bottom 333333 --button-background 1F1F1F \
--button-border-size 0 --button-padding 8 --text FFFFFF --button-text FFFFFF --edge bottom \
-t warning -m 'Do you really want to log out?' -B 'You heard me!' 'swaymsg exit'
2024-11-09 16:25:08 +01:00
fi