summaryrefslogtreecommitdiff
path: root/.config/polybar/config
blob: d41ed3ededdb0f04bad1f699d03b3413d5f7470e (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
# 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 = 24
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

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