R.A. Epigonos et al.

[weechat] topicバー(titleバー)の背景色を変える

topicを表示しているバーはtopicバーではなくtitleバーであることに注意。変更は

statusバーの背景色を指定している設定が何処にあるか不明な場合はアスタリスクを付けて検索することが出来る。以下のようにして現在の設定を確認する。

/set weechat.bar.title.color*

現在の設定はblueということが判る。

16:47:13 weechat | [bar] (weechat.conf)
16:47:13 weechat |   weechat.bar.title.color_bg = blue
16:47:13 weechat |   weechat.bar.title.color_delim = cyan
16:47:13 weechat |   weechat.bar.title.color_fg = default
16:47:13 weechat |
16:47:13 weechat | 3 configuration options found matching with "weechat.bar.title.color*"

これをyellowに変更するために以下のようにする。使える色指定コードは適当に探す。

/set weechat.bar.title.color_bg yellow

リファレンス

  1. weechat.bar.title.color_bg - Google 検索
  2. WeeChat User’s Guide

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2009-12-17T16:48:47+09:00
  2. Modified: 2009-12-17T16:48:47+09:00
  3. Generated: 2023-08-27T23:09:11+09:00