From 6c28f08d5f168afd79ac823876e9bcf617fdbd59 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 29 Oct 2020 09:12:24 -0400 Subject: Statusbar --- desktop/.conkyrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/.conkyrc') diff --git a/desktop/.conkyrc b/desktop/.conkyrc index e225ba1..caa29b2 100644 --- a/desktop/.conkyrc +++ b/desktop/.conkyrc @@ -10,5 +10,6 @@ conky.config = { -- ${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(\#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)\ ^fg()${time %m月%d号%H:%M}]] -- cgit v1.2.3