blob: 5aa12ac7fb5412968f6b448c54aa8b9d865849a9 (
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
74
75
76
77
78
|
;; ___ _ _
;; / _ \___ | |_ _| |__ __ _ _ __
;; / /_)/ _ \| | | | | '_ \ / _` | '__|
;; / ___/ (_) | | |_| | |_) | (_| | |
;; \/ \___/|_|\__, |_.__/ \__,_|_|
;; |___/
;; https://github.com/b4skyx/dotfiles
;-------------------------
;; Imports
include-file = ~/.config/polybar/colors.ini
include-file = ~/.config/polybar/modules.ini
;-------------------------
[global/wm]
; margin-top = 5
; margin-bottom = 5
;-------------------------
[settings]
screenchange-reload = true
pseudo-transparency = false
;-------------------------
[bar/main]
monitor =
width = 100%
height = 32
fixed-center = true
override-redirect = true
wm-restack = bspwm
bottom = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 2
line-color = #00000000
border-size = 0
border-bottom-size = 1
border-color = ${colors.border}
padding-left = 0
padding-right = 1
font-0 = FiraSans:pixelsize=11;2
font-1 = Symbols Nerd Font:pixelsize=12;1
modules-left = launcher bspwm xwindow
modules-center = date time
modules-right = xkeyboard pulseaudio network battery powercontrol
tray-position = right
tray-detached = false
tray-maxsize = 16
tray-offset-x = 0
tray-offset-y = 0
tray-padding = 3
tray-scale = 1.0
enable-ipc = true
;-------------------------
[bar/secondary]
# Show systray only on first monitor
inherit = bar/main
monitor = DP-1
tray-position = right
;-------------------------
|