ags improvements

This commit is contained in:
2023-10-29 22:07:25 +01:00
parent 31cea6cbe2
commit fdc60edf74
18 changed files with 261 additions and 238 deletions

View File

@@ -36,10 +36,12 @@ export default {
},
windows: [
Bar(),
CornerTopleft(),
CornerTopright(),
CornerBottomleft(),
CornerBottomright(),
...Array.from({length: 3}, (_, i) => [
CornerTopleft(i),
CornerTopright(i),
CornerBottomleft(i),
CornerBottomright(i),
]),
Overview(),
Indicator(),
Cheatsheet(),