# SCRIPT NAME: # .config/polybar/config # # AUTHOR: # Severin Kaderli # # DESCRIPTION: # This file contains my Polybar configuration # # USAGE: # This file is automatically used by Polybar. [colors] background = #222D32 foreground = #A1B0B8 [bar/top] monitor = HDMI1 width = 100% height = 35 offset-x = 0 offset-y = 0 background = ${colors.background} foreground = ${colors.foreground} padding-right = 2 module-margin = 2 font-0 = Roboto:pixelsize=12;3 font-1 = Font Awesome 5 Free:style=Solid::pixelsize=12;3 font-2 = Font Awesome 5 Brands:pixelsize=12;3 font-3 = siji:pixelsize=12;3 modules-left = i3 modules-center = xwindow modules-right = battery volume backlight wlan date separator = | #wm-restack = i3 scroll-up = i3wm-desknext scroll-down = i3wm-deskprev tray-position = right [bar/top2] inherit = bar/top monitor = eDP1 [module/i3] type = internal/i3 # Only show workspaces on the same output as the bar pin-workspaces = true strip-wsnumbers = true index-sort = true enable-click = true enable-scroll = true wrapping-scroll = false label-mode = %mode% label-mode-padding = 1 label-focused = %name% label-focused-foreground = ${colors.background} label-focused-background = ${colors.foreground} label-focused-padding = 4 label-unfocused = %name% label-unfocused-padding = 4 label-visible = %name% label-visible-padding = 4 label-urgent = %name% label-urgent-foreground = ${colors.foreground} label-urgent-background = ${colors.background} label-urgent-padding = 4 [module/xwindow] type = internal/xwindow label = %title:0:50:...% [module/date] type = custom/script exec = date +"%F %H:%M:%S" format = 