From bf4e86bb9e5bba6667abf5463851be447959641a Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 14 Aug 2022 14:36:43 +0100 Subject: [PATCH] docs(readme): add screenshot --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ac7d9..bb99ece 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ It uses GTK3 and gtk-layer-shell. The bar can be styled to your liking using CSS and hot-loads style changes. For information and examples on styling please see the [wiki](https://github.com/JakeStanger/ironbar/wiki). +![Screenshot of fully configured bar with MPD widget open](https://user-images.githubusercontent.com/5057870/184539623-92d56a44-a659-49a9-91f9-5cdc453e5dfb.png) + + ## Installation Install with cargo: @@ -111,4 +114,4 @@ I welcome contributions of any kind with open arms. That said, please do stick t ## Acknowledgements - [Waybar](https://github.com/Alexays/Waybar) - A lot of the initial inspiration, and a pretty great bar. -- [Rustbar](https://github.com/zeroeightysix/rustbar) - Served as a good demo for writing a basic GTK bar in Rust \ No newline at end of file +- [Rustbar](https://github.com/zeroeightysix/rustbar) - Served as a good demo for writing a basic GTK bar in Rust