diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-22 15:35:33 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-22 15:35:33 +0530 |
| commit | 0adbd1f869e5208ea89c081470bb3fe855e1e798 (patch) | |
| tree | 3e258dd430de3789eb3ad0a752f28c1c381662c2 | |
| parent | 1f80ae89d060a48f9959c67840e641372a04e127 (diff) | |
switched to swww, it's just better
| -rw-r--r-- | home-manager/home.nix | 2 | ||||
| -rw-r--r-- | hypr/hyprland/exec_once.conf | 2 | ||||
| -rw-r--r-- | nixos/desktop-environment.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 539eb54..4ca6224 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -60,7 +60,7 @@ in { services.greyline = { enable = true; - backend = "hyprpaper"; + backend = "swww"; fontFamily = "JetBrains Mono Nerd Font"; settings = { theme = "dark"; diff --git a/hypr/hyprland/exec_once.conf b/hypr/hyprland/exec_once.conf index ee270c7..87c8e91 100644 --- a/hypr/hyprland/exec_once.conf +++ b/hypr/hyprland/exec_once.conf @@ -3,4 +3,4 @@ exec-once = ~/.config/hypr/greyline.sh exec-once = wl-paste --watch cliphist store exec-once = qs exec-once = hyprsunset -exec-once = hyprpaper +#exec-once = hyprpaper diff --git a/nixos/desktop-environment.nix b/nixos/desktop-environment.nix index 07ff113..d63f13e 100644 --- a/nixos/desktop-environment.nix +++ b/nixos/desktop-environment.nix @@ -20,7 +20,7 @@ qt6.qtwayland catppuccin-cursors.mochaMauve grim - hyprpaper + swww hyprcursor hyprsunset hyprpicker |
