dracula / dracula/tmux

Cygwin compatibility: battery and network

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
Shell
Stars
856
Forks
368
Avg merge
2m
Merged PRs (30d)
1

Description

Add compatibility for retrieving battery and network information on cygwin. See scripts/battery.sh and scripts/network.sh for code details. There are multiple spots that look something like the code block below where compatibility would be added:

```
CYGWIN*|MINGW32*|MSYS*|MINGW*)
# leaving empty - TODO - windows compatability
;;
```

Really this just consists of adding a pipeline to retrieve the battery charging status, current percentage, and network SSID in each instance.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.