make top bar not floating in de plasma
This commit is contained in:
parent
1a1b2aa291
commit
9d0648f53c
1 changed files with 3 additions and 3 deletions
|
|
@ -166,7 +166,7 @@ in
|
||||||
lengthMode = "fit";
|
lengthMode = "fit";
|
||||||
height = 24;
|
height = 24;
|
||||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||||
floating = true;
|
floating = false;
|
||||||
hiding = "normalpanel";
|
hiding = "normalpanel";
|
||||||
screen = "all";
|
screen = "all";
|
||||||
widgets = [
|
widgets = [
|
||||||
|
|
@ -191,7 +191,7 @@ in
|
||||||
lengthMode = "fit";
|
lengthMode = "fit";
|
||||||
height = 24;
|
height = 24;
|
||||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||||
floating = true;
|
floating = false;
|
||||||
hiding = "normalpanel";
|
hiding = "normalpanel";
|
||||||
screen = "all";
|
screen = "all";
|
||||||
widgets = [
|
widgets = [
|
||||||
|
|
@ -204,7 +204,7 @@ in
|
||||||
lengthMode = "fit";
|
lengthMode = "fit";
|
||||||
height = 24;
|
height = 24;
|
||||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||||
floating = true;
|
floating = false;
|
||||||
hiding = "normalpanel";
|
hiding = "normalpanel";
|
||||||
screen = "all";
|
screen = "all";
|
||||||
widgets = [
|
widgets = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue