forked from Shinonome/dots-hyprland
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