From 24c7e3957c21e6d8f05511eeb9b4900c2c0265f8 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 28 Oct 2020 09:46:08 -0400 Subject: Update statusbar --- desktop/.conkyrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 desktop/.conkyrc (limited to 'desktop/.conkyrc') diff --git a/desktop/.conkyrc b/desktop/.conkyrc new file mode 100644 index 0000000..e8f61e5 --- /dev/null +++ b/desktop/.conkyrc @@ -0,0 +1,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}wlan ${wireless_essid wlp39s0}${endif} \ +^fg()${time %a %b %d %I:%M%P}]] -- cgit v1.2.3