Use potentially much faster system shell instead of slower interactive user shell

throwaway1037 2021-02-23 14:33:15 +00:00
parent 7374062b3d
commit 4bbdc2a06c

@ -30,7 +30,7 @@ Type=Application
StartupNotify=true StartupNotify=true
``` ```
Put the command above in `~/.local/bin/html-color-picker-for-sway` and add a shebang line as the first line: `#!/usr/bin/env bash` Put the command above in `~/.local/bin/html-color-picker-for-sway` and add a shebang line as the first line: `#!/bin/sh`