From cbf0f1ad6d80a15c80f3f06ed219756a304a6acd Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Mon, 27 Jul 2026 12:33:14 -0400 Subject: backlight waybar --- waybar/config | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'waybar/config') diff --git a/waybar/config b/waybar/config index 1afa014..c44d842 100644 --- a/waybar/config +++ b/waybar/config @@ -20,6 +20,9 @@ "custom/right-arrow-dark" ], "modules-right": [ + "custom/left-arrow-dark", + "backlight", + "custom/left-arrow-light", "custom/left-arrow-dark", "pulseaudio", "custom/left-arrow-light", @@ -114,6 +117,11 @@ "format": " {free}", "path": "/" }, + "backlight": { + "device": "amdgpu_bl0", + "format": "{icon} {percent}%", + "format-icons": ["󱩎", "󱩐", "󱩒", "󱩓", "󱩔", "󱩕", "󱩖", "󰛨"] + }, "network": { "interval": 5, "format-icons": ["󰤯", "󰤟", "󰤢", "󰤨"], -- cgit v1.2.3-54-g00ecf