From a2a31bbc8470006c648ab11f6fdfb136504c94f6 Mon Sep 17 00:00:00 2001 From: midget3111 Date: Mon, 19 Oct 2020 20:07:30 +0100 Subject: [PATCH] update README.md Added gtk-layer-shell to dependencies section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 854db0c..7b8a834 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ It is advised to install python-gobject from your own package manager. #### Debian/Ubuntu -`apt install python3-gi` +`apt install python3-gi gtk-layer-shell` #### Arch -`pacman -S python-gobject` +`pacman -S python-gobject gtk-layer-shell` ## Usage