build please?
This commit is contained in:
14
home/dotfiles/ags/clock.js
Executable file
14
home/dotfiles/ags/clock.js
Executable file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
const date = Variable("", {
|
||||
poll: [1000, 'date "+%H:%M %b %e."'],
|
||||
})
|
||||
|
||||
function Clock() {
|
||||
return Widget.Label({
|
||||
class_name: "clock",
|
||||
label: date.bind(),
|
||||
})
|
||||
}
|
||||
|
||||
export default Clock
|
||||
Reference in New Issue
Block a user