diff options
Diffstat (limited to 'polybar/.config/polybar/bspwm.ini')
-rw-r--r-- | polybar/.config/polybar/bspwm.ini | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/polybar/.config/polybar/bspwm.ini b/polybar/.config/polybar/bspwm.ini new file mode 100644 index 0000000..0e7d1dd --- /dev/null +++ b/polybar/.config/polybar/bspwm.ini @@ -0,0 +1,73 @@ +[bar/bspwm] +width = 100% +height = 25 +offset-y = 0 + +; Prefer fixed center position for the `modules-center` block +; When false, the center position will be based on the size of the other blocks. +; fixed-center = true + +background = ${colors.background} +foreground = ${colors.foreground} + +overline-size = 0 +overline-color = #f00 +underline-size = 1 +underline-color = #00f + +border-bottom-size = 1 +border-bottom-color = #d8dee9 + +spacing = 1 +padding-left = 0 +padding-right = 0 +module-margin-left = 1 +module-margin-right = 1 + +font-0 = Dejavu Sans Mono:size=12 +font-1 = materialdesignicons:size=16 + +modules-left = bspwm +#modules-center = +#modules-right = mopidy date +modules-right = date + +tray-position = right +tray-padding = 2 + +scroll-up = "#bspwm.prev" +scroll-down = "#bspwm.next" + +[module/bspwm] +label = %name% +padding = 2 +#label-active-font = 0 +type = internal/bspwm +enable-scroll = false + +label-focused = ${self.label} +label-focused-padding = ${self.padding} +label-focused-foreground = ${colors.foreground-alt} +label-focused-background = ${colors.background-emph} + +label-occupied = ${self.label} +label-occupied-background = ${colors.background-alt} +label-occupied-foreground = ${colors.foreground} +label-occupied-padding = ${self.padding} + +label-urgent = ${self.label} +label-urgent-background = ${colors.alert} +label-urgent-foreground = ${colors.foreground-alt} +label-urgent-padding = ${self.padding} + +label-visible = ${self.label} +label-visible-background = ${self.label-focused-background} +label-visible-padding = ${self.padding} + +#strip-wsnumbers = true +#fuzzy-match = true + +; Separator in between workspaces +; label-separator = | +; label-separator-padding = 2 +; label-separator-foreground = #ffb52a |