switch to hyprland lua

This commit is contained in:
2026-05-17 11:29:41 +02:00
parent dc0bfb0d23
commit 75675af8d1
46 changed files with 8711 additions and 10223 deletions
@@ -3,18 +3,19 @@
* @author arg0NNY
* @authorId 633223783204782090
* @invite M8DBtcZjXD
* @version 1.2.3
* @version 1.2.4
* @description Displays an online and total member count in the guild tooltip.
* @website https://github.com/arg0NNY/DiscordPlugins/tree/master/BetterGuildTooltip
* @source https://raw.githubusercontent.com/arg0NNY/DiscordPlugins/master/BetterGuildTooltip/BetterGuildTooltip.plugin.js
* @updateUrl https://raw.githubusercontent.com/arg0NNY/DiscordPlugins/master/BetterGuildTooltip/BetterGuildTooltip.plugin.js
* @runAt idle
*/
/* ### CONFIG START ### */
const config = {
info: {
name: 'BetterGuildTooltip',
version: '1.2.3',
version: '1.2.4',
description: 'Displays an online and total member count in the guild tooltip.'
},
changelog: [
@@ -60,7 +61,7 @@ const Selectors = {
const GuildStore = Webpack.getStore('GuildStore')
const GuildActions = Webpack.getByKeys('preload', 'closePrivateChannel')
const GuildTooltip = [...Webpack.getWithKey(Filters.byStrings('position'), { target: Webpack.getBySource('GuildTooltip') })]
const GuildTooltip = [...Webpack.getWithKey(Filters.byStrings('guild', '__unsupportedReactNodeAsText'), { target: Webpack.getBySource('GuildTooltip', { raw: true })?.declarations })]
const memberCounts = new Map()
const onlineMemberCounts = new Map()