diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-01-02 18:17:24 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-01-25 16:04:22 +0100 |
commit | 669ee45e48c8a22b0e412548dae1c5f33748c5cf (patch) | |
tree | d078ede9e0edbd900c00c9c9aeac56c54399bf89 /.i3/conkyrc-perl | |
parent | 73f18dabae274c79eb14b00dc01148ffcd612170 (diff) | |
download | dotfiles-669ee45e48c8a22b0e412548dae1c5f33748c5cf.tar.gz dotfiles-669ee45e48c8a22b0e412548dae1c5f33748c5cf.tar.xz |
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 <bluewind@xinu.at>
Diffstat (limited to '.i3/conkyrc-perl')
-rw-r--r-- | .i3/conkyrc-perl | 2 |
1 files changed, 1 insertions, 1 deletions
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} |