From 535d02c63c33f9edfdba6eb1010c4a6e0194487d Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Mon, 18 Mar 2024 03:03:33 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69fa010..0730584 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ home-manager.users.user = { ``` ## Running gBar -*Open bar on monitor "DP-1" +*Open bar on monitor "DP-1"* ``` gBar bar DP-1 ``` @@ -105,6 +105,7 @@ gBar bluetooth [monitor] Bar: - Workspaces (Hyprland only. Technically works on all compositors implementing ext_workspace when ```UseHyprlandIPC``` is false, though workspace control relies on Hyprland) - Time +- Title of the focused Window - Bluetooth (BlueZ only) - Audio control - Microphone control @@ -214,4 +215,5 @@ If it still doesn't show, please open an issue with your application. The tray icons are confirmed to work with Discord, Telegram, OBS, Steam and KeePassXC ### 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 +~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~\ +As of [bc0281c](https://github.com/scorpion-26/gBar/commit/bc0281ca5321cb6e72ab6d295c790ae10d7eec7e) this is now fixed! For things to look properly you may want to update your css (Specifically the selectors ```.popup``` and ```menu```)