diff --git a/CONFIG/waybar/config.jsonc b/CONFIG/waybar/config.jsonc index c23d064..892cb06 100644 --- a/CONFIG/waybar/config.jsonc +++ b/CONFIG/waybar/config.jsonc @@ -63,17 +63,6 @@ "on-click": "swaymsg exec 'footclient --app-id floating_shell --window-size-chars 120x45 isd'" }, - "network": { - "format-disabled": " Disabled", - "format-wifi": " {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ({signalStrength}%)", - "tooltip-format-wifi": "{essid}", - "format-ethernet": "󰈀 {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣", - "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", - "format-disconnected": " Disconnected", - "on-click": "footclient --app-id floating_shell --window-size-chars 60x45 -e nmtui", - "interval": 2 - }, - // Configuration - modules-right "idle_inhibitor": { diff --git a/custom-droneship/CONFIG/waybar/local_config.jsonc b/custom-droneship/CONFIG/waybar/local_config.jsonc index 27fff38..659b4ff 100644 --- a/custom-droneship/CONFIG/waybar/local_config.jsonc +++ b/custom-droneship/CONFIG/waybar/local_config.jsonc @@ -1,4 +1,15 @@ { + "network": { + "interface": "enp6s0", + "format-disabled": " Disabled", + "format-wifi": " {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ({signalStrength}%)", + "tooltip-format-wifi": "{essid}", + "format-ethernet": "󰈀 {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣", + "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", + "format-disconnected": " Disconnected", + "on-click": "footclient --app-id floating_shell --window-size-chars 60x45 -e nmtui", + "interval": 2 + }, "disk#hdd1": { "path": "/mnt/hdd1", "interval": 30, diff --git a/custom-mothership/CONFIG/waybar/local_config.jsonc b/custom-mothership/CONFIG/waybar/local_config.jsonc index 27fff38..00586ed 100644 --- a/custom-mothership/CONFIG/waybar/local_config.jsonc +++ b/custom-mothership/CONFIG/waybar/local_config.jsonc @@ -1,4 +1,15 @@ { + "network": { + "interface": "wlan0", + "format-disabled": " Disabled", + "format-wifi": " {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ({signalStrength}%)", + "tooltip-format-wifi": "{essid}", + "format-ethernet": "󰈀 {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣", + "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", + "format-disconnected": " Disconnected", + "on-click": "footclient --app-id floating_shell --window-size-chars 60x45 -e nmtui", + "interval": 2 + }, "disk#hdd1": { "path": "/mnt/hdd1", "interval": 30, diff --git a/custom-sl3/CONFIG/waybar/local_config.jsonc b/custom-sl3/CONFIG/waybar/local_config.jsonc index 6c2b44e..46b61b7 100644 --- a/custom-sl3/CONFIG/waybar/local_config.jsonc +++ b/custom-sl3/CONFIG/waybar/local_config.jsonc @@ -1,4 +1,14 @@ { + "network": { + "format-disabled": " Disabled", + "format-wifi": " {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ({signalStrength}%)", + "tooltip-format-wifi": "{essid}", + "format-ethernet": "󰈀 {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣", + "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", + "format-disconnected": " Disconnected", + "on-click": "footclient --app-id floating_shell --window-size-chars 60x45 -e nmtui", + "interval": 2 + }, "modules-right": [ "idle_inhibitor", "cpu", diff --git a/custom-spro5/CONFIG/waybar/local_config.jsonc b/custom-spro5/CONFIG/waybar/local_config.jsonc index 6c2b44e..46b61b7 100644 --- a/custom-spro5/CONFIG/waybar/local_config.jsonc +++ b/custom-spro5/CONFIG/waybar/local_config.jsonc @@ -1,4 +1,14 @@ { + "network": { + "format-disabled": " Disabled", + "format-wifi": " {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ({signalStrength}%)", + "tooltip-format-wifi": "{essid}", + "format-ethernet": "󰈀 {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣", + "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", + "format-disconnected": " Disconnected", + "on-click": "footclient --app-id floating_shell --window-size-chars 60x45 -e nmtui", + "interval": 2 + }, "modules-right": [ "idle_inhibitor", "cpu",