summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author135e2 <[email protected]>2022-04-29 21:04:42 +0800
committer135e2 <[email protected]>2022-04-29 21:04:42 +0800
commit417702a2b6f768b39f3ba1c18c0d2716f4949f98 (patch)
tree5f5e627b7990229d683f3b0bb739c7d8f0d0cb44
parent6c5fa914cb8e173a8bf481ebc8e0978fa85032a6 (diff)
downloaddotfiles-417702a2b6f768b39f3ba1c18c0d2716f4949f98.tar.gz
dotfiles-417702a2b6f768b39f3ba1c18c0d2716f4949f98.tar.bz2
dotfiles-417702a2b6f768b39f3ba1c18c0d2716f4949f98.zip
config/polybar: update to 20220429
- Correct battery & brightness module
-rw-r--r--config/polybar/forest/bars.ini8
-rw-r--r--config/polybar/forest/modules.ini4
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.