mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
export global AppSize {
|
|
out property <length> width: 900px;
|
|
out property <length> height: 500px;
|
|
}
|
|
|
|
export global IconImages {
|
|
//out property <image> two_t: @image-url("images/parameters/2t.png");
|
|
}
|