Skip to content

Gnome 3 extension to hide the top bar except in overview mode

Notifications You must be signed in to change notification settings

pradhyu/hidetopbar

 
 

Repository files navigation

About:

Hides Gnome's topbar except in overview mode.

Maintained by Thomas Vogt. With contributions by Philip Witte and Mathieu Lutfy.

Local installation:

Compile the gsettings schema by running

make schemas

Install this in your extensions directory

~/.local/share/gnome-shell/extensions/

and restart GNOME Shell. Example:

cd ~/.local/share/gnome-shell/extensions/
git clone https://github.com/mlutfy/hidetopbar.git hidetopbar@mathieu.bidon.ca
cd hidetopbar@mathieu.bidon.ca
make schemas
cd ..
gnome-shell-extension-tool -e hidetopbar@mathieu.bidon.ca
gnome-shell --replace &

The last commandline restarts GNOME Shell.

You can also manage extensions from https://extensions.gnome.org/local/

Installing from gnome.org:

You can install the extension directly from gnome.org/.../hide-top-bar/.

If you're installing via a Chrome browser, make sure you read the GNOME Shell integration for Chrome Installation Guide.

License:

Copyright (c) 2013-2017 Thomas Vogt.

Copyright (c) 2012-2013 Mathieu Lutfy.

Copyright (c) 2012 Philip Witte.

This program is free software; you can redistribute it and/or modify it under the terms of VERSION 2 of the GNU General Public License as published by the Free Software Foundation provided that the above copyright notice is included.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Go to http://www.gnu.org/licenses/gpl-2.0.html to get a copy of the license.

About

Gnome 3 extension to hide the top bar except in overview mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Makefile 0.8%