changed symbols

dev-docs
Moritz Böhme 2021-08-10 17:20:37 +02:00
parent 92462dfa82
commit f8f8680a05
1 changed files with 7 additions and 8 deletions

View File

@ -155,26 +155,25 @@ format-spacing = 1
label-open = ""
label-open-foreground = ${colors.orange}
label-close = " cancel"
label-close = ""
label-close-foreground = ${colors.red}
label-separator = |
label-separator-foreground = ${colors.cyan}
menu-0-0 = " reboot"
menu-0-0 = " "
menu-0-0-exec = #powermenu.open.1
menu-0-1 = " power off"
menu-0-1 = " "
menu-0-1-exec = #powermenu.open.2
menu-0-2 = " hibernate"
menu-0-2 = " "
menu-0-2-exec = #powermenu.open.3
menu-1-0 = " reboot"
menu-1-0 = " "
menu-1-0-exec = systemctl reboot
menu-2-0 = " power off"
menu-2-0 = " "
menu-2-0-exec = systemctl poweroff
menu-3-0 = " hibernate"
menu-3-0 = " "
menu-3-0-exec = systemctl hibernate