25 lines
780 B
Plaintext
Executable File
25 lines
780 B
Plaintext
Executable File
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||
;;
|
||
;; System Variables (Edit according to your system)
|
||
;;
|
||
;; Warning : Не удалять это файл
|
||
;; Warning : Переменные для него записываются в launch.sh
|
||
;;
|
||
;; 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.
|
||
;;
|
||
;; Polybar Variables For Modules :
|
||
;; card = ${system.graphics_card}
|
||
;; battery = BAT0
|
||
;; adapter = AC
|
||
;; interface = ${system.network_interface}
|
||
;;
|
||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||
|
||
[system]
|
||
adapter = AC
|
||
battery = BAT0
|
||
graphics_card = intel_backlight
|
||
network_interface = enp42s0
|