fix(hyprgrass): delay loading of plugin

This commit is contained in:
matt1432 2023-11-26 20:18:49 -05:00
parent 1451f0c470
commit 369fd32e54
2 changed files with 5 additions and 6 deletions
devices/wim/config/ags/js/osd

View file

@ -43,6 +43,7 @@ export default () => {
stack.resetTimer = () => {
// Each osd calls resetTimer once at startup
// FIXME: doesn't seem to work anymore, find alternative
if (setup <= stack.items.length + 1) {
++setup;