https://github.com/hardpixel/dark-variant
GNOME Shell extension to apply dark window decorations.
https://github.com/hardpixel/dark-variant
gnome gnome-extension gnome-shell gnome-shell-extension
Last synced: about 1 year ago
JSON representation
GNOME Shell extension to apply dark window decorations.
- Host: GitHub
- URL: https://github.com/hardpixel/dark-variant
- Owner: hardpixel
- License: gpl-3.0
- Created: 2021-09-12T15:06:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T16:47:47.000Z (about 1 year ago)
- Last Synced: 2025-03-27T09:05:19.111Z (about 1 year ago)
- Topics: gnome, gnome-extension, gnome-shell, gnome-shell-extension
- Language: JavaScript
- Homepage:
- Size: 400 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dark Variant
Gnome Shell extension to apply dark window decorations on selected applications. This extension requires `xprop` to work and is not compatible with applications that use Client Side Decorations (CSD).

## Install
Make sure you have installed `xorg-xprop`:
* Debian/Ubuntu: `apt install x11-utils`
* Fedora/RHEL: `dnf install xorg-x11-utils`
* Arch: `pacman -S xorg-xprop`
Then, download the latest [release](https://github.com/hardpixel/dark-variant/releases) and extract `dark-variant@hardpixel.eu` into `~/.local/share/gnome-shell/extensions`.
### Gnome Shell Extensions
The easiest way to install this extension is via the official [Gnome Shell Extensions](https://extensions.gnome.org) resource page [here](https://extensions.gnome.org/extension/4488/dark-variant).
### Packages
Arch Linux: [AUR package](https://aur.archlinux.org/packages/gnome-shell-extension-dark-variant)
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/hardpixel/dark-variant.
## License
Dark Variant is available as open source under the terms of the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html)