diff --git a/config/waybar/config b/config/waybar/config index 1769d46a..05154a04 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -12,6 +12,7 @@ "modules-right": [ "clock", "pulseaudio", + "backlight", "memory", "cpu", "battery", @@ -60,6 +61,11 @@ "interval": 5, "format": "CPU {usage:2}%" }, + "backlight": { + "device": "intel_backlight", + "format": "{percent}% {icon}", + "format-icons": ["", ""] + } "battery": { "states": { "good": 95,