Jan Černý

Results 44 issues of Jan Černý

for easier installing

Hello, I am trying to use this plugin but when I use it I get this error: > Traceback (most recent call last): > File "/home/john/Projects/autotranscoder/./transcoder.py", line 12, in >...

It would be nice if there was an option for letting ring colorful (not greyscale) like default i3lock-color.

enhancement

Right now is config file in `~/.nomadnetwork/config`. It would be nice to add ability to move it to `~/.config/nomadnetwork/config` or `/etc/nomadnetwork/config`. In standard way software looks for config in this...

It is missed opportunity to not implement vim keybindings. The target group of this software will definitely find it useful.

feature request
help wanted

I am using this software in alacritty and when I click `< Open editor >` in config tab, it blinks and nothing happens. I have set neovim as my default...

Hello, it would be very nice to be able to configure exact size of the widget.

good first issue

I want to use this plugins to generate id links. For example `@John` would be translated to: ```markdown [@John](mysite.com/people/#John) ``` but this pluggin generates this ```markdown [@John](mysite.com/people/#/John) ``` which does...

This is my config: ```vim let g:indentguides_spacechar = '┆' let g:indentguides_tabchar = '|' let g:indentguides_ignorelist = ['text','vim','md'] ``` but when I open some of ignored files, all tabs are replaced...