Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions waldl
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ sorting=relevance
quality=large
# atleast : least res
atleast=1920x1080
# the menu command used when no query is provided
menu_command="rofi -dmenu -l 0 -p 'search wallpapers'"

# allow the user to customize the defaults
[ -e "$HOME/.config/waldlrc" ] && . "$HOME/.config/waldlrc"

# the menu command used when no query is provided
sh_menu () {
: | dmenu -p "search wallhaven:"
# ROFI: comment the previous line and uncomment the next line for rofi
# rofi -dmenu -l 0 -p "search wallpapers"
eval "$menu_command"
}

##########################
Expand Down