aboutsummaryrefslogtreecommitdiff
path: root/Polybar/.config/polybar/config
blob: 191b0aeaeac8d994362a624cfe5bba336822aba1 (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
[bar/custom-bar]
width = 100%
height = 27
modules-left = bspwm
modules-right = filesystem memory pulseaudio mpd battery date
tray-position = right
separator = "    Δ    "
separator-padding = 2
background = #CC000000
font-0 = IBM Plex Sans:size=12

[module/i3]
type = internal/i3
format = <label-state> <label-mode>
pin-workspaces = false

[module/bspwm]
type = internal/bspwm
format = <label-state> <label-mode>
label-monitor = %name%   
enable-click = true
pin-workspaces = false
label-focused-foreground = #73989b

[module/pulseaudio]
type = internal/pulseaudio
format-volume = <label-volume>
label-volume = " %percentage%%"

[module/battery]
type = internal/battery
battery = BAT0
adapter = ADP0
full-at = 98
format-charging = Battery ↑: <label-charging>
format-discharging = Battery ↓: <label-discharging>

[module/date]
type = internal/date
interval = 5
date = "%a  %Y-%m-%d"
time = %H:%M
label = %date%  %time%

[module/filesystem]
type = internal/fs
interval = 25
mount-0 = /
label-mounted = %{F#0a81f5}Meme level%{F-} @ %percentage_used%%
label-unmounted = %mountpoint% not mounted

[module/mpd]
type = internal/mpd
format-offline = "MPD Offline"
format-online = <label-song>
format-playing = ${self.format-online}
format-paused = ${self.format-online}
format-stopped = ${self.format-online}

[module/memory]
type = internal/memory
label = %mb_used%
format = <label>
interval = 5