ed: ritopls -> pager 'batcat' log
This commit is contained in:
parent
cd790fe4f1
commit
5f7fe619e4
4
otros.sh
4
otros.sh
@ -16,10 +16,8 @@ Neo(){
|
|||||||
Imprime_Logos(){
|
Imprime_Logos(){
|
||||||
printf "LOGOS: "
|
printf "LOGOS: "
|
||||||
awk '/ascii_distro/{flag=1;next} /ascii_bold/{flag=0} flag {print}' \
|
awk '/ascii_distro/{flag=1;next} /ascii_bold/{flag=0} flag {print}' \
|
||||||
<<< "$(neofetch --help)" |
|
<<< "$(neofetch --help)" | sed 's/^ */\t/'
|
||||||
sed 's/^ */\t/'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
"-h")
|
"-h")
|
||||||
Imprime_Logos
|
Imprime_Logos
|
||||||
|
4
ritopls
4
ritopls
@ -1,6 +1,6 @@
|
|||||||
new_tab 'Lutris LoL'
|
new_tab 'Lutris LoL'
|
||||||
title ' Lutris LoL '
|
title ' Lutris LoL '
|
||||||
launch bash -c 'bpytop && exit'
|
launch bash -c 'bpytop && exit'
|
||||||
launch bash -c 'tail -f $HOME/Biblio/LutrisLibrary/league-of-legends/drive_c/Riot\ Games/League\ of\ Legends/debug.log'
|
launch bash -c 'tail -f $HOME/Biblio/LutrisLibrary/league-of-legends/drive_c/Riot\ Games/League\ of\ Legends/debug.log | batcat --paging=never -l log'
|
||||||
launch bash -c 'lutris lutris:rungameid/2 && exit'
|
launch bash -c 'lutris lutris:rungameid/2 && exit'
|
||||||
enabled_layouts tall:bias=60;full_size=1
|
enabled_layouts tall:bias=50;full_size=1
|
||||||
|
Loading…
Reference in New Issue
Block a user