summaryrefslogtreecommitdiff
path: root/.config/polybar/config
blob: 4af1275ca50d3ca5358990c86ca40561b3d6e2be (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
# vim:ft=dosini
[settings]
screenchange-reload = true
# compositing-background = xor
# compositing-background = screen
# compositing-foreground = source
# compositing-border = over
# pseudo-transparency = false

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

# Include colors.
include-file = $XDG_CONFIG_HOME/polybar/colors.ini

# Include bars.
include-file = $XDG_CONFIG_HOME/polybar/common.ini
include-file = $XDG_CONFIG_HOME/polybar/main.ini
include-file = $XDG_CONFIG_HOME/polybar/second.ini

# Include modules.
include-file = $XDG_CONFIG_HOME/polybar/bspwm.ini
include-file = $XDG_CONFIG_HOME/polybar/xwindow.ini
include-file = $XDG_CONFIG_HOME/polybar/pulseaudio.ini
include-file = $XDG_CONFIG_HOME/polybar/date.ini
include-file = $XDG_CONFIG_HOME/polybar/powermenu.ini
include-file = $XDG_CONFIG_HOME/polybar/cpu.ini
include-file = $XDG_CONFIG_HOME/polybar/memory.ini
include-file = $XDG_CONFIG_HOME/polybar/xkeyboard.ini
include-file = $XDG_CONFIG_HOME/polybar/filesystem.ini
include-file = $XDG_CONFIG_HOME/polybar/eth.ini
include-file = $XDG_CONFIG_HOME/polybar/wlan.ini


# Other modules that came by default on the example config.
# The ones that I configured are on separate ini files.

# [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/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}