-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,20 @@ | |
Unite makes GNOME Shell look like Ubuntu Unity Shell. | ||
|
||
![Screenshot](https://raw.githubusercontent.com/hardpixel/unite-shell/master/screenshot.png) | ||
![Screenshot Headerbars](https://raw.githubusercontent.com/hardpixel/unite-shell/master/screenshot-headerbars.png) | ||
|
||
## About | ||
Unite is a GNOME Shell extension which makes a few layout tweaks to the top panel and removes window decorations to make it look like Ubuntu Unity Shell. | ||
|
||
* Adds window buttons to the top panel for maximized windows. | ||
* Shows current window title in the app menu for maximized windows. | ||
* Removes titlebars on maximized windows. | ||
* Hides window controls on maximized windows with headerbars. | ||
* Moves the date to the right, fixes icons spacing and removes dropdown arrows. | ||
* Moves legacy tray icons to the top panel. | ||
|
||
### Wayland | ||
On Wayland removing window decorations for windows with CSD is not working. | ||
Since version `0.3.0` applications on wayland with client side decorations are supported using CSS. | ||
|
||
## Install | ||
Make sure you have installed `xorg-xprop` and copy folder `[email protected]` into `~/.local/share/gnome-shell/extensions`. To get the complete Ubuntu Unity layout you can combine it with [Dash to Dock](https://github.com/micheleg/dash-to-dock) extension. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"shell-version": ["3.18", "3.20", "3.22", "3.24"], | ||
"uuid": "[email protected]", | ||
"url": "https://github.com/hardpixel/unite-shell", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"name": "Unite", | ||
"description": "Unite is a GNOME Shell extension which makes a few layout tweaks to the top panel and removes window decorations to make it look like Ubuntu Unity Shell." | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"shell-version": ["3.18", "3.20", "3.22", "3.24"], | ||
"uuid": "[email protected]", | ||
"url": "https://github.com/hardpixel/unite-shell", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"name": "Unite", | ||
"description": "Unite is a GNOME Shell extension which makes a few layout tweaks to the top panel and removes window decorations to make it look like Ubuntu Unity Shell." | ||
} |