non important commit
This commit is contained in:
parent
bcc8de0f9c
commit
f85e230b23
2 changed files with 9 additions and 9 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -389,11 +389,11 @@
|
||||||
"rust-overlay": "rust-overlay_3"
|
"rust-overlay": "rust-overlay_3"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1773784783,
|
"lastModified": 1774043181,
|
||||||
"narHash": "sha256-T3oP3c75kt0Ef+uO3D9qy85VucA4mzhuREWz3FZBTSg=",
|
"narHash": "sha256-4Y6bmxuCLPlL2ukvvsD/k0cwajSHtuVxRV/AiaChk2E=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "58166358ba26a277d59fafd852ca7b10f1dbd442",
|
"rev": "3789f5eb7ba46fd53d103b6d759dc04f55013844",
|
||||||
"revCount": 7,
|
"revCount": 11,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.stribrny.org/max_ag/wayland_panel"
|
"url": "https://git.stribrny.org/max_ag/wayland_panel"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
gaps = 8;
|
gaps = 4;
|
||||||
|
|
||||||
default-column-width = {proportion = 0.5;};
|
default-column-width = {proportion = 0.5;};
|
||||||
|
|
||||||
|
|
@ -77,10 +77,10 @@
|
||||||
window-rules = [
|
window-rules = [
|
||||||
{
|
{
|
||||||
geometry-corner-radius = {
|
geometry-corner-radius = {
|
||||||
top-left = 5.0;
|
top-left = 2.0;
|
||||||
top-right = 5.0;
|
top-right = 2.0;
|
||||||
bottom-left = 5.0;
|
bottom-left = 2.0;
|
||||||
bottom-right = 5.0;
|
bottom-right = 2.0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue