11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromSourcehut {
18 rev = "v${finalAttrs.version}";
19 fetchSubmodules = true;
20 hash = "sha256-lucwn9MmyVd4pynuG/ZAXnZ384wdS0gi7JN44vNQA1I=";
32 homepage = "https://git.sr.ht/~novakane/rivercarro";
33 description = "A layout generator for river Wayland compositor, fork of rivertile";
35 A slightly modified version of rivertile layout generator for river.
37 Compared to rivertile, rivercarro adds:
38 - Monocle layout, views will takes all the usable area on the screen.
39 - Gaps instead of padding around views or layout area.
40 - Modify gaps size at runtime.
41 - Smart gaps, if there is only one view, gaps will be disable.
42 - Limit the width of the usable area of the screen.
44 changelog = "https://git.sr.ht/~novakane/rivercarro/refs/v${finalAttrs.version}";
45 license = licenses.gpl3Plus;
46 maintainers = with maintainers; [ kraem ];
47 inherit (zig_0_11.meta) platforms;
48 mainProgram = "rivercarro";