summaryrefslogtreecommitdiff
path: root/desktop/.conkyrc
blob: 142e9848ba25dca4bb1d1789b206a2d9d8f3abdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = [[
^fg(\#237AD3)^fn(FontAwesome)^fn()^fg() ${if_pa_sink_muted}${else}${pa_sink_volume}%${endif}^p(20)\
${if_up wlp39s0}^fg(\#237AD3)^fn(FontAwesome)^fn()^fg() ${wireless_essid wlp39s0}${endif}^p(20)\
${if_up wlp2s0}^fg(\#237AD3)^fn(FontAwesome)^fn()^fg() ${wireless_essid wlp2s0}${endif}^p(20)\
^fg()${time %m月%d号%H:%M}]]