diff --git a/scripts/autostart b/scripts/autostart index b0e474d..97c79c6 100755 --- a/scripts/autostart +++ b/scripts/autostart @@ -5,5 +5,5 @@ swaybg -o '*' -i "$1" -m fill & waybar & swayidle timeout 120 'swaylock -f --grace=180' \ - timeout 600 'systemctl suspend' \ - before-sleep 'swaylock -f' & + timeout 600 'systemctl suspend' \ + before-sleep 'swaylock -f' & diff --git a/scripts/exit b/scripts/exit index 74fc278..10477b9 100755 --- a/scripts/exit +++ b/scripts/exit @@ -1,4 +1,4 @@ #!/usr/bin/env bash pkill -0 swaynag || \ - swaynag -t exit -m "Do you really want to exit?" \ - -B "Reboot" "reboot" -B "Shutdown" "poweroff" -b "Exit" "hyprctl dispatch exit" + swaynag -t exit -m "Do you really want to exit?" \ + -B "Reboot" "reboot" -B "Shutdown" "poweroff" -b "Exit" "hyprctl dispatch exit" diff --git a/scripts/multimedia b/scripts/multimedia index 2efd8e9..82233b6 100755 --- a/scripts/multimedia +++ b/scripts/multimedia @@ -1,4 +1,4 @@ #!/usr/bin/env bash notify-send "$1" -c multimedia -a "$2" \ - $(makoctl list | jaq -r 'first(.data[][]|select(.category.data=="multimedia")|.id.data|["-r",.])[]') \ - -h "INT:value:$3" + $(makoctl list | jaq -r 'first(.data[][]|select(.category.data=="multimedia")|.id.data|["-r",.])[]') \ + -h "INT:value:$3"