## Copyright (C) 2020-2021 Aditya Shakya ## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; ;; System Variables (Edit according to your system) ;; ;; Warning : DO NOT DELETE THIS FILE ;; ;; 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 = AC0 battery = BAT0 graphics_card = intel_backlight network_interface = enp3s0 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_