7dpqtn2: update config

This commit is contained in:
Konstantin Koslowski 2021-08-17 11:50:10 +02:00
parent e1c26dc6d7
commit ebab4c73e6
2 changed files with 30 additions and 0 deletions

View file

@ -4,6 +4,7 @@ set $intern "Chimei Innolux Corporation 0x14D3 0x00000000"
set $extern "Dell Inc. Dell U4919DW 9YVZWP2" set $extern "Dell Inc. Dell U4919DW 9YVZWP2"
set $extern2 "Dell Inc. Dell U4919DW 10WZWP2" set $extern2 "Dell Inc. Dell U4919DW 10WZWP2"
set $extern3 "Dell Inc. DELL U3415W F1T1W61R0ACL" set $extern3 "Dell Inc. DELL U3415W F1T1W61R0ACL"
set $extern4 "Sony SONY TV 0x00000101"
### Output configuration ### Output configuration
output $intern position 1600 1440 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 -1600 -1440 resolution 5120x1440
output $extern2 position 0 0 resolution 5120x1440 output $extern2 position 0 0 resolution 5120x1440
output $extern3 position 840 0 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:on output $intern disable
bindswitch --reload --locked lid:off output $intern enable bindswitch --reload --locked lid:off output $intern enable

View file

@ -26,6 +26,8 @@
// "custom/separator#right", // "custom/separator#right",
"network#wl0", "network#wl0",
"network#en0", "network#en0",
"network#en1",
"network#en2",
"network#vpn0", "network#vpn0",
"custom/separator#right", "custom/separator#right",
"cpu", "cpu",
@ -175,6 +177,32 @@
"tooltip-format-disconnected": "{ifname} disconnected", "tooltip-format-disconnected": "{ifname} disconnected",
"on-click": "foot -T float nmtui" "on-click": "foot -T float nmtui"
}, },
"network#en1": {
"interval": 2,
"interface": "en1",
"format": "{ifname}",
"format-wifi": "<span foreground='#ebdbb2'> </span> {essid} ({signalStrength:3}%)",
"format-ethernet": "<span foreground='#ebdbb2'> </span>{ifname}",
"format-linked": "<span foreground='#ebdbb2'> </span>{ifname}",
"format-disconnected": "<span foreground='#606060'> </span>{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": "<span foreground='#ebdbb2'> </span> {essid} ({signalStrength:3}%)",
"format-ethernet": "<span foreground='#ebdbb2'> </span>{ifname}",
"format-linked": "<span foreground='#ebdbb2'> </span>{ifname}",
"format-disconnected": "<span foreground='#606060'> </span>{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": { "network#vpn0": {
"interval": 2, "interval": 2,
"interface": "vpn0", "interface": "vpn0",