diff options
author | Joursoir <chat@joursoir.net> | 2023-10-11 15:48:28 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2023-11-04 15:48:28 +0300 |
commit | d78305ad89be3dd17db400b67f0bcbd977ac43d0 (patch) | |
tree | e1b3e909093336fa2b1ab9cce5384dc4d2ccf593 /dotconfig/polybar | |
parent | 3c4185ebc58eea81c15b13d23e6eb2812a0234d4 (diff) | |
download | dotfiles-d78305ad89be3dd17db400b67f0bcbd977ac43d0.tar.gz dotfiles-d78305ad89be3dd17db400b67f0bcbd977ac43d0.tar.bz2 dotfiles-d78305ad89be3dd17db400b67f0bcbd977ac43d0.zip |
dotconfig/polybar: use amdgpu_bl1 instead of amdgpu_bl0
Diffstat (limited to 'dotconfig/polybar')
-rw-r--r-- | dotconfig/polybar/modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotconfig/polybar/modules b/dotconfig/polybar/modules index c001df6..4bc1ec5 100644 --- a/dotconfig/polybar/modules +++ b/dotconfig/polybar/modules @@ -66,7 +66,7 @@ ; Use the following command to list available cards: ; $ ls -1 /sys/class/backlight/ - card = amdgpu_bl0 + card = amdgpu_bl1 ; Use the `/sys/class/backlight/.../actual-brightness` file ; rather than the regular `brightness` file. |