Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dz4k/gnome-static-background
A GNOME extension to keep the wallpaper in the overview, instead of the gray void
https://github.com/dz4k/gnome-static-background
Last synced: 17 days ago
JSON representation
A GNOME extension to keep the wallpaper in the overview, instead of the gray void
- Host: GitHub
- URL: https://github.com/dz4k/gnome-static-background
- Owner: dz4k
- License: gpl-3.0
- Created: 2021-12-21T18:37:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T22:05:13.000Z (8 months ago)
- Last Synced: 2024-10-12T00:50:33.437Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/4696/static-background-in-overview/
- Size: 1.31 MB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Static Wallpaper in Overview
_a GNOME shell extension_
## Seeking maintainer
I don't have the time or drive to dive deep enough into GNOME to competently
maintain this extension. Besides, I don't even use it myself anymore. If you're
interested in taking over this project, my contact info is on my website:
https://www.denizaksimsek.com/* * *
![In the overview, the wallpaper remains fullscreen and the workspaces have no individual background](screenshot.png)
The code of this extension is mostly extracted from [Vertical Overview][] by
[Rens Althuis][], retrieved 2021-12-21.While I am used to the horizontally arranged workspaces of GNOME 40+, I quite
liked the static wallpaper feature in Vertical Overview. I often use maximized
windows on every workspace, so I don't have many chances to see my wallpaper.Having been unable to find an extension that does that without touching the
rest of the overview, I extracted the parts I wanted from Vertical Overview and
touched up the animations a bit to create this extension.[Vertical Overview]: https://github.com/RensAlthuis/vertical-overview
[Rens Althuis]: https://github.com/RensAlthuis