We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e060e35 commit 5852f34Copy full SHA for 5852f34
.github/workflows/check.yml
@@ -18,4 +18,4 @@ jobs:
18
- name: Build
19
run: CFLAGS='-DWITH_XINERAMA=1' make
20
- name: Check
21
- run: ./lemonbar -h
+ run: ./lemonbar -h || exit 0
README.pod
@@ -2,6 +2,8 @@
2
3
lemonbar - Featherweight lemon-scented bar
4
5
+=for HTML <img src="https://github.com/LemonBoy/bar/workflows/Does%20this%20build%20look%20infected%3F/badge.svg">
6
+
7
=head1 SYNOPSIS
8
9
I<lemonbar> [-h | -g I<width>B<x>I<height>B<+>I<x>B<+>I<y> | -o | -b | -d | -f I<font> | -p | -n I<name> | -u I<pixel> | -B I<color> | -F I<color> | -U I<color>]
0 commit comments