;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; ;========================================================== [colors] background = #FF0000 background-alt = #000000 foreground = #000000 foreground-alt = #FF0000 primary = #00FF00 secondary = #0000FF alert = #FF0000 white = #FFFFFF [bar/example] monitor = ${env:MONITOR:} width = 100% height = 22 radius = 9.0 fixed-center = true top = yes bottom = no override-redirect = false foreground = ${colors.foreground-alt} background = ${colors.background-alt} ; Under-/overline pixel size and argb color ; Individual values can be defined using: ; {overline,underline}-size ; {overline,underline}-color line-size = 1 line-color = #dfdfdf border-top-size = 0 border-bottom-size = 0 border-left-size = 0 border-right-size = 0 padding-left = 0 padding-right = 0 module-margin-left = 0 module-margin-right = 0 font-0 = Hack:pixelsize=9;3 font-2 = "Wuncon Siji:pixelsize=10;3" font-1 = Weather Icons:style=Regular:size=10;2 font-3 = FontAwesome5Free:style=Solid:pixelsize=10;3 font-4 = FontAwesome5Brands:style=Solid:pixelsize=10;3 font-5 = "batman logo evolution tfb:style=Regular:pixelsize=25;3" font-6 = "Material Design Icons:style=Regular:pixelsize=15;3" modules-left = i3 sp0 modules-right = network sp1 battery sp2 temp sp1 linux-ver sp2 date sp2 ;modules-right = volume sp1 network sp1 battery sp2 temp sp1 linux-ver sp2 date sp2 modules-center = bb tray-position = right tray-padding = 0 tray-detached = false tray-maxsize = 14 tray-scale = 1.0 tray-background = ${colors.background-alt} tray-foreground = ${colors.foreground-alt} tray-offset-x = 0 tray-offset-y = 0 wm-restack = i3 scroll-up = #i3.next scroll-down = #i3.prev cursor-click = pointer [module/sp0] type = custom/text content = "| " content-foreground = #93A1A1 content-background = ${colors.background-alt} [module/sp1] type = custom/text content = " | " content-foreground = #93A1A1 content-background = ${colors.background-alt} [module/sp2] type = custom/text content = " |" content-foreground = #93A1A1 content-background = ${colors.background-alt} [module/bb] type = custom/text label = %{T6}O%{T-} click-left = sleep 0.1 && i3lock -i ~/Downloads/bb.jpeg -F --verif-text="" --ring-color=ff000030 --ringver-color=00000000 --insidever-color=00000000 --keyhl-color=00000090 --bshl-color=666666ff --time-pos="ix:iy+150" --noinput-text="" [module/i3] type = internal/i3 format = index-sort = true wrapping-scroll = false strip-wsnumbers = false enable-click = false enable-scroll = false label-mode = %mode% label-mode-padding = 1 label-mode-foreground = ${colors.foreground-alt} label-mode-background = ${colors.background-alt} ; focused = Active workspace on focused monitor label-focused = %index% label-focused-foreground = ${colors.foreground} label-focused-background = ${colors.background} label-focused-underline = ${colors.foreground-alt} label-focused-padding = 1 ; unfocused = Inactive workspace on any monitor label-unfocused = %index% label-unfocused-padding = ${self.label-focused-padding} label-unfocused-foreground = ${colors.foreground-alt} label-unfocused-background = ${colors.background-alt} ; visible = Active workspace on unfocused monitor label-visible = %index% label-visible-foreground = ${self.label-focused-background} label-visible-background = ${self.label-focused-foreground} label-visible-underline = ${self.label-focused-underline} label-visible-padding = ${self.label-focused-padding} ; urgent = Workspace with urgency hint set label-urgent = %index% label-urgent-foreground = ${colors.foreground} label-urgent-background = ${colors.alert} label-urgent-padding = 1 ; Separator in between workspaces label-separator = label-separator-padding = 0 label-separator-foreground = #fff [module/linux-ver] type = custom/script exec = uname -r interval = 600 [module/battery] type = internal/battery full-at = 85 low-at = 10 battery = BAT0 adapter = AC poll-interval = 5 format-discharging = label-discharging = %percentage%% ramp-capacity-0 = 󰁺 ramp-capacity-0-foreground = #FFFFFF ramp-capacity-1 = 󰁻 ramp-capacity-1-foreground = #FFFFFF ramp-capacity-2 = 󰁼 ramp-capacity-2-foreground = #FFFFFF ramp-capacity-3 = 󰁽 ramp-capacity-3-foreground = #FFFFFF ramp-capacity-4 = 󰁾 ramp-capacity-4-foreground = #FFFFFF ramp-capacity-5 = 󰁿 ramp-capacity-5-foreground = #FFFFFF ramp-capacity-6 = 󰂀 ramp-capacity-6-foreground = #FFFFFF ramp-capacity-7 = 󰂁 ramp-capacity-7-foreground = #FFFFFF ramp-capacity-8 = 󰂂 ramp-capacity-8-foreground = #FFFFFF ramp-capacity-9 = 󰁹 ramp-capacity-9-foreground = #FFFFFF format-charging = label-charging = %percentage%% animation-charging-0 = 󰢜 animation-charging-0-foreground = #FFFFFF animation-charging-1 = 󰂆 animation-charging-1-foreground = #FFFFFF animation-charging-2 = 󰂇 animation-charging-2-foreground = #FFFFFF animation-charging-3 = 󰂈 animation-charging-3-foreground = #FFFFFF animation-charging-4 = 󰢝 animation-charging-4-foreground = #FFFFFF animation-charging-5 = 󰂉 animation-charging-5-foreground = #FFFFFF animation-charging-6 = 󰢞 animation-charging-6-foreground = #FFFFFF animation-charging-7 = 󰂊 animation-charging-7-foreground = #FFFFFF animation-charging-8 = 󰂋 animation-charging-8-foreground = #FFFFFF animation-charging-9 = 󰂅 animation-charging-9-foreground = #FFFFFF animation-charging-framerate = 2000 format-low = label-low = %percentage%% animation-low-0 = 󱃍 animation-low-1 = "%{F#00000000}󱃍%{F-}" animation-low-framerate = 500 format-full = label-full = %percentage%% %{F#ffffff}󱈏%{F-} [module/network] type = internal/network interface = wlan0 format-connected = label-connected = %essid% %{F#FFFFFF}󰓢%{F-}%netspeed% ramp-signal-0 = 󰤯 ramp-signal-0-foreground = #FFFFFF ramp-signal-1 = 󰤟 ramp-signal-1-foreground = #FFFFFF ramp-signal-2 = 󰤢 ramp-signal-2-foreground = #FFFFFF ramp-signal-3 = 󰤥 ramp-signal-3-foreground = #FFFFFF ramp-signal-4 = 󰤨 ramp-signal-4-foreground = #FFFFFF format-disconnected = label-disconnected = 󰤮 [module/tempy] type = internal/temperature interval = 0.5 thermal-zone = 0 zone-type = x86_pkg_temp hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input base-tempertaure = 25 warn-temperature = 70 units = true format =