mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 14:59:59 -05:00
change todo icon
This commit is contained in:
@@ -193,7 +193,7 @@ export const ModuleCalendar = () => Box({
|
|||||||
className: 'sidebar-navrail spacing-v-10',
|
className: 'sidebar-navrail spacing-v-10',
|
||||||
children: [
|
children: [
|
||||||
StackButton('calendar', 'calendar_month', 'Calendar'),
|
StackButton('calendar', 'calendar_month', 'Calendar'),
|
||||||
StackButton('todo', 'lists', 'To Do'),
|
StackButton('todo', 'done_outline', 'To Do'),
|
||||||
// StackButton(box, 'stars', 'star', 'GitHub'),
|
// StackButton(box, 'stars', 'star', 'GitHub'),
|
||||||
]
|
]
|
||||||
}), false, false, 0);
|
}), false, false, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user