From 694558277e0778e90a7edcd71480d7289aad88b7 Mon Sep 17 00:00:00 2001 From: Yousef Saeed Date: Sun, 27 Oct 2024 04:35:48 +0300 Subject: [PATCH] Add GNOME 47 support --- README.md | 4 ++-- metadata.json | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 961ee3b..c6bba2f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ One-click install via the official [Gnome Shell Extensions](https://extensions.g ### Manual Install -- Download the [latest release](https://github.com/yousafesaeed/window-on-top/releases). +- Download the [latest release](https://github.com/uosyph/window-on-top/releases). - Extract the downloaded file into the extensions directory `unzip window-on-top.zip -d ~/.local/share/gnome-shell/extensions/`. -- Reload the Gnome Shell by pressing `ALT+F2` and entering `r`. +- Reload the Gnome Shell by pressing `ALT+F2` and entering `r` (You have to logout and log back in, in case of using Wayland). - Activate the extension using the Extensions app or a similar extension management tool. diff --git a/metadata.json b/metadata.json index be5ef15..13a28d9 100644 --- a/metadata.json +++ b/metadata.json @@ -1,11 +1,12 @@ { "uuid": "window-on-top@yousafesaeed.github.io", "name": "Window on Top", - "description": "Simple top panel toggle for activating Always on Top for windows.", - "version": 3, + "description": "Simple top panel button for toggling Always on Top for windows.", + "version": 5, "shell-version": [ "45", - "46" + "46", + "47" ], - "url": "https://github.com/yousafesaeed/window-on-top" + "url": "https://github.com/uosyph/window-on-top" }