nie wiem co zmieniałem, a dużo tego było

This commit is contained in:
2022-01-08 14:53:36 +01:00
parent 7f01e3c578
commit 8c1b3b2423
385 changed files with 24002 additions and 180 deletions

View File

@ -2,7 +2,7 @@
## Shows a dropdown menu to start, stop or view the status of screensharing
case "$(echo -e " Start\n Stop\n Status" | bemenu-run.sh -l 4 -p "Screensharing:")" in
case "$(echo -e " Start\n Stop\n Status" | rofi --show window -p "Screensharing:")" in
" Start") screenshare.sh ;;
" Stop") screenshare.sh stop ;;
" Status") screenshare.sh is-recording ;;