https://github.com/gnustep/apps-topbar
A persistant bar at the top the screen.
https://github.com/gnustep/apps-topbar
Last synced: over 1 year ago
JSON representation
A persistant bar at the top the screen.
- Host: GitHub
- URL: https://github.com/gnustep/apps-topbar
- Owner: gnustep
- License: gpl-3.0
- Created: 2019-05-19T10:34:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T16:13:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T13:14:33.617Z (over 1 year ago)
- Language: Objective-C
- Size: 50.8 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TopBar
I've wrote this little tool because, even if gnustep can display a global menubar like Macosx,
all non gnustep apps are not able to do so. Each time a gnustep app loses the focus, the globalmenubar disappears if for instance a gtk app gets the focus.
Then enter TopBar, a persistant bar at the top the screen that lays down under gnustep global menubar.
This is just a little hack, but it's the best I could do by myself.
You should use a compositor like compton with it , if you want TopBar too be fully visible by transparancy under gnustep's globalmenubars.
There are limitations too : if TopBar is covered by a gnustep's menubar (but visible with compton), it's widget won't be clickable. I did'nt find a solution to this issus for now.
Bertrand Dekoninck