From 8539fc5f20f3aed6952c77056bcb927b110f8287 Mon Sep 17 00:00:00 2001 From: Jonian Guveli Date: Sun, 8 Oct 2017 13:44:42 +0300 Subject: [PATCH] update readme and metadata --- README.md | 2 ++ unite@hardpixel.eu/metadata.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f250d..972662c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Unite is a GNOME Shell extension which makes a few layout tweaks to the top pane * 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. +* Moves notifications to the right. +* Hides activities button. ### Wayland Since version `2` applications on wayland with client side decorations are supported using CSS. diff --git a/unite@hardpixel.eu/metadata.json b/unite@hardpixel.eu/metadata.json index 2070209..516c906 100644 --- a/unite@hardpixel.eu/metadata.json +++ b/unite@hardpixel.eu/metadata.json @@ -4,5 +4,5 @@ "url": "https://github.com/hardpixel/unite-shell", "version": -1, "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.\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, fixes icons spacing and removes dropdown arrows.\n- Moves legacy tray icons 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 xorg-x11-utils\n- Arch: pacman -S xorg-xprop\n\n* Since version 2 applications on wayland with client side decorations are supported using CSS." + "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.\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, fixes icons spacing and removes dropdown arrows.\n- Moves legacy tray icons to the top panel.\n- Moves notifications to the right.\n- Hides activities button.\n\nThis extension depends on some Xorg utilities. To install them:\n- Debian/Ubuntu: apt install x11-utils\n- Fedora/RHEL: dnf install xorg-x11-utils\n- Arch: pacman -S xorg-xprop\n\n* Since version 2 applications on wayland with client side decorations are supported using CSS." }