mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
test network speed
This commit is contained in:
parent
31f7f01648
commit
3daedaa27d
@ -4,7 +4,7 @@
|
||||
|
||||
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["tray", "custom/spotify", "custom/storageslash", "custom/storagehome", "pulseaudio", "backlight", "network", "custom/vpn", "battery", "clock"],
|
||||
"modules-right": ["tray", "custom/spotify", "network#speed", "custom/storageslash", "custom/storagehome", "pulseaudio", "backlight", "network", "custom/vpn", "battery", "clock"],
|
||||
"sway/mode": {
|
||||
"format": " {}"
|
||||
},
|
||||
@ -40,7 +40,7 @@
|
||||
"format-disconnected": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"network-speed": {
|
||||
"network#speed": {
|
||||
"format-wifi": "<span foreground='#929292'></span> {bandwidthDownOctets} <span foreground='#929292'></span> {bandwidthUpOctets}",
|
||||
"format-ethernet": "<span foreground='#929292'></span> {bandwidthDownOctets} <span foreground='#929292'></span> {bandwidthUpOctets}",
|
||||
},
|
||||
|
@ -67,6 +67,10 @@ window {
|
||||
border-bottom: 2px solid @purple;
|
||||
}
|
||||
|
||||
#network#speed {
|
||||
border-bottom: 2px solid @red;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
border-bottom: 2px solid @alert;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user