fix colorpicker in wp generator

master
Daniel Napora 2023-01-13 14:35:02 +01:00
parent 33f3c92113
commit d2c03b5388
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ name="mb-canvas_$(date +%Y-%m-%d_%I-%M-%S).png"
#SETTER="feh --bg-scale";
SETTER="nitrogen --set-scaled --save"
#picker_app="gpick -s -o --no-newline"
picker_app="xcolor"
#picker_app="xcolor"
picker_app="gpick -pso 2>/dev/null"
if [[ ! -d "$DIR" ]]; then
mkdir -p "$DIR"