blob: 1ed8469c9b5a2f2bb5582b65d43df23f21c0db0c (
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
|
[bar/mybar]
bottom=false
fixed-center=true
height=18
width=100%
padding=1
border-size=1
border-color = #00000000
background = #00000000
foreground = #ffffff
font-0="TamzenForPowerline:pixelsize=14;2"
font-1="Symbols Nerd Font:size=11;2"
modules-right=memory cpu temperature pulseaudio date
modules-left=battery
modules-center=bspwm
module-margin=2
tray-position=right
tray-maxsize=16
[module/battery]
type=internal/battery
battery=BAT0
adapter=ADP0
poll-interval=5
full-at=98
time-format=%H:%M
label-discharging= %percentage%%
label-charging= %percentage%%
label-full= %percentage%%
format-discharging=<label-discharging>
format-charging=<label-charging>
format-full=<label-full>
[module/date]
type=internal/date
interval=1.0
date=%d-%m-%Y%
time=%I:%M
date-alt=%A, %d %B %Y
time-alt=%I:%M:%S %A, %d %B %Y
format= <label>
label=%time%
[module/temperature]
type=internal/temperature
interval=0.5
thermal-zone=0
base-temperature=38
warn-temperature=70
format=<label>
format-warn=<label-warn>
label= %temperature-c%
label-warn= %temperature-c%
[module/cpu]
type=internal/cpu
interval=0.5
format=<label>
label= %percentage%%
[module/memory]
type=internal/memory
interval=3
format=<label>
label= %gb_used%
[module/pulseaudio]
type=internal/pulseaudio
sink=alsa_output.pci-0000_00_1b.0.analog-stereo
format=<label-volume>
label-volume=墳 %percentage%%
label-muted=
click-right=pavucontrol
[module/bspwm]
type=internal/bspwm
format=<label-state> <label-mode>
label-focused=
label-focused-padding=1
label-occupied=
label-occupied-padding=1
label-empty=
label-empty-padding=1
; vim: set ft=dosini nomodeline:
|