mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 13:50:34 +00:00
added new scripts
This commit is contained in:
10
script/.config/script/animemode.sh
Executable file
10
script/.config/script/animemode.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#chack to see if trackma is running
|
||||
if pgrep -x "trackma" > /dev/null
|
||||
then
|
||||
alacritty -e "$HOME"/Documents/Rust/kami/target/release/kami -a
|
||||
else
|
||||
trackma
|
||||
alacritty -e "$HOME"/Documents/Rust/kami/target/release/kami -a
|
||||
fi
|
||||
3
script/.config/script/kitty-imag.sh
Executable file
3
script/.config/script/kitty-imag.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
fzf --cycle --preview="kitty +kitten icat --clear --transfer-mode file; kitty +kitten icat --place "190x12@10x10" --scale-up --transfer-mode file {}"
|
||||
Reference in New Issue
Block a user