[colors] base = #1e1e2e mantle = #181825 crust = #11111b text = #cdd6f4 subtext0 = #a6adc8 subtext1 = #bac2de surface0 = #313244 surface1 = #45475a surface2 = #585b70 overlay0 = #6c7086 overlay1 = #7f849c overlay2 = #9399b2 blue = #89b4fa lavender = #b4befe sapphire = #74c7ec sky = #89dceb teal = #94e2d5 green = #a6e3a1 yellow = #f9e2af peach = #fab387 maroon = #eba0ac red = #f38ba8 mauve = #cba6f7 pink = #f5c2e7 flamingo = #f2cdcd rosewater = #f5e0dc transparent = #FF00000 ;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; ;========================================================== [colors] background = ${colors.base} background-alt = ${colors.blue} foreground = ${colors.text} primary = ${colors.mauve} secondary = ${colors.mantle} alert = ${colors.red} disabled = ${colors.subtext1} [bar/haelnorr] monitor = ${env:MONITOR:} width = 100% height = 18pt radius = 0 ; dpi = 96 background = ${colors.background} foreground = ${colors.foreground} bottom = true line-size = 6pt #border-size = 4pt border-color = #00000000 padding-left = 0 padding-right = 1 module-margin = 1 separator = | separator-foreground = ${colors.red} font-0 = JetBrains Mono Nerd Font:size=12;4 modules-left = xworkspaces xwindow modules-right = pulseaudio battery memory cpu wlan eth date cursor-click = pointer cursor-scroll = ns-resize enable-ipc = true ; wm-restack = generic ; wm-restack = bspwm ; wm-restack = i3 ; override-redirect = true [module/systray] type = internal/tray format-margin = 8pt tray-spacing = 16pt [module/xworkspaces] type = internal/xworkspaces label-active = %name% label-active-background = ${colors.green} label-active-foreground = ${colors.crust} label-active-padding = 1 label-occupied = %name% label-occupied-padding = 1 label-urgent = %name% label-urgent-background = ${colors.alert} label-urgent-padding = 1 label-empty = %name% label-empty-foreground = ${colors.disabled} label-empty-padding = 1 [module/xwindow] type = internal/xwindow label = %title:0:60:...% [module/filesystem] type = internal/fs interval = 25 mount-0 = / label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%% label-unmounted = %mountpoint% not mounted label-unmounted-foreground = ${colors.disabled} [module/pulseaudio] type = internal/pulseaudio format-volume-prefix = " " format-volume-prefix-foreground = ${colors.yellow} format-volume = label-volume = %percentage%% label-volume-foreground = ${colors.green} label-muted = muted label-muted-foreground = ${colors.disabled} [module/xkeyboard] type = internal/xkeyboard blacklist-0 = num lock label-layout = %layout% label-layout-foreground = ${colors.primary} label-indicator-padding = 2 label-indicator-margin = 1 label-indicator-foreground = ${colors.background} label-indicator-background = ${colors.secondary} [module/battery] type = internal/battery format-prefix = "BAT " format-prefix-foreground = ${colors.primary} full-at = 99 format-charging = animation-charging-0 =  animation-charging-1 =  animation-charging-2 =  animation-charging-3 =  animation-charging-4 =  ; Framerate in milliseconds animation-charging-framerate = 750 animation-charging-foreground = ${colors.peach} format-discharging = ramp-capacity-0 =  ramp-capacity-1 =  ramp-capacity-2 =  ramp-capacity-3 =  ramp-capacity-4 =  low-at = 5 battery = BAT1 adapter = ACAD poll-interval = 5 [network-base] type = internal/network interval = 5 format-connected = format-disconnected = label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected [module/wlan] inherit = network-base interface-type = wireless label-connected = %{F#F0C674}%ifname%%{F-} %essid% [module/eth] inherit = network-base ip = %local_ip% interface-type = wired label-connected = %{F#F9e2af}󰈁%{F-} %{F#a6e3a1}connected%{F-} [module/date] type = internal/date interval = 1 time = %H:%M:%S date = %a %d %b label = %{F#F9e2af} %{F-} %{F#a6e3a1}%time% %date%%{F-} [settings] screenchange-reload = true pseudo-transparency = true ; vim:ft=dosini