Skip to content

Commit

Permalink
Allow floating point values for threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens Hammacher committed Nov 15, 2013
1 parent b80ff00 commit 0ed7cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rainbarf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (@ARGV) {
q(bright!) => \$bright,
q(loadavg!) => \$loadavg,
q(swap!) => \$swap,
q(max=i) => \$threshold,
q(max=f) => \$threshold,
q(order=s) => \$order,
q(screen) => \$screen,
q(tmux!) => \$tmux,
Expand Down

0 comments on commit 0ed7cc1

Please sign in to comment.