Skip to content

Commit

Permalink
Merge pull request #229 from pixel-saver/41
Browse files Browse the repository at this point in the history
41
  • Loading branch information
tallero committed Nov 13, 2021
2 parents 1d78880 + 7e83d94 commit a7adee7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,32 @@ but the application title is still displayed in the top panel to achieve a
uniform appearance.

<table>
<tr>
<td><img src="https://raw.github.com/deadalnix/pixel-saver/master/resources/title.png" /></td>
<td><img src="https://raw.github.com/deadalnix/pixel-saver/master/resources/icons.png" /></td>
</tr>
<tr>
<td colspan="2">The title bar is completely gone and integrated to the activity bar.</td>
</tr>
<tr>
<td>
<img src="https://raw.github.com/deadalnix/pixel-saver/master/resources/title.png" />
</td>
<td>
<img src="https://raw.github.com/deadalnix/pixel-saver/master/resources/icons.png" /></td>
</tr>
<tr>
<td colspan="2">The title bar is completely gone and integrated to the activity bar.</td>
</tr>
</table>

It is largely inspired by [bios and mathematicalcoffee's Window Buttons Extension](https://github.com/mathematicalcoffee/Gnome-Shell-Window-Buttons-Extension) and [mathematicalcoffee's maximus extension](https://bitbucket.org/mathematicalcoffee/maximus-gnome-shell-extension) and some code come from there. You may want to check theses out, especially if you want something more configurable.
It is largely inspired by
[bios and mathematicalcoffee's Window Buttons Extension](https://github.com/mathematicalcoffee/Gnome-Shell-Window-Buttons-Extension)
and
[mathematicalcoffee's maximus extension](https://bitbucket.org/mathematicalcoffee/maximus-gnome-shell-extension)
and some code come from there.
You may want to check theses out, especially if you want something more configurable.

Get it!
------------

| Gnome Shell version| Pixel saver version | Recommended installation method |
|-------------|----------------------------------------------------------------------|----------------------------------------------------------------------------|
| 40 | [1.24](https://github.com/deadalnix/pixel-saver/releases/tag/1.24) | Manual
| 41 | [1.26](https://github.com/deadalnix/pixel-saver/releases/tag/1.26) | Manual
| 40 | [1.24](https://github.com/deadalnix/pixel-saver/releases/tag/1.24) | [GNOME extensions](https://extensions.gnome.org/extension/723/pixel-saver/)
| 3.38 | [1.24](https://github.com/deadalnix/pixel-saver/releases/tag/1.24) | [GNOME extensions](https://extensions.gnome.org/extension/723/pixel-saver/)
| 3.36 | [1.24](https://github.com/deadalnix/pixel-saver/releases/tag/1.24) | [GNOME extensions](https://extensions.gnome.org/extension/723/pixel-saver/)
| 3.34 | [1.24](https://github.com/deadalnix/pixel-saver/releases/tag/1.24) | [GNOME extensions](https://extensions.gnome.org/extension/723/pixel-saver/)
Expand Down
2 changes: 1 addition & 1 deletion pixel-saver@deadalnix.me/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"name": "Pixel Saver",
"description": "Pixel Saver is designed to save pixel by fusing activity bar and title bar in a natural way",
"url": "https://github.com/deadalnix/pixel-saver",
"shell-version": ["3.34", "3.36", "3.38", "40.0", "40.1", "40.2", "40.3"]
"shell-version": ["3.34", "3.36", "3.38", "40.0", "40.1", "40.2", "40.3", "41.0", "41.1", "41.2", "41.3"]
}

0 comments on commit a7adee7

Please sign in to comment.