From 194c10579970595bb0dbfd963febbff4f09b2f5f Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 18 May 2025 09:26:34 -0400 Subject: [PATCH] Replace azote with waypaper --- README.org | 2 +- hyprland.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 51c2170..01e1c0a 100644 --- a/README.org +++ b/README.org @@ -152,7 +152,7 @@ exec-once = uwsm app -- wl-paste --type image --watch cliphist store & #+BEGIN_SRC conf :tangle hyprland.conf exec-once = uwsm app -- shikane & -exec-once = uwsm app -- $HOME/.azotebg-hyprland & +exec-once = uwsm app -- waypaper --random & exec-once = uwsm app -- gammastep -x & exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% & #+END_SRC diff --git a/hyprland.conf b/hyprland.conf index 11b6a00..2972c57 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -12,7 +12,7 @@ exec-once = uwsm app -- wl-paste --type text --watch cliphist store & exec-once = uwsm app -- wl-paste --type image --watch cliphist store & exec-once = uwsm app -- shikane & -exec-once = uwsm app -- $HOME/.azotebg-hyprland & +exec-once = uwsm app -- waypaper --random & exec-once = uwsm app -- gammastep -x & exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &