;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; ;========================================================== [colors] background = #181825 background-alt = #1e1e2e foreground = #cdd6f4 primary = #cba6f7 secondary = #b4befe alert = #ed8796 disabled = #5b6078 [bar/right] monitor = ${env:MONITOR:HDMI-A-0} width = 100%:-24 height = 24pt offset-x = 12 offset-y = 12 radius = 6 fixed-center = true ; dpi = 96 background = ${colors.background} foreground = ${colors.foreground} line-size = 3pt border-size = 4 border-color = ${colors.secondary} padding-left = 2 padding-right = 2 module-margin = 1 separator = | separator-foreground = ${colors.disabled} font-0 = monospace;2 font-1 = JetBrainsMono NerdFont;2 modules-left = bspwm xwindow modules-center = date modules-right = real netatmo eth pulseaudio xkeyboard memory cpu cursor-click = pointer cursor-scroll = ns-resize enable-ipc = true [bar/left] monitor = ${env:MONITOR:eDP} width = 100%:-24 height = 24pt offset-x = 12 offset-y = 12 radius = 6 fixed-center = true ; dpi = 96 background = ${colors.background} foreground = ${colors.foreground} line-size = 3pt border-size = 4 border-color = ${colors.secondary} padding-left = 2 padding-right = 2 module-margin = 1 separator = | separator-foreground = ${colors.disabled} font-0 = monospace;2 font-1 = JetBrainsMono NerdFont;2 modules-left = bspwm xwindow modules-center = date modules-right = wlan pulseaudio xkeyboard battery cursor-click = pointer cursor-scroll = ns-resize enable-ipc = true ; tray-position = right ; wm-restack = generic ; wm-restack = bspwm ; wm-restack = i3 ; override-redirect = true [module/bspwm] type = internal/bspwm label-focused = %name% label-focused-background = ${colors.background-alt} label-focused-underline= ${colors.primary} label-focused-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.primary} format-volume = label-volume = %percentage%% label-muted = ﱝ label-muted-foreground = ${colors.disabled} click-right = pavucontrol [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} label-indicator-on-capslock = %{F#cba6f7}%{F-} [module/memory] type = internal/memory interval = 2 format-prefix = " " format-prefix-foreground = ${colors.primary} label = %{A1:kitty --class kitty_float htop:}%percentage_used:2%%%{A} [module/cpu] type = internal/cpu interval = 2 format-prefix = " " format-prefix-foreground = ${colors.primary} label = %{A1:kitty --class kitty_float htop:}%percentage:2%%%{A} [network-base] type = internal/network interval = 5 format-connected = format-disconnected = label-disconnected-foreground = ${colors.disabled} [module/wlan] inherit = network-base interface-type = wireless label-connected = %{A1:networkmanager_dmenu:}%{F#cba6f7} %essid%%{F-} %local_ip%%{A} label-disconnected = %{A1:networkmanager_dmenu:}睊%{A} [module/eth] inherit = network-base interface-type = wired label-connected = %{F#cba6f7}%{F-} %local_ip% label-disconnected =  [module/date] type = internal/date interval = 1 date = %H:%M date-alt = %Y-%m-%d %H:%M:%S label = %date% label-foreground = ${colors.primary} [module/battery] type = internal/battery full-at = 79 battery = BAT0 adapter = AC label-charging = %percentage%% label-discharging = %percentage%% format-charging = format-discharging = label-full = %{F#cba6f7}%{F-} animation-charging-0 =  animation-charging-1 =  animation-charging-2 =  animation-charging-3 =  animation-charging-4 =  animation-charging-foreground = ${colors.primary} animation-charging-framerate = 750 ramp-capacity-0 =  ramp-capacity-1 =  ramp-capacity-2 =  ramp-capacity-3 =  ramp-capacity-4 =  ramp-capacity-foreground = ${colors.primary} [module/real] type = custom/script interval = 10800 format-prefix = "屢 " format-prefix-foreground = ${colors.primary} exec = ~/.config/polybar/scripts/real.sh [module/netatmo] type = custom/script interval = 900 exec = ~/.config/polybar/scripts/netatmo.sh [settings] screenchange-reload = true pseudo-transparency = false ; vim:ft=dosini