mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-28 19:47:29 -05:00
ags: sync
This commit is contained in:
@@ -92,7 +92,7 @@ const todoItems = (isDone) => Widget.Scrollable({
|
||||
vpack: 'center',
|
||||
className: 'txt',
|
||||
children: [
|
||||
MaterialIcon(`${isDone ? 'checklist' : 'check_circle'}`, 'badonkers'),
|
||||
MaterialIcon(`${isDone ? 'checklist' : 'check_circle'}`, 'gigantic'),
|
||||
Label({ label: `${isDone ? 'Finished tasks will go here' : 'Nothing here!'}` })
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user