|
|
|
;==========================================================
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
|
|
|
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
|
|
|
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
|
|
|
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
|
|
|
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
|
|
|
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; To learn more about how to configure Polybar
|
|
|
|
; go to https://github.com/polybar/polybar
|
|
|
|
;
|
|
|
|
; The README contains a lot of information
|
|
|
|
;
|
|
|
|
;==========================================================
|
|
|
|
|
|
|
|
[sectione/base]
|
|
|
|
include-directory = ~/.config/polybar/modules
|
|
|
|
|
|
|
|
[colors]
|
|
|
|
transparent = #00000000
|
|
|
|
background = #212121
|
|
|
|
|
|
|
|
foreground = #dfdfdf
|
|
|
|
foreground-alt = #bbb
|
|
|
|
foreground-primary = #57b2ff
|
|
|
|
primary = #191919
|
|
|
|
secondary = #161616
|
|
|
|
tertiary = #131313
|
|
|
|
alert = #bd2c40
|
|
|
|
|
|
|
|
[constants]
|
|
|
|
height = 40
|
|
|
|
|
|
|
|
[bar/system]
|
|
|
|
monitor = ${env:MONITOR:}
|
|
|
|
|
|
|
|
font-0 = Roboto:pixelsize=13;1
|
|
|
|
font-1 = Material Icons:pixelsize=15;3
|
|
|
|
font-2 = MesloLGS NF:pixelsize=10;1
|
|
|
|
|
|
|
|
separator = "|"
|
|
|
|
separator-padding = 1
|
|
|
|
|
|
|
|
background = ${colors.background}
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
|
|
|
|
tray-position = right
|
|
|
|
|
|
|
|
fixed-center = true
|
|
|
|
|
|
|
|
padding-right = 5
|
|
|
|
|
|
|
|
height = ${constants.height}
|
|
|
|
|
|
|
|
module-margin-right = 2
|
|
|
|
module-margin-left = 2
|
|
|
|
|
|
|
|
modules-left = bspwm
|
|
|
|
modules-center = title
|
|
|
|
modules-right = audio phone-battery memory cpu battery wlan eth date
|
|
|
|
|
|
|
|
wm-restack = bspwm
|
|
|
|
|
|
|
|
cursor-click = pointer
|
|
|
|
|
|
|
|
[settings]
|
|
|
|
screenchange-reload = true
|
|
|
|
|
|
|
|
[global/wm]
|
|
|
|
margin-top = 5
|
|
|
|
margin-bottom = 5
|
|
|
|
|
|
|
|
; vim:ft=dosini
|