remove wallpaper change notification
This commit is contained in:
parent
e47dfc6591
commit
67ea9a2623
2 changed files with 1 additions and 2 deletions
|
@ -19,4 +19,3 @@ random_paper() {
|
|||
swww query || swww init
|
||||
convert "$(random_paper)" /tmp/wallpaper.jpg && swww img --transition-step 2 --transition-type random --transition-duration 1 "/tmp/wallpaper.jpg"
|
||||
|
||||
notify-send -r 1234 -i information -t 5000 "Wallpaper" "Wallpaper changed."
|
||||
|
|
|
@ -47,7 +47,7 @@ stdenvNoCC.mkDerivation {
|
|||
postInstall = ''
|
||||
wrapProgram $out/bin/power-menu --prefix PATH : ${lib.makeBinPath [libnotify rofi-wayland hyprland]}
|
||||
wrapProgram $out/bin/tmux-sessions --prefix PATH : ${lib.makeBinPath [tmux kitty rofi-wayland]}
|
||||
wrapProgram $out/bin/chpaper --prefix PATH : ${lib.makeBinPath [imagemagick libnotify swww]}
|
||||
wrapProgram $out/bin/chpaper --prefix PATH : ${lib.makeBinPath [imagemagick swww]}
|
||||
wrapProgram $out/bin/wallhaven --prefix PATH : ${lib.makeBinPath [libnotify jq curl libsecret]}
|
||||
wrapProgram $out/bin/youtube --prefix PATH : ${lib.makeBinPath [kitty ytfzf rofi-wayland]}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue