To install, copy the content of theme.json and then click the upload icon under Settings->Appearance->Theme Overrides.
If you would like to generate the theme yourself and insert it into an existing theme override. Use my Revolt Theme Tool
| [ | |
| { | |
| "id":"8dd95206-2b2f-482e-a729-328c650f9fde", | |
| "version":"1.9.0.0", | |
| "type":"InternalApp" | |
| }, | |
| { | |
| "id": "9f729e5e-07c5-45bb-98f4-f5a0612846d3", | |
| "display_name": "Open Fortress", | |
| "type": "Kachemak", |
| ssl_certificate /etc/ssl/certs/nginx-selfsigned.crt; | |
| ssl_certificate_key /etc/ssl/private/nginx-selfsigned.key; |
| #!/usr/bin/env xdg-open | |
| [Desktop Entry] | |
| Name=Install Adastral | |
| Exec=sh -c 'curl -L -O --output-dir /tmp/ https://gk.kate.pet/adastral-install.sh 2> /dev/null && bash /tmp/adastral-install.sh' | |
| Icon=steamdeck-gaming-return | |
| Terminal=true | |
| Type=Application | |
| StartupNotify=false |
| #!/bin/bash | |
| if [[ ! -f ~/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox ]]; then | |
| printf "Installing" | |
| URL=$(curl -s 'https://data.services.jetbrains.com//products/releases?code=TBA&latest=true&type=release' | jq -r '.TBA[0].downloads.linux.link') | |
| DOWNLOAD_TEMP_DIR=$(mktemp -d) | |
| mkdir -p "${DOWNLOAD_TEMP_DIR}" |
| param( | |
| # Directory to start the scan at | |
| [string] | |
| $Directory, | |
| # When enabled, it will delete the flac file after converted to mp3 | |
| [bool] | |
| $DeleteOldFile=$False | |
| ) | |
| # Convert specified file into a mp3 (will only work for .flac files) |
| <# | |
| .Synopsis | |
| Upload individual file or an entire directory to an emoji pack on your Pleroma-based instance. | |
| .Example | |
| Upload an entire directory to an emoji pack | |
| .\PleromaBulkUpload.ps1 -Website "xenia.social" -ApiKey "xxxxx" -EmojiPackName skype -UploadDirectory $True -UploadDirectoryTarget .\skype | |
| Upload one file to an emoji pack | |
| .\PleromaBulkUpload.ps1 -Website "xenia.social" -ApiKey "xxxxx" -EmojiPackName skype -Filename apple.gif | |
| #> |
| param( | |
| [string] | |
| $Path | |
| ) | |
| #Adopted from https://gist.github.com/darkfall/1656050 | |
| $TypeDefinition = @' | |
| using System.Drawing; | |
| using System.Drawing.Imaging; | |
| using System.IO; |
To install, copy the content of theme.json and then click the upload icon under Settings->Appearance->Theme Overrides.
If you would like to generate the theme yourself and insert it into an existing theme override. Use my Revolt Theme Tool
| #!/bin/bash | |
| TIMESTAMP=$(date +"%Y%m%d_%H%M%s") | |
| FILENAME="/var/lib/postgresql/data-backup/$TIMESTAMP.bak" | |
| _ROLE="postgres" | |
| _ENCODING="UTF8" | |
| _DBNAME="mastodon" | |
| docker exec -it mastodon_db_1 \ | |
| pg_dump --username "postgres" \ | |
| --no-password \ | |
| --file "$FILENAME" \ |
| /* | |
| Requirements | |
| - node.js >16 | |
| - axios | |
| - fast-xml-parser | |
| */ | |
| // Acer Predator PH315-52 | |
| const targetProductId = '7983' |