Skip to content

Commit d6e28d9

Browse files
committed
updated README
1 parent 7c29e08 commit d6e28d9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ pip install --user .
3030
+ `oguri`: used to set the wallpaper [without displaying a gray screen for a split second](https://github.com/swaywm/sway/issues/3693)
3131

3232
## Usage
33-
`swayblur [-h] [-b BLUR] [-a ANIMATE] [-c CONFIG-PATH]`
33+
**In order for the script to run as expected, your sway config should not set any wallpaper. Remove the `output * bg PATH` line.**
34+
35+
**swayblur does not spawn oguri at launch. If spawning swayblur with a sway config via `exec`, ensure that `exec oguri` occurs before swayblur is executed!
36+
37+
`swayblur [-h] [-b BLUR] [-a ANIMATE] [-c CONFIG-PATH] [-v VERBOSE]`
3438

3539
| Option | Description |
3640
| ------ | ----------- |
@@ -40,8 +44,6 @@ pip install --user .
4044
| `-v`, `--verbose` | prints additional information |
4145
| `-h`, `--help` | show the help message and exit |
4246

43-
**In order for the script to run as expected, your sway config should not set any wallpaper. Remove the `output * bg PATH` line.**
44-
4547
## Configuration
4648
Since swayblur requires `oguri`, it reads its config file: `~/.config/oguri/config`. I personally use the below config, it's about as minimal as you can get:
4749

0 commit comments

Comments
 (0)