Add roost display config
This commit is contained in:
parent
19bd2bd499
commit
083767fe51
3 changed files with 12 additions and 16 deletions
|
@ -6,17 +6,8 @@ disks = ["/"]
|
|||
# hwmon2 = k10temp, temp1 = Tctl
|
||||
temperature-path = "/sys/class/hwmon/hwmon2/temp1_input"
|
||||
|
||||
[[outputs]]
|
||||
name = "Unknown VG258 M1LMQS004947"
|
||||
position = "1920 0"
|
||||
mode = "1920x1080@165Hz"
|
||||
|
||||
[[outputs]]
|
||||
name = "BenQ Corporation BenQ GL2580 46J02196SL0"
|
||||
position = "0 0"
|
||||
mode = "1920x1080@60Hz"
|
||||
|
||||
[[outputs]]
|
||||
name = "BenQ Corporation BenQ GL2580 46J02151SL0"
|
||||
position = "3840 0"
|
||||
mode = "1920x1080@60Hz"
|
||||
outputs = [
|
||||
"\"Unknown VG258 M1LMQS004947\" position 1920 0 mode 1920x1080@165Hz",
|
||||
"\"BenQ Corporation BenQ GL2580 46J02196SL0\" position 0 0 mode 1920x1080@60Hz",
|
||||
"\"BenQ Corporation BenQ GL2580 46J02151SL0\" position 3840 0 mode 1920x1080@60Hz"
|
||||
]
|
||||
|
|
|
@ -2,4 +2,9 @@ base16-scheme = "seti"
|
|||
wireless = ["wlan0"]
|
||||
ethernet = ["eth0"]
|
||||
disks = ["/"]
|
||||
outputs = []
|
||||
|
||||
outputs = [
|
||||
"HDMI-A-1 mode 3840x2160@30Hz scale 2.0",
|
||||
#TODO when HDMI cable arrives
|
||||
#"name HDMI-A-1 mode 3840x2160@60Hz scale 2.0",
|
||||
]
|
||||
|
|
|
@ -38,7 +38,7 @@ client.placeholder $base01 $base01 $base05 $base01 $base01
|
|||
client.background $base07
|
||||
|
||||
% for output in host.get('outputs', []):
|
||||
output "${output['name']}" pos ${output['position']} mode ${output['mode']}
|
||||
output ${output}
|
||||
% endfor
|
||||
|
||||
output * bg ${home}/.local/share/backgrounds/sway-dark-1920x1080.png fill
|
||||
|
|
Loading…
Add table
Reference in a new issue