Package Details: kanshi-menu 1.0.0-3

Git Clone URL: https://aur.archlinux.org/kanshi-menu.git (read-only, click to copy)
Package Base: kanshi-menu
Description: A simple menu to switch kanshi profiles using fzf, with waybar integration
Upstream URL: https://github.com/vadika/kanshi-menu
Licenses: MIT
Submitter: vadikas
Maintainer: vadikas
Last Packager: vadikas
Votes: 0
Popularity: 0.000000
First Submitted: 2025-12-06 09:53 (UTC)
Last Updated: 2026-01-15 18:34 (UTC)

Latest Comments

vadikas commented on 2025-12-06 12:45 (UTC)

Usage

Run kanshi-menu to open an fzf prompt with available kanshi profiles. Select one to switch.

Waybar Integration

Add the content from waybar.include to your waybar config's modules section:

"custom/kanshi": {
  "format": "󰍹  {}",
  "tooltip": false,
  "exec": "echo 'kanshi'",
  "on-click": "xdg-terminal-exec kanshi-menu",
  "return-type": "string"
}

Then add "custom/kanshi" to your bar's modules list.

License

MIT