Merge pull request #46 from johanmalm/exit

polybar/modules.conf: add -i to poweroff+reboot
This commit is contained in:
Nathaniel 2018-03-25 03:29:48 -07:00 committed by GitHub
commit e613d6c7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,9 +345,9 @@ menu-3-0-foreground = ${colors.urgent}
menu-3-1 = "  "
menu-3-1-exec = i3lock-fancy -p -f Ubuntu &
menu-3-2 = "  "
menu-3-2-exec = systemctl reboot
menu-3-2-exec = systemctl -i reboot
menu-3-3 = "  |"
menu-3-3-exec = systemctl poweroff
menu-3-3-exec = systemctl -i poweroff
;;;;;;;;;;;;;;;;;;;;