wasamasa / eyebrowse

A simple-minded way of managing window configs in emacs
GNU General Public License v3.0
437 stars 24 forks source link

Support unicode icon in tag name #82

Closed azzamsa closed 6 years ago

azzamsa commented 6 years ago

I think I need to add some code to have this ability. Since I need to specify the workspace number then the "unicode string" in i3wm. Then switching workspace with number.

2018-05-07-11 51 45

But when I tried to put unicode string in tag name immediately. It works. I think because yebrowse still access them with number when I invoke C-c C-w <num> rather than tags.

2018-05-07-11 51 27 2018-05-07-11 51 06

PS: the unicode icon broken in active workspace, but I am okay with that. it also easy to spot what workspace is active

Thanks lot for eyebrowse.

azzamsa commented 6 years ago

Thanks for your contribution to community.

wasamasa commented 6 years ago

I don't get it. Is there an issue or not? I doubt there is anything Eyebrowse can do about how unicode is displayed in Emacs, it's just some code to manage windows. Your display glitch looks like there's no bold version of the unicode glyph you use, feel free to customize the eyebrowse-mode-line-active face.

azzamsa commented 6 years ago

Is there an issue or not?

No there is no issue. I create this issue here so that it might be helpful to anyone asking if they can use unicode string in their workspace tag.

azzamsa commented 6 years ago

Your display glitch looks like there's no bold version of the unicode glyph you use, feel free to customize the eyebrowse-mode-line-active face.

aha. Thanks. :)