formatting

This commit is contained in:
Rouven Seifert 2023-04-12 22:09:46 +02:00
parent d8f9425bed
commit 7d0571f4a9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
10 changed files with 39 additions and 34 deletions

View file

@ -1,5 +1,5 @@
{ config, hyprpaper, ... }:
let
let
hyprpaper-pkg = hyprpaper.packages.x86_64-linux.default;
in
{
@ -7,12 +7,12 @@ in
hyprpaper-pkg
];
xdg.configFile."hypr/hyprpaper.conf".text = ''
preload = ${../../../../images/wallpaper.png}
wallpaper =eDP-1, ${../../../../images/wallpaper.png}
wallpaper =HDMI-A-1, ${../../../../images/wallpaper.png}
preload = ${../../../../images/wallpaper.png}
wallpaper =eDP-1, ${../../../../images/wallpaper.png}
wallpaper =HDMI-A-1, ${../../../../images/wallpaper.png}
'';
systemd.user.services.hyprpaper = {
Install.WantedBy = ["graphical-session.target"];
Install.WantedBy = [ "graphical-session.target" ];
Service = {
ExecStart = "${hyprpaper-pkg}/bin/hyprpaper";
Restart = "on-failure";