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";
|
||||
height = 24;
|
||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||
floating = true;
|
||||
floating = false;
|
||||
hiding = "normalpanel";
|
||||
screen = "all";
|
||||
widgets = [
|
||||
|
|
@ -191,7 +191,7 @@ in
|
|||
lengthMode = "fit";
|
||||
height = 24;
|
||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||
floating = true;
|
||||
floating = false;
|
||||
hiding = "normalpanel";
|
||||
screen = "all";
|
||||
widgets = [
|
||||
|
|
@ -204,7 +204,7 @@ in
|
|||
lengthMode = "fit";
|
||||
height = 24;
|
||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||
floating = true;
|
||||
floating = false;
|
||||
hiding = "normalpanel";
|
||||
screen = "all";
|
||||
widgets = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue