Skip to content

Commit

Permalink
auto-profiles: use idle_active property for the hide-logo example (#55
Browse files Browse the repository at this point in the history
)
  • Loading branch information
CogentRedTester committed May 18, 2022
1 parent b90c5a9 commit cd90c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Here is an example of an auto-profile that hides the OSC logo when using file-br

```properties
[hide-logo]
profile-cond=shared_script_properties["file_browser-open"] == "yes" and playlist_pos == -1
profile-cond=shared_script_properties["file_browser-open"] == "yes" and idle_active
profile-restore=copy-equal
script-opts-append=osc-visibility=never
```
Expand Down

0 comments on commit cd90c1b

Please sign in to comment.