mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-22 18:38:19 +02:00
polybar: stop displaying upload/download speeds
Not really useful.
This commit is contained in:
parent
043fce1a58
commit
0ae67786c4
1 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,7 @@ border-size = 0
|
|||
tray-position = none
|
||||
fixed-center = true
|
||||
module-margin = 1
|
||||
padding-right = 1
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
@ -76,7 +77,7 @@ type = internal/network
|
|||
interface = ${env:WLAN:}
|
||||
interval = 5
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
label-connected = %essid% %downspeed:8% %upspeed:8%
|
||||
label-connected = %essid%
|
||||
format-disconnected =
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
|
@ -87,7 +88,7 @@ type = internal/network
|
|||
interface = ${env:LAN:}
|
||||
interval = 2
|
||||
format-connected = <label-connected>
|
||||
label-connected = %downspeed:8% %upspeed:8%
|
||||
label-connected =
|
||||
format-disconnected =
|
||||
|
||||
[module/date]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue