diff --git a/.config/hypr/scripts/focused_monitor b/.config/hypr/scripts/focused_monitor index fddd8c1c..e3adb2fa 100755 --- a/.config/hypr/scripts/focused_monitor +++ b/.config/hypr/scripts/focused_monitor @@ -5,7 +5,6 @@ readarray -t LINES <<<"$MONITOR_DATA" CURRENT_MONITOR="" -# Recorrer las lĂ­neas y buscar el nombre y el estado enfocado for LINE in "${LINES[@]}"; do if [[ $LINE == *"Monitor"* ]]; then CURRENT_MONITOR=$(echo $LINE | awk '{print $2}') diff --git a/.config/hypr/scripts/rofi/recording b/.config/hypr/scripts/rofi/recording index c33b2aca..12d43e3c 100755 --- a/.config/hypr/scripts/rofi/recording +++ b/.config/hypr/scripts/rofi/recording @@ -3,8 +3,8 @@ wf-recorder_check() { if pgrep -x "wf-recorder" >/dev/null; then pkill -INT -x wf-recorder - notify-send "Saved recording at " "$(cat /tmp/recording.txt)" pkill -RTMIN+8 waybar + notify-send "Saved recording at " "$(cat /tmp/recording.txt)" wl-copy <"$(cat /tmp/recording.txt)" exit 0 fi