blob: 39e775e00be414c1a6407833388e57ab353ed619 (
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
|
[bar/mybar]
bottom=false
fixed-center=true
height=18
width=100%
padding=1
border-size=1
border-color = #00000000
background = #00000000
foreground = #b2b2b2
font-0="Dina:pixelsize=10;1"
font-1="Siji:size=10;1"
modules-right=memory cpu temperature pulseaudio date
modules-left=battery network
modules-center=bspwm
module-margin=2
tray-position=right
tray-maxsize=16
[module/battery]
type=internal/battery
battery=BAT0
adapter=AC
poll-interval=5
full-at=98
time-format=%H:%M
label-discharging= %time% %percentage%%
label-charging= %time% %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
time-alt=%I:%M:%S %A, %d %B %Y
format= <label>
label=%time% %date%
[module/temperature]
type=internal/temperature
interval=1.0
hwmon-path=/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon3/temp1_input
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-occupied-foreground=#696969
label-empty=
label-empty-padding=1
[module/network]
type=internal/network
interface=wlp3s0
interval=3.0
label-connected=%essid% %local_ip%
label-disconnected=not connected
; vim: set ft=dosini nomodeline:networknetwork
|