Skip to content

Commit

Permalink
Merge pull request #1005 from alexveden/main
Browse files Browse the repository at this point in the history
redshift: added -P argument to prevent cumulative effects
  • Loading branch information
tobi-wan-kenobi authored Dec 6, 2023
2 parents e9189c8 + 6576cdc commit cde251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumblebee_status/modules/core/redshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_redshift_value(module):
command = ["redshift"]

if util.format.asbool(module.parameter("adjust", "false")) == True:
command.extend(["-o", "-v"])
command.extend(["-o", "-v", "-P"])
else:
command.append("-p")

Expand Down

0 comments on commit cde251e

Please sign in to comment.