summarylogtreecommitdiffstats
path: root/sway-keyboard-layout.install
blob: 1585e844672458f8073ec8c0926433c357ed3e10 (plain)
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
}