nichts/nyx/homes/notashelf/services/wayland/ags/js/utils/launcher.js

4 lines
148 B
JavaScript
Raw Normal View History

2024-04-09 23:11:33 +02:00
export const getLauncherIcon = (self, windowName, visible) => {
windowName === "launcher" && (self.child.label = visible ? "󱢡" : "󱢦");
};