fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.47k stars 305 forks source link

Add configurable border color #546

Closed theatischbein closed 3 months ago

theatischbein commented 1 year ago

I added a new config variable that allows to change the border color.

This might be useful for modifying the style and was also requested by https://www.youtube.com/watch?v=JwudRbgLTNQ

screenshot of ly with green border The image uses the config border_fg = 3 https://github.com/fairyglade/ly/blob/ade056594c7781d5b62e2bebcfff2b48c504667d/res/config.ini#L40-L47

(Note: I am a bit confused about the indent of the file. In my editor as well as when I open the file in the github editor my lines are indented correctly, but not in the git diff)

AnErrupTion commented 3 months ago

This feature was added in the Zig rewrite. Closing.