New backup 2024-04-15 20:15:02

This commit is contained in:
Penelope Gwen 2024-04-15 20:15:02 -06:00
parent 78c7c7c6d7
commit 00bbfb16c8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 KiB

View file

@ -23,7 +23,7 @@ wpno_last="9"
getpids
output=$(swaymsg -t get_outputs | jq -r '.[] | {name} | "\(.name)"')
output=$(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | {name} | "\(.name)"')
workspace=$(swaymsg -t get_workspaces | jq -r '.[] | select(.focused) | {name} | "\(.name)"')
getwpno "${workspace}"
setbg "${output}" "${wpno}"