BSPWM configuration for Thor

This commit is contained in:
Filippo Berto 2022-05-09 01:46:24 +02:00
parent 0cbcfa9fa0
commit f37f46c65a
9 changed files with 114 additions and 113 deletions

View file

@ -3,6 +3,8 @@ let
update_time = "10m";
in
{
home.packages = [ pkgs.update-background ];
systemd.user.services."update-background" = {
Unit = {
Description = "Set random desktop background using feh";
@ -16,7 +18,7 @@ in
Service = {
Type = "oneshot";
IOSchedulingClass = "idle";
ExecStart = "${pkgs.update-background}";
ExecStart = "${pkgs.update-background}/bin/update-background";
};
};