Skip to content

Commit 982c76e

Browse files
committed
bump version to 85
1 parent bc4fbce commit 982c76e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Before installing the extension, make sure you have installed `xprop`.
3333
Then install the latest version using the commands below.
3434

3535
```bash
36-
wget https://github.com/hardpixel/unite-shell/releases/download/v82/unite-v82.zip
37-
gnome-extensions install --force unite-v82.zip
36+
wget https://github.com/hardpixel/unite-shell/releases/download/v85/unite-v85.zip
37+
gnome-extensions install --force unite-v85.zip
3838
```
3939

4040
To get notifications for new [releases](https://github.com/hardpixel/unite-shell/releases) you can watch this repository.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unite",
3-
"version": "84",
3+
"version": "85",
44
"description": "Unite is an extension that makes GNOME Shell look like Ubuntu Unity Shell",
55
"repository": "https://github.com/hardpixel/unite-shell",
66
"author": "Jonian Guveli",

unite@hardpixel.eu/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/hardpixel/unite-shell",
55
"settings-schema": "org.gnome.shell.extensions.unite",
66
"gettext-domain": "unite",
7-
"version": 84,
7+
"version": 85,
88
"name": "Unite",
99
"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 the Unity Shell.\n\n- Adds window buttons to the top panel for maximized windows.\n- Shows current window title in the app menu for maximized windows.\n- Removes titlebars on maximized windows.\n- Hides window controls on maximized windows with headerbars.\n- Moves the date to the right, reduces panel spacing and removes dropdown arrows.\n- Moves legacy tray icons to the top panel.\n- Moves notifications to the right.\n- Hides workspace switcher button.\n- Adds desktop name to the top panel.\n\nThis extension depends on some Xorg utilities. To install them:\n- Debian/Ubuntu: apt install x11-utils\n- Fedora/RHEL: dnf install xprop\n- Arch and derivatives: pacman -S xorg-xprop\n\n*Settings are provided to enable/disable or customize the available tweaks.\n* Since version 2, applications on Wayland with client side decorations are supported using CSS.",
1010
"donations": {

0 commit comments

Comments
 (0)