Update Waybar configuration to version 0.0.0.1.

This commit is contained in:
inference 2022-10-06 05:50:16 +01:00
parent c983e170e4
commit 6e96fdcd45

View File

@ -1,5 +1,10 @@
// Waybar - Configuration. // Waybar - Configuration.
// Copyright 2022 Inference
// 0.0.0.1
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
@ -92,11 +97,10 @@
}, },
"network": { "network": {
"interface": "enp37s0",
"interval": 1, "interval": 1,
"format-wifi": " {essid} ({signalStrength}%)", // Icon: wifi "format-ethernet": " {ifname}: {ipaddr}/{cidr}",
//"format-ethernet": " {ifname}: {ipaddr}/{cidr}", // Icon: ethernet "format-disconnected": "  {ifname}",
"format-ethernet": " {ifname}",
"format-disconnected": "",
"disable-hover": true, "disable-hover": true,
"disable-click": true, "disable-click": true,
"disable-scroll": true, "disable-scroll": true,