# vim:ft=dosini # _ _ # _ __ ___ | |_ _| |__ __ _ _ __ # | '_ \ / _ \| | | | | '_ \ / _` | '__| # | |_) | (_) | | |_| | |_) | (_| | | # | .__/ \___/|_|\__, |_.__/ \__,_|_| # |_| |___/ # # Copyright (c) 2020 Vintage Salt # Distributed under the terms of the MIT License # ## VARIABLES [res/colors] red = #fb4934 green = #b8bb26 yellow = #fabd2f blue = #83a598 magenta = #de869b cyan = #8ec07c white = #ebdbb2 black = #282828 gray = #32302f bg = ${env:PB_COLOR_BG:#282828} fg = ${env:PB_COLOR_FG:#ebdbb2} border = ${env:PB_COLOR_BORDER:#32302f} selection = #83a598 [res/config] bar-width = 50 bar-fill = | bar-empty = | bar-indicator = border-size = 4 padding = 2 [settings] screenchange-reload = true format-padding = ${res/config.padding} format-background = ${res/colors.bg} ## BARS [template/bar] bottom = false wm-restack = ${env:PB_WM_RESTACK:i3} tray-maxsize = 16 background = ${res/colors.bg} foreground = ${res/colors.fg} border-color = ${res/colors.border} tray-background = ${res/colors.bg} height = 40 width = 100% padding = 2 border-bottom-size = ${res/config.border-size} font-0 = "IBM Plex Sans:style=Medium:size=10;2" font-1 = "Deja Vu Sans Mono:style=Regular:size=10;2" font-2 = "IBM Plex Sans:style=Bold:size=10;2" font-3 = "Fork Awesome:style=Regular:size=12;2" font-4 = "Font Awesome 5 Free:style=Regular:size=12;2" font-5 = "Font Awesome 5 Brands:style=Regular:size=12;2" [bar/primary] monitor = ${env:PB_MONITOR:eDP-1} inherit = template/bar tray-position = center modules-left = i3 bspwm service-ansible service-backup reboot-required modules-right = backlight pulse battery | date [bar/secondary] monitor= ${env:PB_MONITOR:HDMI-A-0} inherit = template/bar modules-left = i3 bspwm modules-right = wlan-desktop-stats mpd | date ## MODULES [module/|] type = custom/text content = | content-foreground = ${res/colors.border} [module/backlight] type = internal/xbacklight format = format-prefix = "BRI: " format-prefix-foreground = ${res/colors.blue} bar-width = ${res/config.bar-width} bar-fill = ${res/config.bar-fill} bar-fill-foreground = ${res/colors.blue} bar-empty = ${res/config.bar-empty} bar-empty-foreground = ${res/colors.border} bar-indicator = ${res/config.bar-indicator} [module/battery] type = internal/battery full-at = 100 time-format = %H:%M interval = 15 format-charging = format-discharging = format-full = format-full-foreground = ${res/colors.green} ramp-capacity-0 =  ramp-capacity-0-foreground = ${res/colors.yellow} ramp-capacity-1 =  ramp-capacity-2 =  ramp-capacity-3 =  ramp-capacity-4 =  [module/bspwm] type = internal/bspwm format = format-padding = 0 enable-scroll = false pin-workspaces = true label-mode-padding = 4 label-mode-background = ${res/colors.red} label-focused = %name% label-focused-padding = 4 label-focused-font = 3 label-focused-foreground = ${res/colors.bg} label-focused-background = ${res/colors.selection} label-occupied = %name% label-occupied-padding = 4 label-occupied-font = 3 label-urgent = %name% label-urgent-padding = 4 label-urgent-font = 3 label-urgent-foreground = ${res/colors.bg} label-urgent-background = ${res/colors.yellow} label-empty = %name% label-empty-foreground = ${res/colors.border} label-empty-padding = 4 [module/cpu] type = internal/cpu interval = 1 format = format-prefix = "CPU: " format-prefix-foreground = ${res/colors.blue} bar-load-width = ${res/config.bar-width} bar-load-fill = ${res/config.bar-fill} bar-load-fill-foreground = ${res/colors.blue} bar-load-empty = ${res/config.bar-empty} bar-load-empty-foreground = ${res/colors.border} bar-load-indicator = ${res/config.bar-indicator} [module/date] type = internal/date date = %a %b %d time = %I:%M %p interval = 30 format =