aboutsummaryrefslogtreecommitdiff
path: root/polybar/.config/polybar/bspwm.ini
blob: 0e7d1dd8a6ddbad990feb2d468fcdb276552dd0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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