11 lines
470 B
INI
11 lines
470 B
INI
;; The variables for the polybar modules are taken from this file.
|
|
;; Edit according to your system
|
|
;; Run `ls -1 /sys/class/power_supply/` to list list batteries and adapters.
|
|
;; Run `ls -1 /sys/class/backlight/` to list available graphics cards.
|
|
;; Run `ip link | awk '/state UP/ {print $2}' | tr -d :` to get active network interface.
|
|
|
|
[system]
|
|
sys_adapter = ucsi-source-psy-USBC000:002
|
|
sys_battery = BAT0
|
|
sys_graphics_card = amdgpu_bl0
|
|
sys_network_interface = wlp8s0 |