No description
e9f46f76ca
As stated in 'git status --help': "By default, git status will automatically refresh the index, updating the cached stat information from the working tree and writing out the result. Writing out the updated index is an optimization that isn’t strictly necessary (status computes the values for itself, but writing them out is just to save subsequent programs from repeating our computation). When status is run in the background, the lock held during the write may conflict with other simultaneous processes, causing them to fail. Scripts running status in the background should consider using git --no-optional-locks status (see git(1) for details)." This was actually happen during rebasing whith the following error: "error: Unable to create '/home/nsa/work/linux/.git/index.lock': File exists. Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue." This change fixes the above... Signed-off-by: Nuno Sá <noname.nuno@gmail.com> |
||
---|---|---|
.github | ||
data | ||
scripts | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
dracula.tmux | ||
INSTALL.md | ||
LICENSE | ||
README.md | ||
screenshot.png |
Dracula for tmux
A dark theme for tmux
Install
All instructions can be found at draculatheme.com/tmux.
Configuration
Configuration and options can be found at draculatheme.com/tmux.
Features
- Support for powerline
- Day, date, time, timezone
- Current location based on network with temperature and forecast icon (if available)
- Network connection status, bandwidth and SSID
- Git branch and status
- Battery percentage and AC power connection status
- Refresh rate control
- CPU usage (percentage or load average)
- RAM usage
- GPU usage
- Color code based on if prefix is active or not
- List of windows with current window highlighted
- When prefix is enabled smiley face turns from green to yellow
- When charging, 'AC' is displayed
- If forecast information is available, a ☀, ☁, ☂, or ❄ unicode character corresponding with the forecast is displayed alongside the temperature
Compatibility
Compatible with macOS and Linux. Tested on tmux 3.1b FreeBSD compatibility is in development
Team
This theme is maintained by the following person(s) and a bunch of awesome contributors.
Dane Williams | Ethan Edwards |
Community
- Twitter - Best for getting updates about themes and new stuff.
- GitHub - Best for asking questions and discussing issues.
- Discord - Best for hanging out with the community.