🐛 Fix shebang line on ClipManager.sh: Change from #!/bin/sh to #!/bin/bash

This commit is contained in:
Chris Benz 2023-10-23 00:04:47 -03:00
parent 7dfd138236
commit ed891b074b
No known key found for this signature in database
GPG Key ID: 77F1A350493BDA5D

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# WOFI STYLES # WOFI STYLES
CONFIG="$HOME/.config/hypr/wofi/WofiBig/config" CONFIG="$HOME/.config/hypr/wofi/WofiBig/config"