diff options
Diffstat (limited to 'waybar/config')
| -rw-r--r-- | waybar/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/waybar/config b/waybar/config index 1afa014..c44d842 100644 --- a/waybar/config +++ b/waybar/config @@ -21,6 +21,9 @@ ], "modules-right": [ "custom/left-arrow-dark", + "backlight", + "custom/left-arrow-light", + "custom/left-arrow-dark", "pulseaudio", "custom/left-arrow-light", "custom/left-arrow-dark", @@ -114,6 +117,11 @@ "format": " {free}", "path": "/" }, + "backlight": { + "device": "amdgpu_bl0", + "format": "{icon} {percent}%", + "format-icons": ["", "", "", "", "", "", "", ""] + }, "network": { "interval": 5, "format-icons": ["", "", "", ""], |
