blob: e225ba157205229b9767fabfe45cc897974165bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
conky.config = {
background = false
, out_to_console = true
, out_to_x = false
, update_interval = 1.0
, total_run_times = 0
, use_spacer = none
}
-- ${if_pa_sink_muted}OFF$else${pa_sink_volume}%$endif
conky.text = [[
${if_up wlp39s0}^fn(FontAwesome)^fn() ${wireless_essid wlp39s0}${endif}^p(20)\
^fg()${time %m月%d号%H:%M}]]
|