mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
SNI: Update Readme
This commit is contained in:
parent
e9c9d3abb1
commit
faa3f00418
1 changed files with 7 additions and 0 deletions
|
@ -88,6 +88,7 @@ Bar:
|
||||||
- Disk: Free/Total
|
- Disk: Free/Total
|
||||||
- Network: Current upload and download speed
|
- Network: Current upload and download speed
|
||||||
- Update checking (Non-Arch systems need to be configured manually)
|
- Update checking (Non-Arch systems need to be configured manually)
|
||||||
|
- Tray icons
|
||||||
|
|
||||||
Bluetooth:
|
Bluetooth:
|
||||||
- Scanning of nearby bluetooth devices
|
- Scanning of nearby bluetooth devices
|
||||||
|
@ -162,3 +163,9 @@ See *Configuration for your system*
|
||||||
### The icons are not showing!
|
### 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))
|
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
|
||||||
|
|
Loading…
Reference in a new issue