7 lines
61 B
Bash
7 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# For Hyprlock
|
||
|
|
||
|
pidof hyprlock || hyprlock -q
|
||
|
|