Implement [Issue #161 - Feature request]
Feature: add a parametere to set the default underline color. Usage: lemonbar -Ucolor By the way this also fix a strange behavior whereas '%{+u}correct%{U-}strange' made the second underline of the same color as the background instead of the foreground.
This commit is contained in:
@@ -6,7 +6,7 @@ lemonbar - Featherweight lemon-scented bar
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
I<lemonbar> [-h | -g I<width>B<x>I<height>B<+>I<x>B<+>I<y> | -b | -d | -f I<font> | -p | -n I<name> | -u I<pixel> | -B I<color> | -F I<color>]
|
||||
I<lemonbar> [-h | -g I<width>B<x>I<height>B<+>I<x>B<+>I<y> | -b | -d | -f I<font> | -p | -n I<name> | -u I<pixel> | -B I<color> | -F I<color> | -U I<color>]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
@@ -61,6 +61,10 @@ Set the background color of the bar. I<color> must be specified in the hex forma
|
||||
|
||||
Set the foreground color of the bar. Accepts the same color formats as B<-B>.
|
||||
|
||||
=item B<-U> I<color>
|
||||
|
||||
Set the underline color of the bar. Accepts the same color formats as B<-B>.
|
||||
|
||||
=back
|
||||
|
||||
=head1 FORMATTING
|
||||
|
Reference in New Issue
Block a user