eonpatapon / gnome-shell-extension-caffeine

Disable screensaver and auto suspend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Background apps placement

rickdkk opened this issue · comments

The toggle for caffeine sometimes ends up below the background apps toggle. I personally think this is not aesthetically pleasing. In GSConnect they solved this by adding:

       // Ensure the tile(s) are above the background apps menu
        for (const item of this.quickSettingsItems) {
            QuickSettingsMenu.menu._grid.set_child_below_sibling(item,
                QuickSettingsMenu._backgroundApps.quickSettingsItems[0]);
        }

in the init of the systemindicator.

How do y'all feel about this?

Already fixed in #250, thanks for the report :)

Oops, forgot to check the closed issues. Thanks for the swift reply and the great extension!