1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
post_install() { cat <<EOT Replace status command in your Sway configuration: status_command i3status | sway-keyboard-layout i3status EOT } pre_remove() { cat <<EOT Restore status command in your Sway configuration: status_command i3status EOT }