milkypostman / powerline

emacs powerline
Other
790 stars 118 forks source link

Improve support for nyan-mode #133

Open swarnendubiswas opened 8 years ago

swarnendubiswas commented 8 years ago

nyan-mode works great with powerline, except one minor usability difficulty. Without any indicator for the end of the nyan mode bar, it becomes difficult to estimate the position in the buffer, without having other segments like buffer info enabled.

screenshot-1

technician77 commented 7 years ago

I use the powerline default theme. I don't know if this solves your issue but I solved this for me by changing line 68 in powerline-themes.el to this:

(powerline-raw (list (nyan-create)) face2 'l))
(funcall separator-left face1 face2)))

Now it looks like this: image