statusbar
Here are 238 public repositories matching this topic...
-
Updated
Nov 7, 2019 - Java
Just like icons unhide when we click on the empty part of the menu bar, it would be great if they'd hide on clicking the empty space too.
-
Updated
May 9, 2020 - Objective-C
-
Updated
Apr 24, 2018 - Shell
I want to have a sleep button
I don't want to activate it by accident
I need more space around the button
{ "type": "sleep", "width": 44, "padding": "20" },
-
Updated
Apr 25, 2018 - Java
See discussion in Alexays/Waybar#364. The existing font list in the default style and examples doesn't seem to be very useful.
I would recommend only listing a single font, if any, in the default style / examples, and add a comment to the css files that explains how to create a custom font or configure fontconfig to make icons work consistently.
-
Updated
Oct 12, 2017 - Swift
-
Updated
Dec 13, 2018 - Java
-
Updated
Dec 9, 2019 - Swift
-
Updated
Jul 12, 2019 - Kotlin
-
Updated
Jan 2, 2020 - Objective-C
I noticed the following behaviour using yabar with openbox.
If I'm on a workspace where I'm closing the last window, its name will still be displayed in yabar_title.
Even if I'm opening a new window it will still not update unless I switch workspaces or open a second window.
Three pictures to make it visual (hopefully)
 to 255 (white).
///
/// See **HSP Color Model**: http://alienryderflex.com/hsp.html
static int calcBrightness(Color color) {
var v = sqrt(pow(color.red, 2) * 0.299 + pow(color.green, 2) * 0.587 +-
Updated
Apr 8, 2019 - Swift
Improve this page
Add a description, image, and links to the statusbar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the statusbar topic, visit your repo's landing page and select "manage topics."



有虚拟键盘的,顶部图片设置不了沉浸式,看了wiki,也没有设置fitsSystemWindows相关
代码:
ImmersionBar.with(this).statusBarView(R.id.top_view)
.navigationBarColor(R.color.colorPrimary)
.fullScreen(true)
.addTag("PicAndColor")
.init();
怎么解决