diff options
author | Ingo Bürk | 2018-06-29 22:43:39 +0200 |
---|---|---|
committer | GitHub | 2018-06-29 22:43:39 +0200 |
commit | a916481aab2d81b1882a25da34a2fe327d74cff4 (patch) | |
tree | b3de6b55a1785354784547cd143b0780c31b5a83 /i3status.conf | |
parent | Merge pull request #290 from duskCoder/changes (diff) | |
parent | Stop requiring CAP_NET_ADMIN (diff) |
Merge pull request #291 from duskCoder/cap_net_admin
Stop requiring CAP_NET_ADMIN
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf index 07ffb74..6ac43cb 100644 --- a/i3status.conf +++ b/i3status.conf @@ -26,7 +26,6 @@ wireless _first_ { } ethernet _first_ { - # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" format_down = "E: down" } |