nichts/nyx/homes/notashelf/services/wayland/ags/js/utils/launcher.js
2024-04-09 23:11:33 +02:00

3 lines
148 B
JavaScript

export const getLauncherIcon = (self, windowName, visible) => {
windowName === "launcher" && (self.child.label = visible ? "󱢡" : "󱢦");
};