dotfiles/home/user/.local/bin/power_rofi.sh

11 lines
179 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 -m -4 -i -p "Power")"