5 lines
76 B
Bash
5 lines
76 B
Bash
|
#!/bin/bash
|
||
|
if [ -f ~/.hyprland.sh ]; then
|
||
|
sleep 1
|
||
|
~/.hyprland.sh
|
||
|
fi
|