diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/Plugins/Monitors/Bright.hs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -689,7 +689,7 @@ Monitors have default aliases. max_brigtness) - Variables that can be used with the `-t`/`--template` argument: `hbar`, `percent`, `bar` -- Default template: `<percent>%` +- Default template: `<percent>` - Example: Run Brightness ["-t", "<bar>"] 60 diff --git a/src/Plugins/Monitors/Bright.hs b/src/Plugins/Monitors/Bright.hs index 36009a6..4cbbfa4 100644 --- a/src/Plugins/Monitors/Bright.hs +++ b/src/Plugins/Monitors/Bright.hs @@ -53,7 +53,7 @@ sysDir = "/sys/class/backlight/" brightConfig :: IO MConfig brightConfig = mkMConfig - "<percent>%" -- template + "<percent>" -- template ["hbar", "percent", "bar"] -- replacements data Files = Files |