make panel smaller
This commit is contained in:
parent
d15d2ab4b3
commit
694938f3a2
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ let
|
||||||
panelDefaults = {
|
panelDefaults = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
location = "top";
|
location = "top";
|
||||||
height = 28;
|
height = 24;
|
||||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||||
widgets = [
|
widgets = [
|
||||||
"org.kde.plasma.kickoff"
|
"org.kde.plasma.kickoff"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue