From fbe49a550edf7a8062024b459af91e7e9792d977 Mon Sep 17 00:00:00 2001 From: Wilbur Wetterquarz <49864414+FreaxMATE@users.noreply.github.com> Date: Mon, 3 Jan 2022 10:46:01 +0100 Subject: [PATCH] add images and installation instructions to readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6c5a89..4554a3b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # pop-metacity-theme -The metacity (marco) / window border theme for no csd-windows + +A metacity theme for the beautiful [Pop theme](https://github.com/pop-os/gtk-theme). + +![light](https://user-images.githubusercontent.com/49864414/147917073-626f181f-f0f6-401a-b6a6-a217b62b7fed.png) +![dark](https://user-images.githubusercontent.com/49864414/147917064-8cc83de6-42ce-4780-b53a-b3ace467d053.png) + + +## Installation + +```fish +git clone https://github.com/FreaxMATE/pop-metacity-theme.git +cd pop-metacity-theme +meson build +sudo meson install -C build +``` +