From 669ee45e48c8a22b0e412548dae1c5f33748c5cf Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 2 Jan 2020 18:17:24 +0100 Subject: i3: Remove wireless SSID from bar It doesn't work without extended permissions and if it did, it's not super useful. Signed-off-by: Florian Pritz --- .i3/conkyrc-perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.i3/conkyrc-perl b/.i3/conkyrc-perl index e1b6f33..56a560f 100644 --- a/.i3/conkyrc-perl +++ b/.i3/conkyrc-perl @@ -34,7 +34,7 @@ ${endif} ${if_up wlp3s0} COLOR: \#00FF00 -FULLTEXT: W ${upspeed wlp3s0}↑ ${downspeed wlp3s0}↓ (${wireless_essid}) ${addr wlp3s0} +FULLTEXT: W ${upspeed wlp3s0}↑ ${downspeed wlp3s0}↓ ${addr wlp3s0} ${endif} ${if_up guest0} -- cgit v1.2.3-24-g4f1b