All Projects → AryToNeX → Glasscord

AryToNeX / Glasscord

Licence: apache-2.0
[BUGFIXES ONLY, SUPPORT WILL DROP MAR 1, 2021] Injecting composition effects into Electron applications!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Glasscord

Disgord
Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
Stars: ✭ 277 (-62.42%)
Mutual labels:  api, discord
Vscode Theme Generator
Easily generate themes for VS Code with only a few colors
Stars: ✭ 393 (-46.68%)
Mutual labels:  vscode, themes
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+358.21%)
Mutual labels:  api, vscode
RainbowTaskbar
Customizable Windows taskbar effects.
Stars: ✭ 39 (-94.71%)
Mutual labels:  effects, blur
Betterdiscordaddons
A series of plugins and themes for BetterDiscord.
Stars: ✭ 728 (-1.22%)
Mutual labels:  discord, themes
ECardFlow
🍭A custom ViewPager for multiple card flow system. && A layout which provide beautiful background effects for ViewPager.
Stars: ✭ 47 (-93.62%)
Mutual labels:  effects, blur
Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (-50.07%)
Mutual labels:  api, discord
Mellow
Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.
Stars: ✭ 193 (-73.81%)
Mutual labels:  api, discord
Bow
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Stars: ✭ 538 (-27%)
Mutual labels:  composition, effects
Yeetgif
gif effects CLI. single binary, no dependencies. linux, osx, windows. #1 workplace productivity booster. #yeetgif #eggplant #golang
Stars: ✭ 467 (-36.64%)
Mutual labels:  discord, effects
Widget-Blur
This script for the Scriptable app creates widget backgrounds that appear to be transparent. You can also optionally emulate the light or dark blur effect used in the Batteries widget from Apple.
Stars: ✭ 113 (-84.67%)
Mutual labels:  blur, transparency
Discord Vscode
🖋️ Update your discord status with a rich presence
Stars: ✭ 587 (-20.35%)
Mutual labels:  vscode, discord
Glasstron
The go-to solution to Electron composition effects, such as blurry windows.
Stars: ✭ 243 (-67.03%)
Mutual labels:  composition, blur
Discordeno
Discord API library for Deno
Stars: ✭ 254 (-65.54%)
Mutual labels:  api, discord
Aegis.cpp
Discord C++ library for interfacing with the API. Join our server:
Stars: ✭ 198 (-73.13%)
Mutual labels:  api, discord
Betterdiscordaddons
A series of plugins and themes for BetterDiscord.
Stars: ✭ 310 (-57.94%)
Mutual labels:  discord, themes
Sharex Upload Server
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
Stars: ✭ 180 (-75.58%)
Mutual labels:  api, discord
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+215.2%)
Mutual labels:  api, discord
Alass
"Automatic Language-Agnostic Subtitle Synchronization"
Stars: ✭ 421 (-42.88%)
Mutual labels:  api, tool
Super Blur
Screen and UI gaussian blur for Unity
Stars: ✭ 543 (-26.32%)
Mutual labels:  effects, blur

Glasscord is not actively developed anymore.

Support for it will cease to exist on March 1, 2021. It's been fun but it's about time I move on. Forks and pull requests are totally welcome in the future though!

Check out this wiki page if you're willing to fork or make derived projects.

Glasscord

Providing composition effects to Electron applications.

downloads indev version ko-fi patreon paypal discord

Glasscord + Discord Glasscord + VSCode

What is it?

Glasscord is a really simple tool based on Glasstron that enables window composition effects (transparency and frosted glass effects) on Electron apps, such as Discord and Visual Studio Code; however it can work with almost any Electron app.

It is compatible with Windows, Linux and macOS.

More functionalities are achievable by extending Glasscord with modules. You can find more on the Glasscord-Modules repo.

So, is it a theme?

Glasscord is NOT a theme. It's a tool that enables themes to request composition effects.

To put it in other, more simple words, you will need a theme that uses Glasscord's "CSS API" to be able to see it in action.

But why?

I was bored and I made an early proof of concept to post on r/unixporn. It seemed that a few people liked the idea, so I made that into an actual tool for themers.

TL;DR: Help me I have no purpose in this life anymore

Is it secure to use it?

It is not. If you want your app to be 100% safe, you should not modify it in the first place. That said, this modification disables some of Electron's security restrictions to be able to work as intended.

I am fully committed in reducing the amount of stuff Glasscord disables or "hacks around" to work properly, but it's a considerable effort to do so, and in some way it's not really possible to do it 100% of the times.

Legally speaking, modifying apps which work mostly offline (like Visual Studio Code) should be safe; however, modifying apps tied with online services (like Discord) might go against their Terms of Service.

Neither I nor my contributors assume any kind of responsibility if your online accounts get shut down because you used this modification. You are and will always be on your own if you inject stuff on applications!

How do I install it?

Well, glad you asked! You can find a tutorial here!

How do I USE it?

Assuming you already installed everything correctly, you will need to load a custom CSS theme which supports Glasscord.

If you're using a third-party CSS loader, please refer to your CSS loader documentation to know how to load CSS stylesheets.

If you're using Glasscord's own CSS loader, you can configure it easily by editing the configuration files in:

  • Windows: %appdata%/glasscord;
  • Linux: ~/.config/glasscord; this may vary if you installed Glasscord on a Snap/Flatpak package.
  • macOS: ~/Library/Application Support/glasscord.

Is it compatible with [name of random Electron app here]?

Try it for yourself and let us know!

Hey buddy, I am a theme creator; how should I support Glasscord in my own themes?

Glasscord will look for some CSS properties defined in the :root CSS selector. Please take a look at the discord_example.theme.css file to better understand how they are used.

Want to take a look at all the currently supported CSS properties? You can do so here.

I want to contribute to this madness!

Did you find a bug? File it in the issues section! Do you know how to fix stuff? Make a pull request! Or perhaps you want to send me a hug and a coffee? You can do so here!

License

Glasscord is licensed under the Apache 2.0 License

Copyright 2020 AryToNeX

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

	http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].