From faa3f0041862d9768e30d7ce70f8caa01b4154f5 Mon Sep 17 00:00:00 2001 From: scorpion-26 <58082714+scorpion-26@users.noreply.github.com> Date: Thu, 4 May 2023 16:24:25 +0200 Subject: [PATCH] SNI: Update Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 47bc26c..5bee7fe 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Bar: - Disk: Free/Total - Network: Current upload and download speed - Update checking (Non-Arch systems need to be configured manually) +- Tray icons Bluetooth: - Scanning of nearby bluetooth devices @@ -162,3 +163,9 @@ See *Configuration for your system* ### The icons are not showing! Please install a Nerd Font from https://www.nerdfonts.com (I use Caskaydia Cove NF), and change style.css/style.scss accordingly (Refer to 'I want to customize the colors' for that). You _will_ a Nerd Font with version 2.3.0 or newer (For more details see [this comment](https://github.com/scorpion-26/gBar/issues/5#issuecomment-1442037005)) +### The tray doesn't show +Some apps sometimes don't actively query for tray applications. A fix for this is to start gBar before the tray app +If it still doesn't show, please open an issue with your application + +### Clicking on the tray opens a glitchy transparent menu +This is semi-intentional and a known bug (See https://github.com/scorpion-26/gBar/pull/12#issuecomment-1529143790 for an explanation). You can make it opaque by setting the background-color property of .popup in style.css/style.scss