fix(bin): Fixed shebang paths

This commit is contained in:
GaspardCulis 2024-09-20 18:22:45 +02:00
parent 629dd4730c
commit 1eb99380ea
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/dash
#!/usr/bin/env dash
# Monitor duplication daemon
WIDGET_NAME=bar

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
jaajs = [
"""

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
xmodmap -e "keycode 10 = 1"
xmodmap -e "keycode 11 = 2"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
alacritty --class "uwu-uwu" -e /usr/bin/bash -c "uwu | dotacat && read" &
alacritty --class "uwu-neofetch" -e /usr/bin/bash -c "echo '' && neofetch && read" &