forked from Shinonome/dots-hyprland
ags: make not crash in sway
This commit is contained in:
@@ -39,7 +39,7 @@ const OptionalOverview = async () => {
|
||||
try {
|
||||
return (await import('./overview_hyprland.js')).default();
|
||||
} catch {
|
||||
return null;
|
||||
return Widget.Box({});
|
||||
// return (await import('./overview_hyprland.js')).default();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user