Skip to content

Instantly share code, notes, and snippets.

@shibafu528
Last active August 29, 2015 14:01
Show Gist options
  • Save shibafu528/6639bef79acf538765b2 to your computer and use it in GitHub Desktop.
Save shibafu528/6639bef79acf538765b2 to your computer and use it in GitHub Desktop.
まりもみたいなやつを鍵垢の証として転用する #mikutter
# -*- coding: utf-8 -*-
# まりもを鍵垢に対して常に表示する感じにオーバーライド
class Gdk::MiraclePainter < Gtk::Object
def iob_icon_pixbuf_off
[ [(UserConfig[:show_replied_icon] and message.mentioned_by_me? and "reply.png"),
message.user[:protected] ? "etc.png" : nil],
[message.retweeted? ? "retweet.png" : nil,
message.favorite? ? "unfav.png" : nil]
]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment