From a5d2c8d5d646673864c11f46d49412aa1c2ebae7 Mon Sep 17 00:00:00 2001 From: ericmarin Date: Wed, 29 Apr 2026 21:12:05 +0200 Subject: changed wallpapermenu script --- fish/functions/shrekfetch.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fish/functions/shrekfetch.fish') diff --git a/fish/functions/shrekfetch.fish b/fish/functions/shrekfetch.fish index e3ccc2c..191c64f 100644 --- a/fish/functions/shrekfetch.fish +++ b/fish/functions/shrekfetch.fish @@ -1,3 +1,3 @@ -function shrekfetch --wraps='fastfetch -l Pictures/shrek.jpg --logo-type sixel --logo-width 30' --description 'alias shrekfetch fastfetch -l Pictures/shrek.jpg --logo-type sixel --logo-width 30' - fastfetch -l Pictures/shrek.jpg --logo-type sixel --logo-width 30 $argv +function shrekfetch --wraps='fastfetch -l ~/Pictures/shrek.jpg --logo-type sixel --logo-width 30' --description 'alias shrekfetch fastfetch -l ~/Pictures/shrek.jpg --logo-type sixel --logo-width 30' + fastfetch -l ~/Pictures/shrek.jpg --logo-type sixel --logo-width 30 $argv end -- cgit v1.2.3