summaryrefslogtreecommitdiff
path: root/.config/polybar/config
blob: 04fa5780e9fd4cc66ecdb8146f904e151104f458 (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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# vim:ft=dosini
[colors]
foreground = ${xrdb:foreground:#F8F8F2}
background = ${xrdb:background:#282A36}
foreground-alt = ${xrdb:selbackground:#000000}
background-alt = ${xrdb:selbackground:#F1FA8C}
black = ${xrdb:color0:#000000}
black-alt = ${xrdb:color8:#4D4D4D}
red = ${xrdb:color1:#FF5555}
red-alt = ${xrdb:color9:#FF6E67}
green = ${xrdb:color2:#50FA7B}
green-alt = ${xrdb:color10:#5AF78E}
yellow = ${xrdb:color3:#F1FA8C}
yellow-alt = ${xrdb:color11:#F4F99D}
blue = ${xrdb:color4:#BD93F9}
blue-alt = ${xrdb:color12:#CAA9FA}
purple = ${xrdb:color5:#FF79C6}
purple-alt = ${xrdb:color13:#FF92D0}
cyan = ${xrdb:color6:#8BE9FD}
cyan-alt = ${xrdb:color14:#9AEDFE}
white = ${xrdb:color7:#BFBFBF}
white-alt = ${xrdb:color15:#E6E6E6}

[settings]
screenchange-reload = true
# compositing-background = xor
# compositing-background = screen
# compositing-foreground = source
# compositing-border = over
# pseudo-transparency = false

[global/wm]
margin-top = 24
margin-bottom = 0

# Include bars.
include-file = /home/lz/.config/polybar/common.ini
include-file = /home/lz/.config/polybar/main.ini
include-file = /home/lz/.config/polybar/second.ini

# Include modules.
include-file = /home/lz/.config/polybar/bspwm.ini
include-file = /home/lz/.config/polybar/xwindow.ini
include-file = /home/lz/.config/polybar/pulseaudio.ini
include-file = /home/lz/.config/polybar/date.ini
include-file = /home/lz/.config/polybar/powermenu.ini

# [module/xkeyboard]
# type = internal/xkeyboard
# blacklist-0 = num lock

# format-prefix = " "
# format-prefix-foreground = ${colors.foreground-alt}
# format-prefix-underline = ${colors.cyan}

# label-layout = %layout%
# label-layout-underline = ${colors.cyan}

# label-indicator-padding = 2
# label-indicator-margin = 1
# label-indicator-background = ${colors.cyan}
# label-indicator-underline = ${colors.cyan}

# [module/filesystem]
# type = internal/fs
# interval = 25

# mount-0 = /

# label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
# label-unmounted = %mountpoint% not mounted
# label-unmounted-foreground = ${colors.foreground-alt}

# [module/mpd]
# type = internal/mpd
# format-online = <label-song>  <icon-prev> <icon-stop> <toggle> <icon-next>

# icon-prev = 
# icon-stop = 
# icon-play = 
# icon-pause = 
# icon-next = 

# label-song-maxlen = 25
# label-song-ellipsis = true

# [module/cpu]
# type = internal/cpu
# interval = 2
# format-prefix = " "
# format-prefix-foreground = ${colors.foreground-alt}
# format-underline = #f90000
# label = %percentage:2%%

# [module/memory]
# type = internal/memory
# interval = 2
# format-prefix = " "
# format-prefix-foreground = ${colors.foreground-alt}
# format-underline = #4bffdc
# label = %percentage_used%%

# [module/wlan]
# type = internal/network
# interface = wlp6s0
# interval = 3.0

# format-connected = <ramp-signal> <label-connected>
# format-connected-underline = #9f78e1
# label-connected = %essid%

# format-disconnected =
# format-disconnected = <label-disconnected>
# format-disconnected-underline = ${self.format-connected-underline}
# label-disconnected = %ifname% disconnected
# label-disconnected-foreground = ${colors.foreground-alt}

# ramp-signal-0 = 
# ramp-signal-1 = 
# ramp-signal-2 = 
# ramp-signal-3 = 
# ramp-signal-4 = 
# ramp-signal-foreground = ${colors.foreground-alt}

# [module/eth]
# type = internal/network
# interface = enp3s0
# interval = 3.0

# format-connected-underline = #55aa55
# format-connected-prefix = " "
# format-connected-prefix-foreground = ${colors.foreground-alt}
# label-connected = %local_ip%

# format-disconnected =
# format-disconnected = <label-disconnected>
# format-disconnected-underline = ${self.format-connected-underline}
# label-disconnected = %ifname% disconnected
# label-disconnected-foreground = ${colors.foreground-alt}

# [module/temperature]
# type = internal/temperature
# thermal-zone = 0
# warn-temperature = 60

# format = <ramp> <label>
# format-underline = #f50a4d
# format-warn = <ramp> <label-warn>
# format-warn-underline = ${self.format-underline}

# label = %temperature-c%
# label-warn = %temperature-c%
# label-warn-foreground = ${colors.cyan}

# ramp-0 = 
# ramp-1 = 
# ramp-2 = 
# ramp-foreground = ${colors.foreground-alt}