refactor: remove powercord

This commit is contained in:
Infinidoge 2022-10-04 15:00:21 -04:00
parent a0e12f59f6
commit e458580d1d
46 changed files with 2 additions and 6161 deletions

View file

@ -16,7 +16,7 @@ insert_final_newline = unset
trim_trailing_whitespace = unset trim_trailing_whitespace = unset
indent_size = unset indent_size = unset
[{.*,secrets,users/infinidoge/config/powercord}/**] [{.*,secrets}/**]
end_of_line = unset end_of_line = unset
insert_final_newline = unset insert_final_newline = unset
trim_trailing_whitespace = unset trim_trailing_whitespace = unset

1
.gitattributes vendored
View file

@ -1,2 +1 @@
flake.lock merge=ignore flake.lock merge=ignore
users/infinidoge/config/powercord/PinDMs.json merge=ignore

View file

@ -41,10 +41,6 @@
nixos-wsl.url = "github:nix-community/NixOS-WSL"; nixos-wsl.url = "github:nix-community/NixOS-WSL";
# --- Domain-Specific Flake Inputs # --- Domain-Specific Flake Inputs
# # --- Powercord
powercord-setup.url = "path:/etc/nixos/subflakes/powercord";
powercord-setup.inputs.nixpkgs.follows = "latest";
# # --- Minecraft # # --- Minecraft
nix-minecraft.url = "github:Infinidoge/nix-minecraft/develop"; nix-minecraft.url = "github:Infinidoge/nix-minecraft/develop";
nix-minecraft.inputs.nixpkgs.follows = "nixos"; nix-minecraft.inputs.nixpkgs.follows = "nixos";

View file

@ -2,9 +2,6 @@ channels: final: prev: {
__dontExport = true; # overrides clutter up actual creations __dontExport = true; # overrides clutter up actual creations
# Pin discord-canary version for powercord
# powercord = prev.powercord.override { inherit (channels.fork) discord-canary; };
inherit (channels.latest) inherit (channels.latest)
discord-canary discord-canary
polymc polymc

File diff suppressed because it is too large Load diff

View file

@ -1,180 +0,0 @@
{
description = "The powercord plugins, themes, and configuration that make up Infinidoge's setup";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
fup.url = "github:gytis-ivaskevicius/flake-utils-plus";
powercord = { url = "github:powercord-org/powercord"; flake = false; };
# powercord-overlay.url = "github:LavaDesu/powercord-overlay";
powercord-overlay.url = "github:Infinidoge/powercord-overlay";
powercord-overlay.inputs.nixpkgs.follows = "nixpkgs";
powercord-overlay.inputs.powercord.follows = "powercord";
# --- Plugins
discord-Custom-Volume-Range = { url = "github:PandaDriver156/Custom-Volume-Range"; flake = false; };
discord-In-app-notifs = { url = "github:BenSegal855/In-app-notifs"; flake = false; };
discord-NSFW-tags = { url = "github:E-boi/NSFW-tags"; flake = false; };
discord-PowercordTwemojiEverywhere = { url = "github:VenPlugs/PowercordTwemojiEverywhere"; flake = false; };
discord-Quick-Bot-Invite = { url = "github:A-Trash-Coder/Quick-Bot-Invite"; flake = false; };
discord-Quick-Channel-Mute = { url = "github:A-Trash-Coder/Quick-Channel-Mute"; flake = false; };
discord-SnowflakeInfo = { url = "github:NurMarvin/SnowflakeInfo"; flake = false; };
discord-Unindent = { url = "github:VenPlugs/Unindent"; flake = false; };
discord-badges-everywhere = { url = "github:powercord-community/badges-everywhere"; flake = false; };
discord-better-connections = { url = "github:AAGaming00/better-connections"; flake = false; };
discord-better-folders = { url = "github:Juby210/better-folders"; flake = false; };
discord-better-replies = { url = "github:cyyynthia/better-replies"; flake = false; };
discord-better-settings = { url = "github:mr-miner1/better-settings"; flake = false; };
discord-better-status-indicators = { url = "github:GriefMoDz/better-status-indicators"; flake = false; };
discord-better-threads = { url = "github:NurMarvin/better-threads"; flake = false; };
discord-betterinvites = { url = "github:12944qwerty/betterinvites"; flake = false; };
discord-block-messages = { url = "github:cyyynthia/block-messages"; flake = false; };
discord-channel-typing = { url = "github:powercord-community/channel-typing"; flake = false; };
discord-copy-avatar-url = { url = "github:21Joakim/copy-avatar-url"; flake = false; };
discord-copy-raw-message = { url = "github:mic0ishere/copy-raw-message"; flake = false; };
discord-copy-role-color = { url = "github:Antonio32A/copy-role-color"; flake = false; };
discord-css-toggler = { url = "github:12944qwerty/css-toggler"; flake = false; };
discord-custom-timestamps = { url = "github:TaiAurori/custom-timestamps"; flake = false; };
discord-cutecord = { url = "github:powercord-community/cutecord"; flake = false; };
discord-discord-status = { url = "github:KableKo/discord-status"; flake = false; };
discord-dm-typing-indicator = { url = "github:zt64/dm-typing-indicator"; flake = false; };
discord-guild-profile = { url = "github:NurMarvin/guild-profile"; flake = false; };
discord-kaomoji = { url = "github:davidcralph/kaomoji"; flake = false; };
discord-mention-cache-fix = { url = "github:asportnoy/mention-cache-fix"; flake = false; };
discord-message-link-embed = { url = "github:Juby210/message-link-embed"; flake = false; };
discord-online-friends-count = { url = "github:GriefMoDz/online-friends-count"; flake = false; };
discord-permission-viewer = { url = "github:powercord-community/permission-viewer"; flake = false; };
discord-powercord-LinkChannels = { url = "github:E-boi/powercord-LinkChannels"; flake = false; };
discord-powercord-message-tooltips = { url = "github:lorencerri/powercord-message-tooltips"; flake = false; };
discord-powercord-mute-folder = { url = "github:notsapinho/powercord-mute-folder"; flake = false; };
discord-powercord-ownertags = { url = "github:Puyodead1/powercord-ownertag"; flake = false; };
discord-powercord-pindms = { url = "github:Bricklou/powercord-pindms"; flake = false; };
discord-powercord-reverse-image-search = { url = "github:lorencerri/powercord-reverse-image-search"; flake = false; };
discord-powercord-tone-indicators = { url = "github:asportnoy/powercord-tone-indicators"; flake = false; };
discord-pronoundb-powercord = { url = "github:cyyynthia/pronoundb-powercord"; flake = false; };
discord-quick-delete-pc = { url = "github:the-cord-plug/quick-delete-pc"; flake = false; };
discord-reddit-parser = { url = "github:Rodentman87/reddit-parser"; flake = false; };
discord-relationship-notifier = { url = "github:discord-modifications/relationships-notifier"; flake = false; };
discord-remove-invite-from-user-context-menu = { url = "github:SebbyLaw/remove-invite-from-user-context-menu"; flake = false; };
discord-replace-timestamps-pc = { url = "github:SpoonMcForky/replace-timestamps-pc"; flake = false; };
discord-report-messages = { url = "github:12944qwerty/report-messages"; flake = false; };
discord-rolecolor-everywhere = { url = "github:powercord-community/rolecolor-everywhere"; flake = false; };
discord-scrollable-autocomplete = { url = "github:GriefMoDz/scrollable-autocomplete"; flake = false; };
discord-send-timestamps = { url = "github:12944qwerty/send-timestamps"; flake = false; };
discord-server-count = { url = "github:TheShadowGamer/Server-Count"; flake = false; };
discord-showAllMessageButtons = { url = "github:12944qwerty/showAllMessageButtons"; flake = false; };
discord-smart-typers = { url = "github:GriefMoDz/smart-typers"; flake = false; };
discord-total-members = { url = "github:cyyynthia/total-members"; flake = false; };
discord-user-birthdays = { url = "github:GriefMoDz/user-birthdays"; flake = false; };
discord-user-details = { url = "github:Juby210/user-details"; flake = false; };
discord-userid-info = { url = "github:webtax-gh/userid-info"; flake = false; };
discord-vcTimer = { url = "github:RazerMoon/vcTimer"; flake = false; };
discord-voice-chat-utilities = { url = "github:dutake/voice-chat-utilities"; flake = false; };
discord-voice-user-count = { url = "github:tuanbinhtran/voice-user-count"; flake = false; };
discord-webhook-tag = { url = "github:BenSegal855/webhook-tag"; flake = false; };
# --- Themes ---
discord-Discolored = { url = "github:NYRI4/Discolored"; flake = false; };
};
outputs = inputs@{ self, nixpkgs, fup, powercord-overlay, ... }:
let
patch = name: "${./patches}/${name}.patch";
in
fup.lib.mkFlake rec {
inherit self inputs;
channelsConfig = { allowUnfree = true; };
sharedOverlays = [ powercord-overlay.overlay ];
overlay = final: prev: { inherit (self.packages.x86_64-linux) powercord; };
outputsBuilder = channels: rec {
defaultPackage = packages.powercord;
packages = with channels.nixpkgs; {
powercord = (discord-plugged.override {
patches = (map patch [
"remove-heygirl"
"remove-lmgtfy"
"remove-mock"
"remove-spotify"
"remove-updater"
]);
plugins = with inputs; [
discord-Custom-Volume-Range
discord-In-app-notifs
discord-NSFW-tags
discord-PowercordTwemojiEverywhere
discord-Quick-Bot-Invite
discord-Quick-Channel-Mute
discord-SnowflakeInfo
discord-Unindent
discord-badges-everywhere
discord-better-connections
discord-better-folders
discord-better-replies
discord-better-settings
discord-better-status-indicators
discord-better-threads
discord-betterinvites
discord-block-messages
discord-channel-typing
discord-copy-avatar-url
discord-copy-raw-message
discord-copy-role-color
(applyPatches {
src = discord-css-toggler;
patches = [ (patch "css-toggler") ];
name = "discord-css-toggler";
})
discord-custom-timestamps
discord-cutecord
discord-discord-status
# discord-dm-typing-indicator
discord-guild-profile
discord-kaomoji
discord-mention-cache-fix
discord-message-link-embed
discord-online-friends-count
discord-permission-viewer
discord-powercord-LinkChannels
discord-powercord-message-tooltips
discord-powercord-mute-folder
discord-powercord-ownertags
# discord-powercord-pindms
discord-powercord-reverse-image-search
discord-powercord-tone-indicators
discord-pronoundb-powercord
discord-quick-delete-pc
discord-reddit-parser
discord-relationship-notifier
discord-remove-invite-from-user-context-menu
discord-replace-timestamps-pc
discord-report-messages
discord-rolecolor-everywhere
# discord-scrollable-autocomplete
# discord-send-timestamps
# discord-server-count
discord-showAllMessageButtons
discord-smart-typers
discord-total-members
discord-user-birthdays
discord-user-details
discord-userid-info
discord-vcTimer
discord-voice-chat-utilities
discord-voice-user-count
discord-webhook-tag
];
themes = with inputs; [
discord-Discolored
];
});
};
};
};
}

View file

@ -1,13 +0,0 @@
diff --git a/constants.js b/constants.js
index 6bc4317..2ae4b55 100644
--- a/constants.js
+++ b/constants.js
@@ -11,7 +11,7 @@ module.exports = Object.freeze({
ERROR: 0xED4245,
SUCCESS: 0x3BA55C
},
- CACHE_FOLDER: join(__dirname, '.cache'),
+ CACHE_FOLDER: join("/home/infinidoge/.config", "powercord", 'css-toggler-cache'),
MAX_SNIPPET_TITLE_LENGTH: 32,
MAX_SNIPPET_DESCRIPTION_LENGTH: 120,
DEFAULT_SNIPPET_TITLE: 'Untitled Snippet'

View file

@ -1,68 +0,0 @@
diff --git a/src/Powercord/plugins/pc-heygirl/index.js b/src/Powercord/plugins/pc-heygirl/index.js
deleted file mode 100644
index bd97579..0000000
--- a/src/Powercord/plugins/pc-heygirl/index.js
+++ /dev/null
@@ -1,49 +0,0 @@
-// idea based on http://heygirl.io/ (+used their images)
-
-const { Plugin } = require('powercord/entities');
-
-module.exports = class HeyGirl extends Plugin {
- constructor () {
- super();
-
- this.URLs = [].concat(
- Array(3).fill('jpg'),
- Array(2).fill('gif'),
- Array(1).fill('png'),
- Array(4).fill('gif'),
- Array(3).fill('jpg'),
- Array(1).fill('png')
- ).map((format, id) => (
- `http://heygirl.io/img/gosling-square-${id + 1}.${format}`
- ));
- }
-
- startPlugin () {
- powercord.api.commands.registerCommand({
- command: 'heygirl',
- description: 'Replaces every image with a random image of Ryan Gosling',
- usage: '{c}',
- executor: this.heygirl.bind(this)
- });
- }
-
- pluginWillUnload () {
- powercord.api.commands.unregisterCommand('heygirl');
- }
-
- getRandomURL () {
- return this.URLs[Math.floor(Math.random() * this.URLs.length)];
- }
-
- heygirl () {
- document.querySelectorAll('[style*="background-image"]')
- .forEach(({ style }) => (
- style.backgroundImage = `url("${this.getRandomURL()}")`
- ));
-
- document.querySelectorAll('img')
- .forEach(image => (
- image.src = this.getRandomURL()
- ));
- }
-};
diff --git a/src/Powercord/plugins/pc-heygirl/manifest.json b/src/Powercord/plugins/pc-heygirl/manifest.json
deleted file mode 100644
index 084c039..0000000
--- a/src/Powercord/plugins/pc-heygirl/manifest.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Heygirl",
- "version": "1.0.0",
- "description": "heygirl",
- "author": "Powercord Team",
- "license": "MIT"
-}

View file

@ -1,189 +0,0 @@
diff --git a/src/Powercord/plugins/pc-lmgtfy/Settings.jsx b/src/Powercord/plugins/pc-lmgtfy/Settings.jsx
deleted file mode 100644
index bd26ff3..0000000
--- a/src/Powercord/plugins/pc-lmgtfy/Settings.jsx
+++ /dev/null
@@ -1,21 +0,0 @@
-const { React } = require('powercord/webpack');
-const { SwitchItem } = require('powercord/components/settings');
-
-module.exports = ({ getSetting, toggleSetting }) => (
- <div>
- <SwitchItem
- note='Whether the LMGTFY command should enable "Internet Explainer" by default or not.'
- value={getSetting('iie', false)}
- onChange={() => toggleSetting('iie')}
- >
- Enable Internet Explainer
- </SwitchItem>
- <SwitchItem
- note='Whether the LMGTFY command should display autocompletes by default or not.'
- value={getSetting('autocompletes', true)}
- onChange={() => toggleSetting('autocompletes')}
- >
- Display Autocompletes
- </SwitchItem>
- </div>
-);
diff --git a/src/Powercord/plugins/pc-lmgtfy/index.js b/src/Powercord/plugins/pc-lmgtfy/index.js
deleted file mode 100644
index 1c46bfb..0000000
--- a/src/Powercord/plugins/pc-lmgtfy/index.js
+++ /dev/null
@@ -1,143 +0,0 @@
-const { Plugin } = require('powercord/entities');
-
-const Constants = Object.freeze({
- SEARCH_ENGINES: {
- google: 'g',
- lmgtfy: 'l',
- bing: 'b',
- yahoo: 'y',
- aol: 'a',
- ask: 'k',
- duckduckgo: 'd',
- snopes: 's',
- startpage: 't'
- },
- SEARCH_TYPES: {
- web: 'w',
- images: 'i',
- videos: 'v',
- news: 'n',
- shopping: 's'
- }
-});
-
-const Settings = require('./Settings');
-
-module.exports = class LMGTFY extends Plugin {
- startPlugin () {
- powercord.api.settings.registerSettings(this.entityID, {
- category: this.entityID,
- label: 'LMGTFY',
- render: Settings
- });
-
- powercord.api.commands.registerCommand({
- command: 'lmgtfy',
- description: 'Let me Google that for you...',
- usage: '{c} [--iie] [...search terms] <search engine> <search type>',
- executor: this.handleCommand.bind(this),
- autocomplete: this.handleAutocomplete.bind(this)
- });
- }
-
- pluginWillUnload () {
- powercord.api.settings.unregisterSettings(this.entityID);
- powercord.api.commands.unregisterCommand('lmgtfy');
- }
-
- handleCommand (args) {
- if (args.length < 1) {
- return;
- }
-
- const iie = args[0].includes('--iie') ? !!args.splice(args.indexOf('--iie'), 1) : this.settings.get('iie', false);
- const options = args.slice(-2).map(arg => arg.toLowerCase());
- const params = {};
- params.searchEngine = Constants.SEARCH_ENGINES.google;
-
- for (const key of Object.keys(Constants)) {
- if (key === 'SEARCH_ENGINES') {
- for (const searchEngine of Object.keys(Constants[key])) {
- for (let i = 0; i < options.length; i++) {
- const match = options[i].toLowerCase() === searchEngine;
- if (match) {
- params.searchEngine = Constants.SEARCH_ENGINES[searchEngine];
- args.splice(args.lastIndexOf(searchEngine), 1);
- options.splice(i, 1);
- break;
- }
- }
- }
- } else if (key === 'SEARCH_TYPES') {
- for (const searchType of Object.keys(Constants[key])) {
- for (let i = 0; i < options.length; i++) {
- const match = options[i].toLowerCase() === searchType;
- if (match) {
- if (params.searchEngine === 'g') {
- params.searchType = Constants.SEARCH_TYPES[searchType];
- args.splice(args.lastIndexOf(searchType), 1);
- }
- }
- }
- }
- }
- }
-
- const { searchEngine, searchType } = params;
- const queryString = new URLSearchParams();
- queryString.append('q', args.join(' '));
- if (searchType) {
- queryString.append('s', searchEngine);
- queryString.append('t', searchType);
- } else if (searchEngine !== 'g') {
- queryString.append('s', searchEngine);
- }
-
- if (iie) {
- queryString.append('iie', +iie);
- }
-
- return {
- send: true,
- result: `<https://lmgtfy.com/?${queryString}>`
- };
- }
-
- handleAutocomplete (args) {
- if (!this.settings.get('autocompletes', true) || args.length === 0) {
- return false;
- }
-
- if (args[1] === void 0) {
- return {
- commands: [ {
- command: 'Please input your search terms...',
- instruction: true
- } ]
- };
- }
-
- const lastArg = args[args.length - 1];
- const searchEngines = Object.keys(Constants.SEARCH_ENGINES);
- const searchEngine = searchEngines.find(engine => args[args.lastIndexOf(engine)] === engine);
- if (!searchEngine) {
- return {
- commands: searchEngines
- .filter(engine => engine.includes(lastArg))
- .map(engine => ({ command: engine })),
- header: 'select a search engine...'
- };
- }
-
- const searchTypes = Object.keys(Constants.SEARCH_TYPES);
- const searchType = searchTypes.find(type => args[args.indexOf(searchEngine) + 1] === type);
- if (searchEngine === 'google' && !searchType) {
- return {
- commands: searchTypes
- .filter(type => type.includes(lastArg))
- .map(type => ({ command: type })),
- header: 'select a search type...'
- };
- }
- }
-};
diff --git a/src/Powercord/plugins/pc-lmgtfy/manifest.json b/src/Powercord/plugins/pc-lmgtfy/manifest.json
deleted file mode 100644
index 08a9989..0000000
--- a/src/Powercord/plugins/pc-lmgtfy/manifest.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "LMGTFY",
- "version": "1.0.0",
- "description": "Let me Google that for you...",
- "author": "Powercord Team",
- "license": "MIT"
-}

View file

@ -1,38 +0,0 @@
diff --git a/src/Powercord/plugins/pc-mock/index.js b/src/Powercord/plugins/pc-mock/index.js
deleted file mode 100644
index e35988b..0000000
--- a/src/Powercord/plugins/pc-mock/index.js
+++ /dev/null
@@ -1,19 +0,0 @@
-const { Plugin } = require('powercord/entities');
-
-module.exports = class Mock extends Plugin {
- startPlugin () {
- powercord.api.commands.registerCommand({
- command: 'mock',
- description: 'Mock a user...',
- usage: '{c} [text to mock]',
- executor: (args) => ({
- send: true,
- result: args.join(' ').split('').map((c, i) => i % 2 ? c.toUpperCase() : c).join('')
- })
- });
- }
-
- pluginWillUnload () {
- powercord.api.commands.unregisterCommand('mock');
- }
-};
diff --git a/src/Powercord/plugins/pc-mock/manifest.json b/src/Powercord/plugins/pc-mock/manifest.json
deleted file mode 100644
index 8b0bc06..0000000
--- a/src/Powercord/plugins/pc-mock/manifest.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Mock",
- "version": "1.0.0",
- "description": "Mock people",
- "author": "Melmsie",
- "license": "MIT"
-}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -72,14 +72,4 @@ with lib;
"blugon".source = ./blugon; "blugon".source = ./blugon;
}; };
home.bindmounts."${main.dotfiles.dir}/users/infinidoge/config" = mkIf main.info.graphical {
allowOther = true;
directories = [
{
source = "powercord";
target = ".config/powercord";
}
];
};
} }

View file

@ -1,10 +0,0 @@
{
"displayHypeSquadOnline": false,
"displayHypeSquad": false,
"displayNitro": false,
"displayBoosting": false,
"displayEarly": false,
"displayHunter": false,
"messages": false,
"threads-preview": false
}

View file

@ -1,8 +0,0 @@
{
"closeAllFolders": false,
"closeOthers": true,
"forceOpen": true,
"closeAllHomeButton": false,
"folderSidebar": true,
"sidebarAnim": true
}

View file

@ -1,5 +0,0 @@
{
"--mention-cache": true,
"mention": "never",
"ping": "always"
}

View file

@ -1,314 +0,0 @@
{
"itemidlist": {
"MyAccount": [
"",
100,
"My Account"
],
"ProfileCustomization": [
"",
100,
"User Profile"
],
"PrivacynSafety": [
"",
100,
"Privacy & Safety"
],
"AuthorizedApps": [
"",
100,
"Authorized Apps"
],
"Connections": [
"",
100,
"Connections"
],
"DiscordNitro": [
"",
100,
"Discord Nitro"
],
"NitroServerBoost": [
"",
100,
"Server Boost"
],
"Subscriptions": [
"",
100,
"Subscriptions"
],
"LibraryInventory": [
"",
100,
"Gift Inventory1"
],
"Billing": [
"",
100,
"Billing"
],
"Appearance": [
"",
100,
"Appearance"
],
"Accessibility": [
"",
100,
"Accessibility"
],
"VoicenVideo": [
"",
100,
"Voice & Video"
],
"TextnImages": [
"",
100,
"Text & Images"
],
"Notifications": [
"",
100,
"Notifications"
],
"Keybinds": [
"",
100,
"Keybinds"
],
"Language": [
"",
100,
"Language"
],
"Linux": [
"",
100,
"Linux Settings"
],
"StreamerMode": [
"",
100,
"Streamer Mode"
],
"Advanced": [
"",
100,
"Advanced"
],
"GameActivity": [
"",
100,
"Activity Status"
],
"pc-general": [
"",
100,
"General Settings"
],
"pc-moduleManager-plugins": [
"",
100,
"Plugins"
],
"pc-moduleManager-themes": [
"",
100,
"Themes"
],
"morebadges": [
"",
100,
"Badges Everywhere"
],
"Better-Folders": [
"",
100,
"Better Folders"
],
"Better-Replies": [
"",
100,
"Better Replies"
],
"Better-Settings": [
"",
100,
"Better Settings"
],
"Better-Status-Indicators": [
"",
100,
"Better Status Indicators"
],
"Custom-Timestamps": [
"",
100,
"Custom Timestamps"
],
"custom-volume-range-settings": [
"",
100,
"Custom Volume Range"
],
"dm-typing-indicator": [
"",
100,
"DM Typing Indicator"
],
"ian-settings": [
"",
100,
"In App Notifications"
],
"Message-Tooltips": [
"",
100,
"Message Tooltips"
],
"PowerAliases": [
"",
100,
"PowerAliases"
],
"Powercord-Reverse-Image-Search": [
"",
100,
"Reverse Image Search"
],
"pronoundb": [
"",
100,
"PronounDB"
],
"reddit-mentions": [
"",
100,
"Reddit Mentions"
],
"relationships-notifier": [
"",
100,
"Relationships Notifier"
],
"rceverywhere": [
"",
100,
"Role Color Everywhere"
],
"Send-Timestamps": [
"",
100,
"Send Timestamps"
],
"smart-typers": [
"",
100,
"Smart Typers"
],
"Staff-Tags": [
"",
100,
"Staff Tags"
],
"Total-Members": [
"",
100,
"Total Members"
],
"User-Birthdays": [
"",
100,
"User Birthdays"
],
"User-Details": [
"",
100,
"User Details"
],
"VoiceChatUtilities": [
"",
100,
"Voicechat Utilities"
],
"pc-clickableEdits": [
"",
100,
"Clickable Edits"
],
"pc-hastebin": [
"",
100,
"Hastebin"
],
"ppl-moe": [
"",
100,
"ppl.moe"
],
"Better-Threads": [
"",
100,
"Better Threads"
],
"Report-Messages": [
"",
100,
"Report Messages"
],
"cutecord": [
"",
100,
"Cutecord"
],
"pc-emojiUtility": [
"",
100,
"Emote Utility"
],
"changelog": [
"",
100,
"Change Log"
],
"HypesquadOnline": [
"",
100,
"HypeSquad"
],
"logout": [
"",
100,
"Log Out"
],
"Experiments": [
"",
100,
"Experiments"
],
"DeveloperOptions": [
"",
100,
"Developer Options"
],
"HotspotOptions": [
"",
100,
"Hotspot Options"
],
"pc-updater": [
"",
100,
"Updater"
]
},
"changelog": true,
"pluginsCategory": true,
"contexttargetname": "Custom Timestamps",
"contexttarget": "Custom-Timestamps",
"baddies": ""
}

View file

@ -1,5 +0,0 @@
{
"timestampSchematic": "%Y-%0M-%0D %0H:%0m:%0s, %g ago",
"timestampBubbleSchematic": "%W, %N %D, %Y %H:%0m",
"enableChatTimestamp": true
}

View file

@ -1,4 +0,0 @@
{
"version": "3.4.0",
"customFocusDetection": false
}

View file

@ -1,3 +0,0 @@
{
"blockDesktop": true
}

View file

@ -1,8 +0,0 @@
{
"accounts": [
{
"name": "Infinidoge#1337",
"token": "mfa.cWI4hO2bh5t6xrBLHw88syT76kPDd-cXq57XG4nlbIDhmsXd3ue6JPi8AejmT-pO8HhnlzcaPJBnSZQTbGFN"
}
]
}

View file

@ -1,111 +0,0 @@
{
"notifsounds": {},
"friendList": {
"sortoptions": true,
"mutualguilds": true,
"showtotal": true
},
"general": {
"pinIcon": true,
"unreadAmount": true,
"channelAmount": true
},
"recentOrder": {
"channelList": false,
"guildList": false
},
"pindms": {
"dmCategories": {
"29180447426649604": {
"expanded": true,
"dms": [
"355468263217561613",
"278993346138210305",
"191369144422105089"
],
"id": 29180447426649604,
"name": "Family",
"pos": 0
},
"89099006448868140": {
"expanded": true,
"dms": [
"478663934279155714",
"348663317486632960",
"283423992856051732",
"212382908663595009",
"537011807056035840",
"337004876347473922",
"219216785252155392",
"183915359173214208",
"98221020120354816",
"372115591248740353",
"256161387766743041",
"342128724348633131",
"285509313412464642",
"111288483330478080",
"360452650426433541",
"340921293568475136",
"448976224933511178",
"538102572716654623"
],
"id": 89099006448868140,
"name": "Friends",
"pos": 1
},
"49682831504275730": {
"expanded": false,
"dms": [
"325387620266016768",
"261302296103747584",
"207919551130763264",
"235148962103951360",
"459974928293167107",
"569019503057436684",
"799944549270814731",
"204255221017214977",
"155149108183695360",
"575252669443211264",
"530082442967646230",
"473868086773153793",
"625168398967373866",
"219251784445591553",
"448284325255839744",
"409107086526644234",
"706341689345703967",
"550613223733329920",
"471705718957801483"
],
"id": 49682831504275730,
"name": "Bots",
"pos": 2
},
"79570398434530800": {
"expanded": false,
"dms": [
"875524286411079740",
"764296108855394314",
"784444467427278868"
],
"id": 79570398434530800,
"name": "Groups",
"pos": 3
},
"61742966198444390": {
"expanded": false,
"dms": [
"742172821135818842",
"815953173800943666",
"234338160203661313",
"493538118474006551",
"233702693414109208",
"523370672869605401"
],
"id": 61742966198444390,
"name": "Alts",
"pos": 4
}
},
"serverlist": []
}
}

View file

@ -1,9 +0,0 @@
{
"RIS-provider-google-images": false,
"RIS-provider-yandex": true,
"RIS-provider-tineye": false,
"RIS-provider-saucenao": true,
"RIS-provider-imgops": true,
"RIS-enlargeImages": true,
"RIS-convertPNG": true
}

View file

@ -1,11 +0,0 @@
{
"pronouns-154058479798059009": "st",
"pronouns-479702785982464001": "st",
"pronouns-274727608954912770": "hh",
"pronouns-213326169930465282": "st",
"pronouns-241344230901940234": "sh",
"pronouns-187421759484592128": "hh",
"pronouns-348663317486632960": "hh",
"pronouns-77084495118868480": "tt",
"pronouns-421783398374440961": "tt"
}

View file

@ -1,4 +0,0 @@
{
"textExpanded": true,
"buttonText": "Okay"
}

View file

@ -1,9 +0,0 @@
{
"t": true,
"char": "t",
"d": true,
"T": true,
"F": true,
"f": true,
"D": true
}

View file

@ -1,3 +0,0 @@
{
"who-safe": "friends"
}

View file

@ -1,4 +0,0 @@
{
"status": false,
"messages": false
}

View file

@ -1,3 +0,0 @@
{
"userAvatars": false
}

View file

@ -1,3 +0,0 @@
{
"lastChangeLogVersion": "1.0.14"
}

View file

@ -1,6 +0,0 @@
{
"pending": false,
"blocked": false,
"lastCounter": "GUILDS",
"preserveLastCounter": true
}

View file

@ -1,3 +0,0 @@
{
"displayMode": 0
}

View file

@ -1,3 +0,0 @@
{
"custom": false
}

View file

@ -1,3 +0,0 @@
{
"voicechatcopyids": true
}

View file

@ -1,8 +0,0 @@
{
"enabledModules": [
"status-everywhere"
],
"se-mobileStatus": "self+others",
"se-reducedStatuses": true,
"statusDisplay": "default"
}

View file

@ -1,93 +0,0 @@
[
{
"id": "865809923878682634",
"author": "717884197678874767",
"content": ".emoji.jumboable {\n width: 10rem;\n height 10rem;\n min-height: 10rem;\n}",
"timestamp": 1636734264000,
"details": {
"title": "Large Jumbo Emotes"
}
},
{
"id": "780838821662294068",
"author": "265924886461939712",
"channel": "755015869914152981",
"content": ".anchor-3Z-8Bb[href=\"https://support.discord.com\"] { display: none; }",
"timestamp": 1636867215000,
"details": {
"title": "Remove Help Button"
}
},
{
"id": "907333488779354112",
"author": "457579346282938368",
"content": ".members-2upGyL {\n height: 100%;\n}\n.toolbar-1t6TWx>.iconWrapper-2OrFZ1.selected-1GqIat:nth-of-type(4)~:last-child {\n margin-right: 56px;\n}\n.container-2PDP7D>.tabs-3L9Rgq {\n height: 0;\n padding: 0;\n border: none;\n}\n.container-2PDP7D>.tabs-3L9Rgq>.tab-XC_yrg {\n font-size: 0;\n position: absolute;\n right: 6px;\n top: -36px;\n width: 40px;\n height: 24px;\n margin: 0 8px;\n padding: 0;\n z-index: 2;\n border-radius: 12px;\n background-color: hsl(218, calc(var(--saturation-factor, 1) * 4.6%), 46.9%) !important;\n}\n.container-2PDP7D>.tabs-3L9Rgq>.tab-XC_yrg::after {\n position: absolute;\n top: 3px;\n width: 18px;\n height: 18px;\n background-color: white;\n border-radius: 50%;\n}\n.container-2PDP7D>.tabs-3L9Rgq>.tab-XC_yrg:first-of-type::after {\n content: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px' fill='rgb(114, 118, 125)'><path d='M11.8 6.6C11.8 8.154 10.54 9.4 9 9.4C7.46 9.4 6.2 8.154 6.2 6.6C6.2 5.06 7.46 3.8 9 3.8C10.54 3.8 11.8 5.06 11.8 6.6ZM3.4 14.3C3.4 11.836 5.71 10.1 9 10.1C12.304 10.1 14.6 11.836 14.6 14.3V15H3.4V14.3Z'/></svg>\");\n right: 3px; \n}\n.container-2PDP7D>.tabs-3L9Rgq>.tab-XC_yrg:last-of-type::after {\n content: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px' fill='rgb(114, 118, 125)'><path d='M9-1zm0 4.752a1.25 1.25 90 110 2.5a1.25 1.25 90 010-2.5zM12 14h-6v-2h2V9H7V7h2a1 1 90 011 1v4h2v2z'/></svg>\");\n left: 3px;\n}\n.container-2PDP7D>.tabs-3L9Rgq>.tab-XC_yrg.active-2SVYP5 {\n pointer-events: none;\n opacity: 0;\n}",
"timestamp": 1636761890000,
"details": {
"title": "Channel Banner Switch",
"description": "Replaces the channel banner tabs with a single switch"
}
},
{
"id": "949001991567343616",
"author": "250322741406859265",
"content": ".form-3gdLxP {\n padding: 0px;\n}\n\n.inner-NQg18Y {\n padding-top: 4px;\n}\n\n.channelTextArea-1VQBuV {\n margin-bottom: 0px;\n}\n\n.base-3bcbY3 {\n top: -24px;\n left: 0px;\n width: fit-content;\n padding-right: 9px;\n border-radius: 0 8px 0 0;\n background-color: var(--channeltextarea-background);\n}\n\n.scrollableContainer-15eg7h {\n border-radius: 0px;\n min-height: 53px;\n}",
"timestamp": 1646708812000,
"details": {
"title": "Expand Text Bar",
"description": "Expands the text bar to be the width of the message screen, and aligns it with the user modal."
}
},
{
"id": "885158901673230376",
"author": "169456051920437248",
"content": "/* the main bit! */\n.container-3baos1 {\n position: fixed;\n left: 4px;\n top: calc(100% - 52px);\n width: 292px;\n background-color: var(--background-tertiary);\n}\n\n/* PATCH for scrollers above the user panel to make space */\n.guilds-1SWlCJ, /* servers */\n.sidebar-2K8pFh /* channels */ {\n height: calc(100% - 52px);\n}",
"timestamp": 1636733943000,
"details": {
"title": "Extended User Panel"
}
},
{
"id": "898512654849687592",
"author": "845535118285602866",
"content": ".sidebarRegion-VFTUkN {\n flex: 0;\n}\n\n.contentColumnDefault-1VQkGM {\n margin: 0 auto;\n}",
"timestamp": 1636733790000,
"details": {
"title": "Wide Settings"
}
},
{
"id": "875021875120582676",
"author": "457579346282938368",
"content": ".guildSection-1EoFKd > .flex-1xMQg5 > svg {\n flex-shrink: 0;\n}",
"timestamp": 1636734029000,
"details": {
"title": "Stop Server Icon Shrinking"
}
},
{
"id": "865701620201685012",
"author": "158296466119458816",
"content": "[class*=\"chat-\"] > [class*=\"title-\"] > [class*=\"children-\"] > [class*=\"topic-\"] {\n white-space: normal;\n max-height: 2.4em;\n font-size: .9em;\n line-height: 1.2em;\n text-overflow: ellipsis;\n position: relative;\n}\n[class*=\"chat-\"] > [class*=\"title-\"] > [class*=\"children-\"]::after {\n content; unset;\n}\n[class*=\"chat-\"] > [class*=\"title-\"] > [class*=\"children-\"] > [class*=\"topic-\"]::after {\n content: \"\";\n position: absolute;\n bottom: 0;\n right: 0;\n height: 1em;\n background: linear-gradient(to right, transparent, var(--background-primary), var(--background-primary)) !important;\n display: flex;\n width: 130px;\n}",
"timestamp": 1636734269000,
"details": {
"title": "2-Lined Channel Topic"
}
},
{
"id": "863870341537071197",
"author": "574870314928832533",
"content": ".roleColor-rz2vM0::after {\n content: '';\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0.125;\n background: currentColor;\n}\n.member-3-YXUe .badges {\n z-index: 0;\n}\n.member-3-YXUe.selected-aXhQR6 .roleColor-rz2vM0::after {\n border-radius: 4px;\n}\n.membersGroup-v9BXpm + .member-3-YXUe {\n margin-top: 5px;\n}\n.membersGroup-v9BXpm + .member-3-YXUe .roleColor-rz2vM0::after {\n border-radius: 5px 5px 0 0;\n}",
"timestamp": 1636734299000,
"details": {
"title": "Colorful Member List",
"description": "Makes the member list more colorful by adding a semi-transparent colored rectangle around users"
}
},
{
"id": "907442893608869888",
"author": "288362986991648778",
"content": ".icon-22AiRD [d=\"M6 1C3.243 1 1 3.244 1 6c0 2.758 2.243 5 5 5s5-2.242 5-5c0-2.756-2.243-5-5-5zm0 2.376a.625.625 0 110 1.25.625.625 0 010-1.25zM7.5 8.5h-3v-1h1V6H5V5h1a.5.5 0 01.5.5v2h1v1z\"] {\n d: path(\"M 7 4.003 C 7 5.1055 6.103 6.003 5 6.003 C 3.8975 6.003 3 5.1055 3 4.003 C 3 2.9005 3.897 2.003 5 2.003 C 6.103 2.003 7 2.9005 7 4.003 Z M 1 9.503 C 1 7.7365 2.645 6.503 5 6.503 C 7.3555 6.503 9 7.7365 9 9.503 V 10.003 H 1 V 9.503 Z M 10 10.003 H 11 V 9.503 C 11 8.2217 10.1349 7.2207 8.7607 6.7676 C 9.5311 7.4563 10 8.403 10 9.503 V 10.003 Z M 7.4417 5.9539 C 8.3329 5.7522 9 4.9539 9 4 C 9 2.9846 8.2347 2.1411 7.2485 2.0183 C 7.7161 2.5476 8 3.2426 8 4 C 8 4.7244 7.7444 5.3871 7.3189 5.9051 C 7.3601 5.9209 7.4011 5.9371 7.4417 5.9539 Z\");\n}",
"timestamp": 1636761712000
}
]

