• 82 Posts
  • 32 Comments
Joined 2 年前
cake
Cake day: 2023年6月15日

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!