From f6432f0cc889b1e6b4a4244e471d7a5aa065500a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 20 Dec 2020 16:22:17 -0700 Subject: Fix font and add second bar --- .config/polybar/bspwm.ini | 135 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 128 insertions(+), 7 deletions(-) (limited to '.config/polybar/bspwm.ini') diff --git a/.config/polybar/bspwm.ini b/.config/polybar/bspwm.ini index 1c2da93..47fd476 100644 --- a/.config/polybar/bspwm.ini +++ b/.config/polybar/bspwm.ini @@ -1,22 +1,143 @@ [module/bspwm] type = internal/bspwm -label-focused = %name% -label-focused-background = ${colors.blue-alt} +# Only show workspaces defined on the same output as the bar +# NOTE: The bspwm and XRandR monitor names must match, which they do by default. +# But if you rename your bspwm monitors with bspc -n this option will no longer +# behave correctly. +# Default: true +pin-workspaces = true + +# Output mode flags after focused state label +# Default: false +inline-mode = false + +# Create click handler used to focus workspace +# Default: true +enable-click = true + +# Create scroll handlers used to cycle workspaces +# Default: true +enable-scroll = true + +# Set the scroll cycle direction +# Default: true +reverse-scroll = true + +# Use fuzzy (partial) matching on labels when assigning +# icons to workspaces +# Example: code;♚ will apply the icon to all workspaces +# containing 'code' in the label +# Default: false +fuzzy-match = true + +# ws-icon-[0-9]+ =