[トップ][ノート][編集履歴][一覧][最近の更新][->English]

uim/statusd_uim

Category of uim

About

statesd_uim is uim indicator for ion3.

Screenshot

[image]
SKK - Direct Mode
[image] [image]
SKK - Hankaku Katakana Mode SKK - Hiragana Mode
[image]
Look - Look Mode

Install

  1. Edit Makefile
  2. `make && make install',
  3. Copy cfg_statusbar.lua from installed directory of ion3 to ~/.ion3 and edit it.
  4. Restart ion3

Setup

You must open file ~/.ion3/cfg_statusbar.lua, append im status values to line of template="..." and add entry of statesd_uim to mod_statusbar.launch_statusd.

For example,

-- Create a statusbar
mod_statusbar.create {
  -- snip
  template="[ %date || load:% %>load || mail:% %>mail_new/%>mail_total || im:% %<uim_im_name %<uim_im_mode ] %filler%systray",
}

-- Launch ion-statusd. This must be done after creating any statusbars
-- for necessary statusd modules to be parsed from the templates.
mod_statusbar.launch_statusd {
  -- snip
  uim = {
      interval=100,
   },
}

Variables

Download