feat: disable labels

This commit is contained in:
2026-06-23 22:56:47 +02:00
parent c9526ca283
commit 381066936a
+2
View File
@@ -181,6 +181,8 @@
}; };
tray.drawer = true; tray.drawer = true;
volume.show_label = false; volume.show_label = false;
network.show_label = false;
battery.show_label = false;
workspaces.display = "none"; workspaces.display = "none";
}; };
}; };