-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprimary.ini
More file actions
122 lines (90 loc) · 2.25 KB
/
primary.ini
File metadata and controls
122 lines (90 loc) · 2.25 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[global/wm]
margin-bottom = 10
margin-top = 0
include-file = ~/Documents/projects/polybar/colors.ini
include-file = ~/Documents/projects/polybar/modules.ini
[bar/primary]
monitor = DVI-I-1
monitor-strict = false
override-redirect = false
bottom = false
fixed-center = true
width = 98%
height = 36
offset-x = 1%
offset-y = 0
background = ${color.BG}
foreground = ${color.FG}
line-size = 4
line-color = ${color.AC}
border-top-size = 0
border-color = ${color.AC}
padding = 2
module-margin-left = 0
module-margin-right = 0
font-0 = "Inter Medium:size=10;3"
font-1 = "Inter Medium:size=12;3"
font-2 = "MesloLGL Nerd Font:size=10;3"
font-3 = "MesloLGL Nerd Font:size=12;3"
font-4 = "MesloLGL Nerd Font:size=15;3"
modules-left = menu sep
modules-center = bspwm
modules-right = sep sysmenu
separator =
spacing = 0
dim-value = 1.0
wm-name = bspwm
locale =
tray-position = none
tray-detached = false
tray-maxsize = 16
wm-restack = bspwm
enable-ipc = true
; bspwm
scroll-up = bspc desktop -f prev.local
scroll-down = bspc desktop -f next.local
[module/bspwm]
type = internal/bspwm
pin-workspaces = true
inline-mode = false
enable-click = true
enable-scroll = true
reverse-scroll = true
fuzzy-match = true
; ws-icon-[0-9]+ = label;icon
; Note that the label needs to correspond with the bspwm workspace name
ws-icon-0 = ;
ws-icon-1 = ;
ws-icon-2 = ;
ws-icon-3 = ;
ws-icon-4 = ;
ws-icon-5 = :
ws-icon-6 = :
ws-icon-7 = :
ws-icon-8 = :
ws-icon-9 = :
ws-icon-default =
format = <label-state>
format-font = 3
label-monitor = %name%
label-focused = %icon%
label-focused-foreground = ${color.FG}
label-focused-background = ${color.BLUE}
label-focused-padding = 1
label-occupied = %icon%
label-occupied-foreground = #38495E
label-occupied-background = ${color.BACKGROUND}
;label-occupied-underline = ${color.GREEN}
label-occupied-padding = 1
label-urgent = %icon%
label-urgent-foreground = ${color.BACKGROUND}
label-urgent-background = ${color.RED}
;label-urgent-underline = ${color.RED}
label-urgent-padding = 1
label-empty = %name%
label-empty-foreground = #38495E
label-empty-padding = 1
; Separator in between workspaces
;label-separator = " "
label-separator-padding = 0
;label-separator-foreground = ${color.YELLOW}