Delete old scripts
This commit is contained in:
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
metaflac --import-picture-from front.jpg *.flac
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
for file in *.m4a ; do
|
|
||||||
ffmpeg -i "$file" -f flac "$( basename "$file" .m4a ).flac"
|
|
||||||
done
|
|
@ -1,6 +0,0 @@
|
|||||||
if pgrep -x "picom" > /dev/null
|
|
||||||
then
|
|
||||||
pkill picom
|
|
||||||
else
|
|
||||||
picom -b
|
|
||||||
fi
|
|
3
rofi.sh
3
rofi.sh
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
rofi -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/material/scripts/rofi/launcher.rasi
|
|
Reference in New Issue
Block a user