mirror of
https://github.com/arkorty/Scripts.git
synced 2026-03-18 01:07:10 +00:00
Add screen-saver
This commit is contained in:
15
screen-saver
Executable file
15
screen-saver
Executable file
@@ -0,0 +1,15 @@
|
|||||||
|
#!/usr/bin/sh
|
||||||
|
|
||||||
|
# Script: screen-saver
|
||||||
|
# License: MIT
|
||||||
|
# Author: Arkaprabha Chakraborty
|
||||||
|
# Created: 18-11-23
|
||||||
|
# Dependencies: mpv
|
||||||
|
#
|
||||||
|
# Copyright (C) 2023 Arkaprabha Chakraborty
|
||||||
|
|
||||||
|
PROG=mpv
|
||||||
|
FLAGS='--loop=inf --fullscreen'
|
||||||
|
VID=$1
|
||||||
|
|
||||||
|
$PROG $FLAGS $VID
|
||||||
Reference in New Issue
Block a user