We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bind key | to toggle through selectable themes.
|
rtorrent-ps
pyro.import
~/.pyroscope
cfg.theme.0
pyro.theme.selected
string
branches
Note: the latter means that if a new theme is added to /removed from the available selection then the toggle logic has to be modified as well.
Use partly 0.9.6 coding style.
Important: this change didn't update the setup scripts that should copy the new color config files into ~/.pyroscope dir.
The text was updated successfully, but these errors were encountered:
Bind key to toggle through selectable themes in rtorrent config (See #4)
128e787
1d0f35a
Conflicts: src/pyrocore/data/config/rtorrent-0.8.6.rc
No branches or pull requests
Bind key
|
to toggle through selectable themes.rtorrent-ps
project (https://github.com/pyroscope/rtorrent-ps/tree/master/docs/examples)pyro.import
method with which we can easily import config files from~/.pyroscope
dircfg.theme.0
pyro.theme.selected
string
variable method to store the actual filename is being usedbranches
(since we can't write recursive methods in rtorrent config)Note: the latter means that if a new theme is added to /removed from the available selection then the toggle logic has to be modified as well.
Use partly 0.9.6 coding style.
Important: this change didn't update the setup scripts that should copy the new color config files into
~/.pyroscope
dir.The text was updated successfully, but these errors were encountered: