;========================================================== ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ;========================================================== include-file = ./colors.ini include-file = ./base.ini include-file = ./modules.ini [bar/primary-monitor] inherit = bar/base monitor = ${env:PRIMARY_MONITOR} modules-left = ewmh modules-center = xwindow modules-right = cpu temperature fs-root fs-storage network-iface-1 network-iface-2 vpn calendar tray-position = right tray-padding = 4 tray-foreground = ${root.foreground} tray-background = ${root.background} [bar/secondary-monitor] inherit = bar/base monitor = ${env:SECONDARY_MONITOR} bottom = true modules-left = ewmh ; modules-center = mpd modules-right = battery pulseaudio xkeyboard [module/network-iface-1] inherit = module/network-eth interface = ${env:ETHER_IFACE} [module/network-iface-2] inherit = module/network-wifi interface = ${env:WIFI_IFACE} ; vim:ft=dosini