WAYBAR: ajout du bouton "redémarrer"

vif
Olivier DOSSMANN 2021-07-13 13:12:12 +02:00
parent 137212b13d
commit b80eadc6f7
1 changed files with 1 additions and 1 deletions

View File

@ -100,6 +100,6 @@
},
"custom/power": {
"format": " ",
"on-click": "swaynag -t warning -m 'Menu gestion alimentation' -b 'Déconnexion' 'swaymsg exit' -b 'Veille' 'swaymsg exec systemctl suspend' -b 'Arrêter' 'shutdown now'"
"on-click": "swaynag -t warning -m 'Menu gestion alimentation' -b 'Déconnexion' 'swaymsg exit' -b 'Veille' 'swaymsg exec systemctl suspend' -b 'Redémarrer' 'swaymsg exec systemctl reboot' -b 'Arrêter' 'shutdown now'"
}
}