Skip to content
New issue

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

“procs“ snowblock #261

Closed
arcticicestudio opened this issue May 4, 2020 · 0 comments · Fixed by #265
Closed

“procs“ snowblock #261

arcticicestudio opened this issue May 4, 2020 · 0 comments · Fixed by #265

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented May 4, 2020

Create a new snowblock for procs

A modern replacement for ps written in Rust.

I've used the project for quite some time and the configurations have now been tested enough on a day-by-day basis to be persisted in igloo.

Initially this will include the config.toml file symlinked to the corresponding XDG specific and OS dependent path(s):

  • Linux: ${XDG_CONFIG_HOME:-$HOME/.config}/procs
  • macOS: ${XDG_CONFIG_HOME:-$HOME/Library/Preferences}/com.github.dalance.procs

The colors will be adjusted to match the Nord theme, but as soon as an official port project is available it'll either be included in igloo and submitted to procs in order to include it in their documentations as officially maintained theme.
Note that the “Nord“ color palettes must be provided through the terminal as the 16 ANSI base colors.

@arcticicestudio arcticicestudio added this to the Next milestone May 4, 2020
arcticicestudio added a commit that referenced this issue May 4, 2020
Created a new snowblock for procs [1]
> A modern replacement for `ps` written in Rust.

I've used the project for quite some time and the configurations have
now been tested enough on a day-by-day basis to be persisted in igloo.

Initially this includes the `config.toml` file [2] symlinked to the
corresponding XDG specific [3] and OS dependent path(s):

- Linux: `${XDG_CONFIG_HOME:-$HOME/.config}/procs`
- macOS: `${XDG_CONFIG_HOME:-$HOME/Library/Preferences}/com.github.dalance.procs`

The colors will be adjusted to match the "Nord" theme [4],
but as soon as an official port project is available it'll either be
included in igloo and submitted to procs in order to include it in their
documentations as officially maintained theme.
Note that the "Nord" color palettes must be provided through the
terminal as the 16 ANSI base colors.

[1]: https://github.com/dalance/procs
[2]: https://github.com/dalance/procs#configuration
[3]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
[4]: https://www.nordtheme.com

GH-261

Co-authored-by: Sven Greb <development@svengreb.de>
arcticicestudio added a commit that referenced this issue May 4, 2020
Created a new snowblock for procs [1]
> A modern replacement for `ps` written in Rust.

I've used the project for quite some time and the configurations have
now been tested enough on a day-by-day basis to be persisted in igloo.

Initially this includes the `config.toml` file [2] symlinked to the
corresponding XDG specific [3] and OS dependent path(s):

- Linux: `${XDG_CONFIG_HOME:-$HOME/.config}/procs`
- macOS: `${XDG_CONFIG_HOME:-$HOME/Library/Preferences}/com.github.dalance.procs`

The colors will be adjusted to match the "Nord" theme [4],
but as soon as an official port project is available it'll either be
included in igloo and submitted to procs in order to include it in their
documentations as officially maintained theme.
Note that the "Nord" color palettes must be provided through the
terminal as the 16 ANSI base colors.

[1]: https://github.com/dalance/procs
[2]: https://github.com/dalance/procs#configuration
[3]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
[4]: https://www.nordtheme.com

Closes GH-261

Co-authored-by: Sven Greb <development@svengreb.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants