Fix floating btop window size on kirk
This commit is contained in:
parent
8ffe055df8
commit
43f0f9b028
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ let
|
||||||
cols = "150";
|
cols = "150";
|
||||||
};
|
};
|
||||||
floating-btop = {
|
floating-btop = {
|
||||||
rows = "210";
|
rows = "60";
|
||||||
cols = "60";
|
cols = "210";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
kirk = {
|
kirk = {
|
||||||
|
@ -38,7 +38,7 @@ let
|
||||||
run-floating-btop =
|
run-floating-btop =
|
||||||
with niriVars.floating-btop;
|
with niriVars.floating-btop;
|
||||||
pkgs.writeScriptBin "run-floating-btop" ''
|
pkgs.writeScriptBin "run-floating-btop" ''
|
||||||
foot --title='bTop' -W ${rows}x${cols} btop
|
foot --title='bTop' -W ${cols}x${rows} btop
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue