Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

custom format of backlight module not working

Open marvin-steinke opened this issue 3 years ago • 0 comments

"backlight": {
    "device": "intel_backlight",
    "format": "L: {percent}%",
    "format-off": "L: off",
    "states": {
        "on": 1,
        "off": 0
    },
},

When in state "off", "L: 0%" instead of "L: off" is displayed. Styling the state, e.g. #backlight.off {color: #a89984;}, is working though.

marvin-steinke avatar May 04 '22 09:05 marvin-steinke