View file

@ -1,93 +0,0 @@
{
"snippetDetails": {
"780838821662294068": {
"title": "Remove Help Button"
},
"907333488779354112": {
"title": "Channel Banner Switch",
"description": "Replaces the channel banner tabs with a single switch"
},
"907442893608869888": {
"title": "Revert Channel Members Icon"
},
"864076332505497641": {
"title": "Make Grey toggle switch Red"
},
"865809923878682634": {
"title": "Large Jumbo Emotes"
},
"870054555025543219": {
"title": "Resizeable Thread Sidebar"
},
"885158901673230376": {
"title": "Extended User Panel"
},
"875021875120582676": {
"title": "Stop Server Icon Shrinking"
},
"870552834410680370": {
"title": "Colorful Context Menu"
},
"863870341537071197": {
"title": "Colorful Member List",
"description": "Makes the member list more colorful by adding a semi-transparent colored rectangle around users"
},
"865701620201685012": {
"title": "2-Lined Channel Topic"
},
"898512654849687592": {
"title": "Wide Settings"
},
"921928336802971699": {
"title": "Horizontally Listed Media"
},
"929485841229815859": {
"title": "Fix Server List Lag",
"description": "Fixes the server list lagging on many Linux distros"
},
"929440925791449148": {
"title": "Jump to Message Buttons",
"description": "Replaces message links with a 'Jump to Message' button"
},
"931904851586195476": {
"title": "Make PronounDB match timestamps",
"description": "Adjusts font size and weight of PronounDB's pronouns in chat to make them identical to timestamps, and makes it so that "
},
"949006652944834560": {
"title": "Unclamp About Me Length"
},
"949001991567343616": {
"title": "Expand Text Bar",
"description": "Expands the text bar to be the width of the message screen, and aligns it with the user modal."
},
"951894639596666940": {
"title": "Readd Media Opening Animation"
},
"988930072675246080": {
"title": "About Me Pronouns"
}
},
"collapsedSnippets": [
"870552834410680370",
"870054555025543219",
"864076332505497641",
"865809923878682634",
"780838821662294068",
"907333488779354112",
"929485841229815859",
"929440925791449148",
"949001991567343616",
"931904851586195476",
"921928336802971699",
"949006652944834560",
"951894639596666940",
"885158901673230376",
"898512654849687592",
"875021875120582676",
"865701620201685012",
"863870341537071197",
"907442893608869888",
"988930072675246080"
],
"show-quick-header": false
}

