Jean-Tinland / simple-bar

A yabai status bar widget for Übersicht
https://www.jeantinland.com/toolbox/simple-bar
MIT License
1.21k stars 129 forks source link

Ability to hide Wi-Fi Network name #324

Closed OlshaMB closed 1 year ago

OlshaMB commented 2 years ago

I frequently share my screen and i don't want show my Wi-Fi network name. I think just adding a checkbox to hide it would be awesome. And i also think that show Wi-Fi network name should be off by default.

Pe8er commented 2 years ago

You could also add this under Custom Styles:

.wifi .data-widget__inner {
  display: none;
}