Skip to content

Commit e760a10

Browse files
authored
Merge pull request vivien#301 from jolange/dimmer
dimmer: fix markdown in README
2 parents 02f0d81 + 29f6f1e commit e760a10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dimmer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#dimmer
2-
##Description
1+
# dimmer
2+
## Description
33

44
Without dimmer:
55

@@ -18,7 +18,7 @@ colored blocklets made for dark background.
1818
dimmer parses a blocket output, gets strings with hex color codes and reduces
1919
it values to make colors darker.
2020

21-
##Usage
21+
## Usage
2222

2323
To use dimmer you should add it through pipe, e.g. you may keep following in
2424
your i3blocks.conf:
@@ -31,7 +31,7 @@ command=(/usr/lib/i3blocks/$BLOCK_NAME ; echo) | $SCRIPT_DIR/dimmer
3131
echo is required for properly support of some scripts that does not produce new
3232
line symbol on the end of their output (like bandwidth blocklet).
3333

34-
##Options
34+
## Options
3535

3636
By default dimmer will reduce color values to 50%. Also dimmer supports custom
3737
brightness values in percents as an argument, e.g.:

0 commit comments

Comments
 (0)