View file

@ -1,43 +0,0 @@
{
"snippetDetails": {
"780838821662294068": {
"title": "Remove Help Button"
},
"907333488779354112": {
"title": "Channel Banner Switch",
"description": "Replaces the channel banner tabs with a single switch"
},
"907442893608869888": {
"title": "Revert Channel Members Icon"
},
"864076332505497641": {
"title": "Make Grey toggle switch Red"
},
"865809923878682634": {
"title": "Large Jumbo Emotes"
},
"870054555025543219": {
"title": "Resizeable Thread Sidebar"
},
"885158901673230376": {
"title": "Extended User Panel"
},
"875021875120582676": {
"title": "Stop Server Icon Shrinking"
},
"870552834410680370": {
"title": "Colorful Context Menu"
},
"863870341537071197": {
"title": "Colorful Member List",
"description": "Makes the member list more colorful by adding a semi-transparent colored rectangle around users"
},
"865701620201685012": {
"title": "2-Lined Channel Topic"
},
"898512654849687592": {
"title": "Wide Settings"
}
},
"collapsedSnippets": []
}

View file

@ -1,4 +0,0 @@
{
"indicatorStyle": "both",
"ignoreNonFriend": false
}

View file

@ -1,6 +0,0 @@
{
"useEmbeds": false,
"displayLink": true,
"includeIdForSavedEmojis": true,
"defaultCloneIdUseCurrent": false
}

