Have made modifications for version 1.28 as directed by rstacruz/atom-transparency
master ✗ $ grep transparent -A 2 -B 4 src/main-process/atom-window.js
const options = {
show: false,
title: getAppName(),
tabbingIdentifier: 'atom',
transparent: true,
webPreferences: {
// Prevent specs from throttling when the window is in the background:
Unfortunately, there doesn't seem to be any transparency whatsoever. Curious if there are additional modifications required beyond what was specified for 1.28 that I have not identified.
OS: Debian 11 bullseye
DE: GNOME 3.38.4
Node: v16.14.0
npm: 8.5.3

Have made modifications for version 1.28 as directed by rstacruz/atom-transparency
master ✗ $ grep transparent -A 2 -B 4 src/main-process/atom-window.js const options = { show: false, title: getAppName(), tabbingIdentifier: 'atom', transparent: true, webPreferences: { // Prevent specs from throttling when the window is in the background:Unfortunately, there doesn't seem to be any transparency whatsoever. Curious if there are additional modifications required beyond what was specified for 1.28 that I have not identified.
OS: Debian 11 bullseye
DE: GNOME 3.38.4
Node: v16.14.0
npm: 8.5.3