Added funkwhale ASCII icon when starting

This commit is contained in:
localhost_frssoft 2023-06-15 23:55:45 +03:00
parent 4efed21d3f
commit 24acce9523
2 changed files with 19 additions and 0 deletions

14
.icon.txt Normal file
View File

@ -0,0 +1,14 @@
.'''... ..''''.
'''''''......'''''''
''''''''''''''.
.''''.
.''.
.''.
:u, 'uu .uu. .uu. :u' .uu
.oo oo, uo;'';oo. .oo uo,
:o; uo;. .,oo ;ou
:o:. uo;'......';oo ;o:
.ou,. ,oooo; .,uo.
:o:,.. ..':ou
oou:;;;;:uoo
'uu'

View File

@ -13,10 +13,15 @@ import src.mpv_control
import json
import os
from shlex import quote
from shutil import get_terminal_size
from pyfzf.pyfzf import FzfPrompt
fzf = FzfPrompt()
os.system('clear')
if get_terminal_size().columns > 32:
print('\n\n')
os.system('cat .icon.txt')
def main():