View file

@ -1,10 +0,0 @@
{
"advancedSettings": false,
"experiments": true,
"disabledPlugins": [
"pc-lmgtfy",
"pc-spotify",
"pc-heygirl",
"Better-Settings"
]
}

View file

@ -1,3 +0,0 @@
{
"cm-height": 1164
}

View file

@ -1,13 +0,0 @@
{
"paused": false,
"failed": false,
"checking": false,
"updating": false,
"awaiting_reload": false,
"checking_progress": null,
"last_changelog": "updates-26-04-20",
"updates": [],
"last_check": 1636564355304,
"automatic": false,
"disabled": true
}

View file

@ -1,248 +0,0 @@
/**
* Snippet from #css-snippets applied the Nov 12, 2021 at 11:22:53 AM
* Created by mr_miner#9699 (678541597654253600)
* Snippet ID: 870552834410680370
*/
#message-actions-pin, #message-pin, #message-unpin{
color: skyblue;
}
#message-actions-pin:hover, #message-pin:hover, #message-unpin:hover {
background-color: #67a7c0;
color: #fff;
}
#message-actions-reply, #message-reply {
color: khaki;
}
#message-actions-reply:hover, #message-reply:hover {
background-color: #c5bb5d;
color: #fff;
}
#message-actions-thread, #message-thread {
color: #69c069;
}
#message-actions-thread:hover, #message-thread:hover {
background-color: #5dbd5d;
color: #fff;
}
#message-actions-mark-unread, #message-mark-unread {
color: plum;
}
#message-actions-mark-unread:hover, #message-mark-unread:hover {
background-color: #c27ec2;
color: #fff;
}
#message-actions-copy-link, #message-copy-link {
color: lightseagreen;
}
#message-actions-copy-link:hover, #message-copy-link:hover {
background-color: #199c96;
color: #fff;
}
#message-actions-tts, #message-tts{
color: var(--brand-experiment);
}
#message-actions-tts:hover, #message-tts:hover{
background-color: var(--brand-experiment);
color: #fff;
}
#message-actions-copy-id, #message-devmode-copy-id {
color: lightsalmon;
}
#message-actions-copy-id:hover #message-devmode-copy-id:hover{
background-color: lightsalmon;
color: #fff;
}
#message-edit, #message-actions-edit{
color: steelblue;
}
#message-edit:hover, #message-actions-edit:hover{
background-color: steelblue;
color: #fff;
}
#message-add-reaction{
color: goldenrod;
}
#message-add-reaction:hover{
background-color: goldenrod;
color: #fff;
}
/** 870552834410680370 */
/**
* Snippet from #css-snippets applied the Nov 12, 2021 at 11:23:11 AM
* Created by Hekky#6869 (346338830011596800)
* Snippet ID: 870054555025543219
*/
:root {
--sidebar-width: 240px; /* change if your theme resizes the sidebar */
}
.chat-3bRxxu.threadSidebarOpen-vdkwIh {
resize: horizontal;
min-width: 400px;
max-width: calc(100vw - var(--sidebar-width) - 72px - 400px);
}
.chat-3bRxxu:not(.threadSidebarOpen-vdkwIh) {
width: unset !important;
flex: 1 1 auto;
}
.threadSidebar-1o3BTy {
width: unset;
flex: 1 1 auto;
}
/** 870054555025543219 */
/**
* Snippet from #css-snippets applied the Nov 12, 2021 at 11:24:53 AM
* Created by mr_miner#9699 (678541597654253600)
* Snippet ID: 864076332505497641
*/
.container-3auIfb[style*="opacity: 1; background-color: hsl(218, calc(var(--saturation-factor, 1) * 4.6%), 46.9%);"]{
background-color: #c13a3a !important;
fill: #c13a3a !important;
}
.container-3auIfb[style*="opacity: 1; background-color: hsl(218, calc(var(--saturation-factor, 1) * 4.6%), 46.9%);"] path{
fill: #c13a3a !important;
}
/** 864076332505497641 */
/**
* Snippet from #css-snippets applied the Dec 22, 2021 at 2:53:56 PM
* Created by Freeplay#5676 (158296466119458816)
* Snippet ID: 921928336802971699
*/
/* Horizontally listed media */
[id*="message-accessories-"] {
display: flex;
flex-wrap: wrap;
}
[id*="message-accessories-"] > * {
margin-right: .4em !important;
min-height: 100% !important;
}
[id*="message-accessories-"] > div > a {
display: flex;
align-items: center;
min-height: 100%;
background-color: var(--background-secondary);
}
[id*="message-reactions"] {
width: 100%;
}
/** 921928336802971699 */
/**
* Snippet from #css-snippets applied the Jan 9, 2022 at 12:34:26 AM
* Created by ThatOtherAndrew#8134 (650459420635168769)
* Snippet ID: 929440925791449148
*/
[title^="https://discord.com/channels/"], [title^="https://ptb.discord.com/channels/"], [title^="https://canary.discord.com/channels/"] {
line-height: 0;
font-size: 0;
text-decoration-color: #fff !important;
}
[title^="https://discord.com/channels/"]::before, [title^="https://ptb.discord.com/channels/"]::before, [title^="https://canary.discord.com/channels/"]::before {
content: "✉ Jump to Message";
font-size: 16px;
user-select: text;
font-weight: 500;
transition: background-color 50ms ease-out, color 50ms ease-out;
cursor: pointer;
border-radius: 3px;
padding: 0 2px;
background: hsla(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%, 0.3);
color: hsl(236, calc(var(--saturation-factor, 1) * 83.3%), 92.9%);
}
[title^="https://discord.com/channels/"]:hover::before, [title^="https://ptb.discord.com/channels/"]:hover::before, [title^="https://canary.discord.com/channels/"]:hover::before {
background-color: hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%);
color: #fff;
}
/** 929440925791449148 */
/**
* Snippet from #css-snippets applied the Jan 9, 2022 at 12:34:48 AM
* Created by george.#0550 (590224302578860065)
* Snippet ID: 929485841229815859
*/
.wrapper-28eC3z svg {
overflow: hidden;
}
/** 929485841229815859 */
/**
* Snippet from #css-snippets applied the Jan 16, 2022 at 12:09:04 AM
* Created by 5h3i1ah#6253 (268947234861744130)
* Snippet ID: 931904851586195476
*/
.pronoundb-pronouns {
font-size: 0.75rem !important;
height: 1.25rem;
cursor: default;
font-weight: 500;
}
/** 931904851586195476 */
/**
* Snippet from #css-snippets applied the 7 Mar 2022 at 22:05:26
* Created by katlyn#9607 (250322741406859265)
* Snippet ID: 949006652944834560
*/
.clamped-2ZePhX {
-webkit-line-clamp: unset;
}
/** 949006652944834560 */
/**
* Snippet from #css-snippets applied the 11 Mar 2022 at 15:48:07
* Created by Davri#0015 (457579346282938368)
* Snippet ID: 951894639596666940
*/
.modal-3Crloo .wrapper-2bCXfR {
opacity: 0;
animation: mediapopup 190ms ease-out forwards;
animation-delay: 80ms;
}
@keyframes mediapopup {
0% {
transform: scale(0.65);
}
70% {
opacity: 1;
transform: scale(1.012);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/** 951894639596666940 */
/**
* Snippet from #css-snippets applied the 21 Jun 2022 at 18:39:11
* Created by Snare-Hawk#6331 (301082610438897664)
* Snippet ID: 988930072675246080
*/
/* adds horizontal lines to space out pronouns in about me */
.pronoundb-pronouns.aboutMeBody-1J8rhz,
.aboutMeBody-1J8rhz.markup-eYLPri.clamped-2ZePhX {
--separation: 10px 0;
--borders: 1px var(--background-modifier-accent) solid;
font-size: 14px !important;
margin: var(--separation);
padding: var(--separation);
border-top: var(--borders);
border-bottom: var(--borders);
}
.aboutMeTitle-3pjiS7 {
display: none;
}
/** 988930072675246080 */

View file

@ -1,7 +0,0 @@
{
"alertSound": "",
"alertToasts": true,
"alertDesktop": false,
"friendsToolbarIcon": true,
"toolbarIcon": true
}

View file

@ -46,7 +46,7 @@ in
# libreoffice-fresh # libreoffice-fresh
discord-canary # FIXME: powercord discord-canary
(lib.optional main.modules.hardware.form.desktop qbittorrent) (lib.optional main.modules.hardware.form.desktop qbittorrent)
]) ])