feat(services): add synology drive module

This commit is contained in:
Moritz Böhme 2023-05-01 14:11:51 +02:00
parent 6fad257d5b
commit f58c8dc6f8
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 39 additions and 11 deletions

View file

@ -46,7 +46,6 @@ in
};
startupPrograms = [
"randomWallpaper"
"${pkgs.synology-drive-client}/bin/synology-drive"
];
extraConfig = builtins.readFile ./bspwmrc;
};
@ -89,7 +88,6 @@ in
feh
pamixer
playerctl
synology-drive-client
];
};
}

View file

@ -224,6 +224,5 @@ in
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
exec-once=synology-drive
exec-once=randomWallpaper
''

View file

@ -71,7 +71,6 @@ in
command = "systemctl --user restart waybar";
always = true;
}
{ command = "synology-drive"; }
{ command = "randomWallpaper"; }
];
};