Allow the user to set the WM_NAME atom value

This commit is contained in:
LemonBoy
2015-10-24 14:44:41 +02:00
parent 6580e2d4f7
commit 531c575575
2 changed files with 17 additions and 5 deletions

View File

@@ -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 | -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 | -u I<pixel> | -B I<color> | -F I<color>]
=head1 DESCRIPTION
@@ -41,6 +41,10 @@ changing the MAX_FONT_COUNT parameter in the source code).
Make the bar permanent, don't exit after the standard input is closed.
=item B<-n>
Set the WM_NAME atom value for the bar.
=item B<-u> I<pixel>
Sets the underline width in pixels. The default is 1.