mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add swww and wallpapers
This commit is contained in:
parent
39a1d66646
commit
fcc48edd04
5 changed files with 14 additions and 0 deletions
|
|
@ -61,6 +61,11 @@
|
|||
description = "Variable Refresh Rate aka Adaptive Sync aka AMD FreeSync.\nValues are oriented towards hyprland's vrr values which are:\n0 = off, 1 = on, 2 = fullscreen only\nhttps://wiki.hyprland.org/Configuring/Variables/#misc";
|
||||
default = 0;
|
||||
};
|
||||
background = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
description = "Path to background in assets to get handled with swww";
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue