dotfiles/home/user/.local/bin/power_rofi.sh
2023-11-20 13:33:26 +03:00

12 lines
174 B
Bash
Executable File

#!/bin/bash
eval "$(echo "i3-msg exit
reboot
shutdown -h now
systemctl suspend
i3lock -enf -c 1e1e1e
convert canvas:none PNG:- | feh -YF -" | rofi -dmenu -i -p "Power")"