Salomon May
Salomon May
I tried ```playerctl -a play-pause``` and it does not work. I then opened another music player and did ```playerctl -a play-pause``` and it worked with that. I also tried with...
I think if you replace: ``` go func (r *Redis) Connect(url string) (core.Driver, error) { c := redis.NewClient(&redis.Options{ Addr: url, Password: "", DB: 0, }) return &redisDriver{ redis: c, },...
hey @ethancedwards8, yes, however it would render an unintended result as the character would render inside the text instead of rounding the start of the tmux status line as the...
hey @ethancedwards8 just as an update. I was able to make the change needed to "round" the left side, which essentially its just adding: `#[fg=${green},bg=${dark_gray}]#{?client_prefix,#[fg=${yellow}],}${right_sep` to the beginning of the...
Thank you @druxorey for fixing this!!! Didn't have time until now to reply to this and close the issue but this made my day once I configured it 🎉🎉🎉
Getting exactly the same error even after trying to run as suggested