• 24 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle












  • The colors for fzf and terminal are defined within the script:

    B="\x1b[38;5;60m" #Grid Color
    Y="\033[1;33m"    #Yellow
    G="\033[1;32m"    #Green
    I="\e[7m" #Invert
    R="\033[1;31m"    #Red
    M="\033[1;35m"    #Magenta
    C="\033[1;36m"    #Cyan
    

    You can find the rofi theme here

    dmenu colors are included and can be customized in radion.conf:

    dmenu_format dmenu -fn 13 -nb "#2E3546" -sb "#434C5E" -l 24sc -i -p
    

    Terminal background color and theming is in your control.




  • Wow, first of all let me thank you for the kind words and your feedback , I am glad that you love the script (to be honest I kinda like it myself, I use it every day!). If I understand well your remark, I should explain specifically that the first string (the url) should be a link to a radio stream, correct? Or elaborate more on the procedure to add a line in station.txt, in order to avoid the mess you mentioned?

    Would it help in your opinion if I added an extra screenshot to he README, pinpointing what exactly should the user as the first string of the stations.txt file? Something like this?

    The truth is that this project is far from being mature, I was just thinking of writing something 10 days ago.

    Let me know if this is what you were talking about (explaining further and with little more detail **what ** goes as the first string of a stations.txt line). If not, I would appreciate if you explained a bit more, if it is not too much too ask, of course.

    Again, thanks fo the good words!














  • A couple of interesting features:

    • The selection of letters is random, so, the number of words - solutions is also random. However the user can configure the range of the number of words - solutions, editing the ~/.config/spelion/spelion.config file. That means that the puzzle can have e.g. between 10 and 30 solutions, or between 50 and 100 etc.
    • The user can avoid the frustration of not ever knowing the right answers when no other solutions come to mind: with the W option the user can browse the list of all possible solutions to the puzzle.

    Thank you for your feedback, any other suggestion/correction/input is most welcome.