chpaper now restarts the hyprpaper service instead of pkilling the process

This commit is contained in:
pagedmov
2024-11-06 00:59:33 -05:00
parent 0cbdbafabe
commit 0e85a705e8
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
let
scheme = "tokyo-night-dark";
wallpaper = "${self}/assets/wallpapers/nord-balloons.png";
wallpaper = "${self}/assets/wallpapers/dark-waves.jpg";
in
{
options = {
@@ -26,7 +26,7 @@ in
};
polarity = "dark";
autoEnable = true;
opacity.terminal = 0.5;
opacity.terminal = 0.50;
targets = {
console.enable = true;
feh.enable = true;