Add output configs to adventurer
This commit is contained in:
parent
9c571f1df5
commit
6e9da19307
2 changed files with 19 additions and 0 deletions
|
@ -2,3 +2,18 @@ is-virtual = false
|
|||
base16-scheme = "seti"
|
||||
ethernet = ["enp37s0"]
|
||||
disks = ["/"]
|
||||
|
||||
[[outputs]]
|
||||
name = "Unknown VG258 M1LMQS004947"
|
||||
position = "0 1080"
|
||||
mode = "1920x1080@165Hz"
|
||||
|
||||
[[outputs]]
|
||||
name = "BenQ Corporation BenQ GL2580 46J02196SL0"
|
||||
position = "1920 1080"
|
||||
mode = "1920x1080@60Hz"
|
||||
|
||||
[[outputs]]
|
||||
name = "BenQ Corporation BenQ GL2580 46J02151SL0"
|
||||
position = "960 0"
|
||||
mode = "1920x1080@60Hz"
|
||||
|
|
|
@ -37,6 +37,10 @@ client.urgent $base08 $base08 $base00 $base08 $base08
|
|||
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']}
|
||||
% endfor
|
||||
|
||||
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||
|
||||
font pango:DejaVu Sans Mono 8
|
||||
|
|
Loading…
Add table
Reference in a new issue