8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
CONFIG="$HOME/.config/hypr/mako/config"
|
||
|
|
||
|
if [[ ! $(pidof mako) ]]; then
|
||
|
mako --config ${CONFIG}
|
||
|
fi
|