diff options
| author | 2026-07-27 12:33:14 -0400 | |
|---|---|---|
| committer | 2026-07-27 12:33:14 -0400 | |
| commit | cbf0f1ad6d80a15c80f3f06ed219756a304a6acd (patch) | |
| tree | 1615890fc13e9d29ea76c6673176579f5df4f113 /waybar/config | |
| parent | 815178407fc681731fefda11b2d7d00f736efea5 (diff) | |
| download | dots-master.tar.gz dots-master.zip | |
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": ["", "", "", ""], |
