mirror of
https://git.gay/xqtc/nixos-config
synced 2025-07-09 11:46:36 +02:00
helix; swaystatus update
This commit is contained in:
parent
fed2a9d1b5
commit
cb62e2c493
2 changed files with 16 additions and 7 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -1033,11 +1033,11 @@
|
|||
"treefmt-nix": "treefmt-nix_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1744815606,
|
||||
"narHash": "sha256-XeiDb+0xJWFw8B1aGeIJ1YfNsfozwEg8tkkUOak6KIk=",
|
||||
"lastModified": 1748860012,
|
||||
"narHash": "sha256-bolwTPiGbFtUY1EVL+2I2bvuwh7zNAVaX2IHNV1tzA4=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "dd44f53e5630d92153f2bc7b3ec45166ea42ccad",
|
||||
"revCount": 8,
|
||||
"rev": "88b21d84f5b3e61bb95a151aa49e4b7d05b2f4ee",
|
||||
"revCount": 9,
|
||||
"type": "git",
|
||||
"url": "https://git.heroin.trade/xqtc/swaystatus"
|
||||
},
|
||||
|
|
|
@ -67,6 +67,10 @@
|
|||
theme = "ayu_evolve_transparent";
|
||||
editor = {
|
||||
rulers = [ 80 ];
|
||||
shell = [
|
||||
"nu"
|
||||
"c"
|
||||
];
|
||||
gutters = [
|
||||
"diff"
|
||||
"diagnostics"
|
||||
|
@ -77,12 +81,16 @@
|
|||
left = [
|
||||
"mode"
|
||||
"spinner"
|
||||
];
|
||||
center = [ "file-name" ];
|
||||
right = [
|
||||
"diagnostics"
|
||||
];
|
||||
center = [
|
||||
"file-name"
|
||||
"file-modification-indicator"
|
||||
];
|
||||
right = [
|
||||
"selections"
|
||||
"position"
|
||||
"position-percentage"
|
||||
"file-line-ending"
|
||||
"file-type"
|
||||
"version-control"
|
||||
|
@ -125,6 +133,7 @@
|
|||
lsp = {
|
||||
display-messages = true;
|
||||
display-inlay-hints = true;
|
||||
display-progress-messages = true;
|
||||
};
|
||||
true-color = true;
|
||||
mouse = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue