Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invisible channels #4

Open
wei2912 opened this issue Nov 29, 2014 · 1 comment
Open

Invisible channels #4

wei2912 opened this issue Nov 29, 2014 · 1 comment

Comments

@wei2912
Copy link

wei2912 commented Nov 29, 2014

When I load up my theme with the following config:

settings = {
  core = {
    real_name = "Ng Wei En";
    user_name = "wei2912";
    nick = "wei2912";
  };
  "fe-text" = { actlist_sort = "refnum"; };
  "perl/core/scripts" = {
    awl_shared_sbar = "OFF";
    awl_viewer = "no";

    ### For Solarized adv_windowlist.pl script
    awl_display_key_active = "%k%2[$Q=$N:$C]%n";
    awl_display_nokey_active = "%k%2[$N:$C]%n";
    awl_display_key = "[$Q:$H$C$S]";
    awl_display_nokey = "[$N:$H$C$S]";

    ### For Solarized trackbar.pl script
    trackbar_style = "%B";
  };
  "fe-common/core" = {
    autolog = "yes";

    # Solarized
    theme = "solarized-universal";
    hilight_color = "= %R";
  };
};

hilights = {
  text = "wei2912";
  color = "%M";
  nick = "yes";
  word = "yes";
}; 

statusbar = {
  default = {
    awl_0 = {
      items = {
        barstart = { priority = "100"; };
        awl_0 = { };
        barend = { priority = "100"; alignment = "right"; };
      };
    };
  };
  items = {
    # Solarized
    lag = "{sb Lag: %m$0-%n}";
    act = "{sb Act: $0-}";
    more = "%k%3-- more --%n";
  };
};

servers = (
  {
    address = "chat.freenode.net";
    chatnet = "fn";
    port = "6697";
    use_ssl = "yes";
    ssl_cert = "~/.irssi/irssi.pem";
    ssl_verify = "yes";
    autoconnect = "yes";
  }
)
;
chatnets = { fn = { type = "IRC"; }; };

channels = (
  { name = "##programming"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#wz2100legacy"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#learnprogramming"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#lpmc"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#perlcafe"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#haskell"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#haskell-beginners"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#apertium"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#Mandarin"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#VoterChat"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#fp101x"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#python"; chatnet = "fn"; autojoin = "yes"; },
  { name = "##math"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#hakyll"; chatnet = "fn"; autojoin = "yes"; },
  { name = "##moepp"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#epoch"; chatnet = "fn"; autojoin = "yes"; },
  { name = "#travis"; chatnet = "fn"; autojoin = "yes"; }
);

logs = { };

The channel list contains a few invisible channels, as seen here:

2014-11-29-233846_1360x768_scrot

How could this be fixed?

@areinisc
Copy link

I experience this as well. It seems that the coloring in that bar is different for us than in the screenshots in the README.
I see:
issue

We see the colors tan, red, black, and white. The README shows colors tan, blue, black, and green.

I can't figure out why that difference exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants