summaryrefslogtreecommitdiff
path: root/desktop/.conkyrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-30 08:54:40 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-30 08:54:46 -0400
commit747494435e47c8e50c37f9a97a32b881da4ead7d (patch)
tree19fc2a9695701f933f5b79375d65e2667621a482 /desktop/.conkyrc
parent72809c8517b054212eeee4e365bcb00640881195 (diff)
Update conky
Diffstat (limited to 'desktop/.conkyrc')
-rw-r--r--desktop/.conkyrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/.conkyrc b/desktop/.conkyrc
index 142e984..10f308c 100644
--- a/desktop/.conkyrc
+++ b/desktop/.conkyrc
@@ -10,7 +10,7 @@ conky.config = {
-- ${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)\
+^fg(\#237AD3)^fn(FontAwesome)^fn()^fg() ${if_pa_sink_muted}^fn(FontAwesome)^fn()${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}]]