Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
Aylur committed Sep 7, 2024
1 parent fd95433 commit 41b059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/config/Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { App, Variable, Astal, Gtk } from "astal"

const time = Variable<string>("").poll(1000, "date")

export default function Bar(monitor: string) {
export default function Bar(monitor: number) {
return <window
className="Bar"
monitor={monitor}
Expand Down

0 comments on commit 41b059b

Please sign in to comment.