diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/polybar/forest/bars.ini | 8 | ||||
-rw-r--r-- | config/polybar/forest/modules.ini | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/polybar/forest/bars.ini b/config/polybar/forest/bars.ini index 06b6eda..a33968b 100644 --- a/config/polybar/forest/bars.ini +++ b/config/polybar/forest/bars.ini @@ -118,8 +118,8 @@ type = internal/backlight ; Use the following command to list available cards: ; $ ls -1 /sys/class/backlight/ -;card = intel_backlight -card = amdgpu_bl0 +card = intel_backlight +;card = amdgpu_bl0 ; Available tags: ; <label> (default) @@ -170,8 +170,8 @@ full-at = 99 ; Use the following command to list batteries and adapters: ; $ ls -1 /sys/class/power_supply/ -battery = BAT1 -adapter = ACAD +battery = BAT0 +adapter = CROS_USBPD_CHARGER0 ; If an inotify event haven't been reported in this many ; seconds, manually poll for new values. diff --git a/config/polybar/forest/modules.ini b/config/polybar/forest/modules.ini index f57f6dd..19f9160 100644 --- a/config/polybar/forest/modules.ini +++ b/config/polybar/forest/modules.ini @@ -123,8 +123,8 @@ full-at = 99 ; Use the following command to list batteries and adapters: ; $ ls -1 /sys/class/power_supply/ -battery = BAT1 -adapter = ACAD +battery = BAT0 +adapter = CROS_USBPD_CHARGER0 ; If an inotify event haven't been reported in this many ; seconds, manually poll for new values. |