Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asportnoy/compact-discord
Collapse the member and channel lists on small screens to save space.
https://github.com/asportnoy/compact-discord
replugged replugged-theme
Last synced: about 1 month ago
JSON representation
Collapse the member and channel lists on small screens to save space.
- Host: GitHub
- URL: https://github.com/asportnoy/compact-discord
- Owner: asportnoy
- License: mit
- Created: 2023-05-13T18:12:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T23:05:06.000Z (6 months ago)
- Last Synced: 2024-06-23T04:09:56.338Z (6 months ago)
- Topics: replugged, replugged-theme
- Language: SCSS
- Homepage: https://replugged.dev/store/dev.albertp.CompactDiscord
- Size: 21.8 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compact Discord
Collapse the member and channel lists on small screens to save space.
Member list collapses at 1024px, Channel list collapses at 768px.
[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=dev.albertp.CompactDiscord)
![Demo](demo.gif)
## TIP: allow Discord to be resized to any size
1. Open the Discord settings.json file
- Windows: `%APPDATA%/discord/settings.json`
- MacOS: `~/Library/Application Support/discord/settings.json`
- Linux: `~/.config/discord/settings.json` (may vary depending on Discord location)For other platforms (besides stable) you will need to replace `discord` with the appropriate
folder name. It could by hyphenated (like `discord-canary`) or not (like `discordcanary`).2. Set the properties `MIN_WIDTH` and `MIN_HEIGHT` to `0`. The file should look like this:
```json
{
"IS_MINIMIZED": false,
"MIN_WIDTH": 0,
"MIN_HEIGHT": 0,
"WINDOW_BOUNDS": {
"x": 500,
"y": 25,
"width": 940,
"height": 875
},
"BACKGROUND_COLOR": "#202225"
}
```3. Fully quit and restart Discord