1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

a few minor changes

This commit is contained in:
Darren Schroeder 2021-05-19 10:53:48 -05:00
parent 160fd54729
commit 1b6a2da5a1
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
# xinitrc. # xinitrc.
# #
# Dependencies; # Dependencies;
# * nu version >=0.31.1 (requires new syntax introduced in 0.31.1 and 0.32.0) # * nu version >=0.32.0 (requires new syntax introduced in 0.32.0)
# * feh # * feh
# * imagemagick # * imagemagick
@ -61,4 +61,4 @@ let res_str = (build-string 'x' $resolution_y)
convert -resize $res_str -pointsize 15 -fill "rgb(255,200,150)" -draw (draw_str $img_name) $img_name $tmp_image convert -resize $res_str -pointsize 15 -fill "rgb(255,200,150)" -draw (draw_str $img_name) $img_name $tmp_image
# Set the created image as a background # Set the created image as a background
feh --no-fehbg --bg-max $tmp_image feh --no-fehbg --bg-max $tmp_image