12 lines
166 B
TypeScript
12 lines
166 B
TypeScript
|
Utils.execAsync('hyprpaper');
|
||
|
|
||
|
import Greeter from './ts/greetd/main.ts';
|
||
|
|
||
|
App.config({
|
||
|
style: './style.css',
|
||
|
|
||
|
windows: () => [
|
||
|
Greeter(),
|
||
|
],
|
||
|
});
|