aboutsummaryrefslogtreecommitdiffstats
path: root/.config/polybar/bars.ini
blob: 3b95f1f1ebd1dbd99c072c05300341c6e04ea548 (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
[bar/mybar2]
tray-position = right
tray-padding = 2
tray-background = ${colors.systray-bg}

monitor = ${env:MONITOR:HDMI-0}
enable-ipc = true
width = 1906
height = 22
offset-x = 7
offset-y = 6
radius = 2
fixed-center = true
bottom = 0

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

line-size = 0

padding-left = 0
padding-right = 0

module-margin-left = 0
module-margin-right = 0

font-0 = "Roboto:style=Regular:size=12;2"
font-1 = "Source Han Sans JP:style=Regular:size=11;2"

modules-left = arrow0 date arrow1 uptime wlan eth storage-root storage-home cpu temperature memory mpd
modules-center = xwindow
modules-right = battery pulseaudio ewmh

override-redirect = false

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

[bar/mybar]
tray-position = right
tray-padding = 2
tray-background = ${colors.systray-bg}

monitor = ${env:MONITOR:eDP-1}
monitor-fallback = ${env:MONITOR:eDP-1-1}
enable-ipc = true
width = 1920
height = 28
offset-x = 0
offset-y = 0
radius = 0
fixed-center = true
bottom = 0

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

line-size = 0

padding-left = 0
padding-right = 0

module-margin-left = 0
module-margin-right = 0

font-0 = "Roboto:style=Regular:size=12;2"
font-1 = "Source Han Sans JP:style=Regular:size=11;2"
font-2 = "Hack Nerd Font:style=Regular:size=11;3"
font-3 = "Hack Nerd Font:style=Regular:size=20;5"
font-4 = "Source Han Sans JP:style=Heavy:size=11;2" # font-1 but bold, make sure to edit accordingly

modules-left = powerline0 date powerline1 wlan eth powerline2 storage-root powerline1 storage-home powerline2 cpu powerline1 temperature powerline2 memory powerline3
modules-right = ewmh pulseaudio battery

override-redirect = true

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