diff --git a/hosts.d/7DPQTN2.conf b/hosts.d/7DPQTN2.conf index 848d345..66a90f3 100644 --- a/hosts.d/7DPQTN2.conf +++ b/hosts.d/7DPQTN2.conf @@ -4,6 +4,7 @@ set $intern "Chimei Innolux Corporation 0x14D3 0x00000000" set $extern "Dell Inc. Dell U4919DW 9YVZWP2" set $extern2 "Dell Inc. Dell U4919DW 10WZWP2" set $extern3 "Dell Inc. DELL U3415W F1T1W61R0ACL" +set $extern4 "Sony SONY TV 0x00000101" ### Output configuration output $intern position 1600 1440 @@ -11,6 +12,7 @@ output $extern position 0 1440 resolution 5120x1440 # output $extern2 position -1600 -1440 resolution 5120x1440 output $extern2 position 0 0 resolution 5120x1440 output $extern3 position 840 0 +output $extern4 position 0 0 mode 1920x1080@24Hz bindswitch --reload --locked lid:on output $intern disable bindswitch --reload --locked lid:off output $intern enable diff --git a/waybar.d/config_7DPQTN2 b/waybar.d/config_7DPQTN2 index 72bc071..cdf26f4 100644 --- a/waybar.d/config_7DPQTN2 +++ b/waybar.d/config_7DPQTN2 @@ -26,6 +26,8 @@ // "custom/separator#right", "network#wl0", "network#en0", + "network#en1", + "network#en2", "network#vpn0", "custom/separator#right", "cpu", @@ -175,6 +177,32 @@ "tooltip-format-disconnected": "{ifname} disconnected", "on-click": "foot -T float nmtui" }, + "network#en1": { + "interval": 2, + "interface": "en1", + "format": "{ifname}", + "format-wifi": " {essid} ({signalStrength:3}%)", + "format-ethernet": "{ifname}", + "format-linked": "{ifname}", + "format-disconnected": "{ifname}", + "tooltip-format": "{ifname}\n\t{ipaddr}/{cidr}\n  \t{bandwidthDownBits}\n  \t{bandwidthUpBits}", + "tooltip-format-linked": "{ifname} linked", + "tooltip-format-disconnected": "{ifname} disconnected", + "on-click": "foot -T float nmtui" + }, + "network#en2": { + "interval": 2, + "interface": "en2", + "format": "{ifname}", + "format-wifi": " {essid} ({signalStrength:3}%)", + "format-ethernet": "{ifname}", + "format-linked": "{ifname}", + "format-disconnected": "{ifname}", + "tooltip-format": "{ifname}\n\t{ipaddr}/{cidr}\n  \t{bandwidthDownBits}\n  \t{bandwidthUpBits}", + "tooltip-format-linked": "{ifname} linked", + "tooltip-format-disconnected": "{ifname} disconnected", + "on-click": "foot -T float nmtui" + }, "network#vpn0": { "interval": 2, "interface": "vpn0",