8 lines
190 B
TypeScript
8 lines
190 B
TypeScript
import { App, Astal, Gtk, Gdk } from "astal/gtk4";
|
|
import { Variable } from "astal";
|
|
|
|
const time = Variable("").poll(1000, "date");
|
|
|
|
export default function BarRight() {
|
|
return <></>;
|
|
}
|