-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
defense: Add technologies, distribution, monitors
- Loading branch information
Showing
13 changed files
with
349 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#import "../utils.typ": * | ||
|
||
|
||
#polylux-slide[ | ||
== Distribution | ||
#align( | ||
center + horizon, [ | ||
#v(-20pt) | ||
#columns(4, [ | ||
#box(stroke: none, fill: none, [ | ||
#text(size: 25pt, weight: "bold", "Ubuntu") | ||
#align(center, img("abando-logo.png", width: 100%, fit: "contain")) | ||
]) | ||
#colbreak() | ||
#box(stroke: none, fill: none, [ | ||
#text(size: 25pt, weight: "bold", "Nix") | ||
#align(center, img("nix.png", width: 100%, fit: "contain")) | ||
]) | ||
#colbreak() | ||
#box(stroke: none, fill: none, [ | ||
#text(size: 25pt, weight: "bold", "Arch") | ||
#align(center, img("arch.png", width: 100%, fit: "contain")) | ||
]) | ||
#colbreak() | ||
#box(stroke: none, fill: none, [ | ||
#text(size: 25pt, weight: "bold", "Flatpak") | ||
#align(center, img("flatpak.png", width: 100%, fit: "contain")) | ||
]) | ||
]) | ||
], | ||
) | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#import "../utils.typ": * | ||
|
||
#subtitle_slide("Keyboard Plugin") | ||
|
||
#polylux-slide[ | ||
#columns( | ||
2, [ | ||
#align(center, img("gnomeKeyboardSetting.png", width: 100%, fit: "contain")) | ||
#colbreak() | ||
#align(center, img("kdeKeyboardSetting.png", width: 100%, fit: "contain")) | ||
], | ||
) | ||
] | ||
|
||
#polylux-slide[ | ||
#align(center, img("reset-keyboard.png", width: 100%, fit: "contain")) | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
#import "../utils.typ": * | ||
|
||
#subtitle_slide("Monitor Plugin") | ||
|
||
#polylux-slide[ | ||
#columns(2, [ | ||
#align(center, img("gnome-monitor.png", width: 100%, fit: "contain")) | ||
#colbreak() | ||
#align(center, img("kde-monitor.png", width: 100%, fit: "contain")) | ||
]) | ||
] | ||
|
||
#polylux-slide[ | ||
=== Issues | ||
\ | ||
#grid(columns: (2fr, 1fr), rows: auto, [ | ||
- Differing endpoints | ||
- Differing conventions | ||
- Dynamic user interface | ||
- Conversion to user-friendly information | ||
- Example: Scaling | ||
], [ | ||
#align(center, [*Scaling*]) | ||
#align(center, text(fill: maroon, size: 25pt, [ | ||
#v(10pt) | ||
$1.00 * 120 = 120$\ | ||
$120 + 6 = 126$\ | ||
$126 / 120 = 1.066666... $ | ||
#v(10pt) | ||
])) | ||
]) | ||
] | ||
|
||
#polylux-slide[ | ||
==== Overlaps | ||
#align(center, img("overlap.png", width: 100%, fit: "contain")) | ||
] | ||
|
||
#polylux-slide[ | ||
==== Overlaps | ||
#align(center, img("overlap-solved.png", width: 100%, fit: "contain")) | ||
] | ||
|
||
#polylux-slide[ | ||
==== Snapping | ||
#align(center, img("snapping.png", width: 100%, height: 90%, fit: "contain")) | ||
] | ||
|
||
#polylux-slide[ | ||
==== Mode Conversion | ||
#grid(columns: (2fr, 0.5fr, 2fr), rows: auto, [ | ||
#box(stroke: 5pt, fill: none, inset: 10pt, [ | ||
*API Endpoint* | ||
- resolution (width, height) | ||
- refreshrate | ||
- refreshrate1 | ||
- refreshrate2 | ||
- refreshrate3 | ||
- gnome: scaling | ||
- scale1 | ||
- scale2 | ||
- scale3 | ||
]); | ||
], [ | ||
#line(start: (-30pt, 45%), end: (100%, 33%), stroke: 5pt) | ||
], [ | ||
#box(stroke: 5pt, fill: none, inset: 10pt, [ | ||
*ReSet Endpoint* | ||
- resolution (width, height) | ||
- refreshrate | ||
- gnome: scaling | ||
]); | ||
]) | ||
] | ||
|
||
#polylux-slide[ | ||
#align(center, img("reset-monitor.png", width: 100%, fit: "contain")) | ||
] | ||
|
Oops, something went wrong.