aboutsummaryrefslogtreecommitdiff
path: root/fish/functions/shrekfetch.fish
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-04-29 21:12:05 +0200
committerericmarin <maarin.eric@gmail.com>2026-07-27 15:55:03 +0200
commit5a75ed84af8e58db80f3687e8f5237dee9876485 (patch)
tree6b2fba6a3d5cb34ff647499185e12887658df24f /fish/functions/shrekfetch.fish
parent4373c2db3d54802735105bc3ca602214d94b9f16 (diff)
downloaddotfiles-5a75ed84af8e58db80f3687e8f5237dee9876485.tar.gz
dotfiles-5a75ed84af8e58db80f3687e8f5237dee9876485.zip
changed wallpapermenu scriptHEADmaster
Diffstat (limited to '')
-rw-r--r--fish/functions/shrekfetch.fish4
1 files changed, 2 insertions, 2 deletions
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