Fix margin between menu cards and added directory menu in dashboard.

This commit is contained in:
Jas Singh
2024-07-11 00:08:40 -07:00
parent cd149636bc
commit b974c1e755
13 changed files with 285 additions and 9 deletions

View File

@@ -214,7 +214,7 @@ export default () => {
Widget.Label({
vpack: "center",
class_name: "placeholder-label dim bell",
label: "󰂚",
label: notifs.bind("dnd").as(dnd => dnd ? "󰂛" : "󰂚"),
}),
Widget.Label({
vpack: "start",