mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Update README
- Update the bar screenshot to include some newer features. - Mention breaking changes to the css.
This commit is contained in:
parent
82fd62aa20
commit
0f943405d3
2 changed files with 4 additions and 2 deletions
|
@ -196,8 +196,10 @@ First, find where the data is located for gBar. Possible locations:
|
||||||
|
|
||||||
### The margins of the bar are inconsistent/messed up / Custom CSS broke.
|
### The margins of the bar are inconsistent/messed up / Custom CSS broke.
|
||||||
If you have a custom style.[s]css, make sure that the margins/names/... are the same as the ones found in ```style/style.[s]css```.\
|
If you have a custom style.[s]css, make sure that the margins/names/... are the same as the ones found in ```style/style.[s]css```.\
|
||||||
*As of commit f78758c margins are no longer used in the default css. If you didn't play around with margins, you can safely remove them from your css*\
|
If you've checked the css against upstream gBar and the issue persists, please [open an issue](https://github.com/scorpion-26/gBar/issues/new/choose).\
|
||||||
If you've checked the css against upstream gBar and the issue persists, please [open an issue](https://github.com/scorpion-26/gBar/issues/new/choose).
|
Major (breaking) changes to the css:
|
||||||
|
- [f78758c](https://github.com/scorpion-26/gBar/commit/f78758c4eedb022ae49fbecf2f2505f9672d0b9d): Margins are no longer used in the default css. If you didn't play around with margins, you can safely remove them from your css.\
|
||||||
|
- [56c53c4](https://github.com/scorpion-26/gBar/commit/56c53c49cdbd7fac11726a5b7ab12f1e6490a211): The lock icon now has its own selector, causing wrong styling when using an outdated css. This can be fixed by including the default ```.lock-button``` section into your css.
|
||||||
|
|
||||||
### The Audio/Bluetooth widget doesn't open
|
### The Audio/Bluetooth widget doesn't open
|
||||||
Delete ```/tmp/gBar__audio```/```/tmp/gBar__bluetooth```.
|
Delete ```/tmp/gBar__audio```/```/tmp/gBar__bluetooth```.
|
||||||
|
|
BIN
assets/bar.png
BIN
assets/bar.png
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 40 KiB |
Loading…
Reference in a new issue