summaryrefslogtreecommitdiff
path: root/.config/polybar/common.ini
blob: 19634c6412ad396050f10bc7ab451cbc8fd8a5ae (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
[bar/common]
width = 100%
height = 25
offset-x = 0%
offset-y = 0%
radius = 0.0
fixed-center = false

font-0 = Noto Sans Mono:pixelsize=10;1
font-1 = Noto Color Emoji:scale=10;1
font-2 = Font Awesome 5 Free:pixelsize=10;1
font-3 = Font Awesome 5 Free Solid:pixelsize=10;1
font-4 = Font Awesome 5 Brands:pixelsize=10;1

background = ${colors.background}
foreground = ${colors.blue}

line-size = 2
line-color = ${colors.blue}

border-size = 0
border-color = ${colors.white}

padding-left = 0
padding-right = 0

module-margin-left = 1
module-margin-right = 1

override-redirect = true

wm-restack = bspwm
# wm-restack = i3

# scroll-up = bspwm-desknext
# scroll-down = bspwm-deskprev

# scroll-up = i3wm-wsnext
# scroll-down = i3wm-wsprev

cursor-click = pointer
cursor-scroll = ns-resize