domtronn / spaceline-all-the-icons.el

A Spaceline Mode Line theme using All The Icons for Emacs
MIT License
235 stars 25 forks source link

Narrowed Segment #36

Closed domtronn closed 7 years ago

domtronn commented 7 years ago

(quoted from domtronn/all-the-icons.el#34)

EDIT: also, you might want to add a segment which indicates when a buffer is narrowed:

   (spaceline-define-segment narrow
     "Display Narrowed when buffer is narrowed."
     (when (buffer-narrowed-p)
       "narrow"))

Add a segment to show when a buffer has been Narrowed

domtronn commented 7 years ago

Can't think of any other icons, other than the filter one - So this is effectively done.