chore: remove unused log function
This commit is contained in:
parent
44abd5c932
commit
d826cb0439
@ -5,10 +5,6 @@ set -u
|
|||||||
# internal monitor name - change if yours differs
|
# internal monitor name - change if yours differs
|
||||||
INT="eDP-1"
|
INT="eDP-1"
|
||||||
|
|
||||||
log() {
|
|
||||||
notify-send "$*"
|
|
||||||
}
|
|
||||||
|
|
||||||
output=$(hyprctl monitors 2>/dev/null) || {
|
output=$(hyprctl monitors 2>/dev/null) || {
|
||||||
echo "Error: hyprctl not found or command failed" >&2
|
echo "Error: hyprctl not found or command failed" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user