I am batman
This commit is contained in:
8
scripts/rofi-wallpaper-preview.sh
Normal file
8
scripts/rofi-wallpaper-preview.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Rofi preview using chafa
|
||||
# $1 is the file path of the wallpaper
|
||||
if [[ -f "$1" ]]; then
|
||||
chafa "$1" --fill=block --symbols=block --size=30x15
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user