;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; ;========================================================== ; ######################################################### ; ########## Colors ########## ; ######################################################### [colors/gruvbox-dark] bg = #282828 red = #cc241d green = #98971a yellow = #d79921 blue = #458588 purple = #b16286 aqua = 689d6a gray-light = #a89984 gray = #928374 red-light = #fb4934 green-light = #b8bb26 yellow-light = #fabd2f blue-light = #83a598 purple-light = #d3869b aqua-light = #8ec07c fg = #ebdbb2 [colors] background = ${colors/gruvbox-dark.bg} foreground = ${colors/gruvbox-dark.fg} alert = ${colors/gruvbox-dark.red} gray = ${colors/gruvbox-dark.gray} yellow = ${colors/gruvbox-dark.yellow} blue = ${colors/gruvbox-dark.blue} green = ${colors/gruvbox-dark.green} purple = ${colors/gruvbox-dark.purple} aqua = ${colors/gruvbox-dark.aqua} ; ######################################################### ; ########## Main Bar ########## ; ######################################################### [bar/main] ; monitor = ${env:MONITOR:HDMI-1} width = 100% height = 22 offset-x = 0 offset-y = 0 radius = 0 fixed-center = true background = ${colors.background} foreground = ${colors.foreground} padding-left = 0 padding-right = 1 font-0 = "JetBrains Mono:size=11;2" font-1 = "FontAwesome:size=10;2" font-2 = "FontAwesome:size=30;7" enable-ipc = true override-redirect = true modules-left = ewmh ewmh-arrow xwindow xwindow-arrow modules-center = modules-right = backlight-arrow backlight unread-mail-arrow unread-mail pulseaudio-arrow pulseaudio battery-arrow battery date-arrow date tray-arrow tray-position = right tray-padding = 2 cursor-click = pointer cursor-scroll = ns-resize ; ######################################################### ; ########## Modules ########## ; ######################################################### [module/xwindow-arrow] type = custom/text content = "%{T3}%{T-}" content-foreground = ${colors.gray} content-background = ${colors.background} [module/xwindow] type = internal/xwindow format-background = ${colors.gray} format-foreground = ${colors.background} format-padding = 1 label = %title:0:60:...% [module/backlight-arrow] type = custom/text content = "%{T3}%{T-}" content-foreground = ${colors.yellow} [module/xbacklight] type = internal/xbacklight format-background = ${colors.yellow} format-foreground = ${colors.background} format-padding = 1 format-prefix = "%{T2}  %{T-}" format =