another polish
This commit is contained in:
parent
73a4b9d191
commit
a43aa795eb
31
README.md
31
README.md
@ -1,21 +1,11 @@
|
||||
# simple-i3blocks
|
||||
This is a simple collection of `i3blocks`-scripts and a config file with the aim to display only important information in favor of not spilling lots of numbers into the status bar. I.e. only the amount of left RAM is displayed as this is - in my point of view - the most important information we like to know most of the times.
|
||||
|
||||
# Install
|
||||
Install `i3blocks` and clone this repo to `~/.config/i3blocks`. Remember to back up you existing configs and scripts inside that directory if you already created them.
|
||||
```bash
|
||||
git clone https://will.kein.hk/git/koksnuss/simple-i3blocks.git ~/.config/i3blocks
|
||||
```
|
||||
Adjust `~/.config/i3blocks/config` to control i3 status bar output (see [Usage](Usage)). Finally reload your `i3` window manager. The default shortcut is `mod + SHIFT + r`, you should see a flickering.
|
||||
|
||||
# Usage
|
||||
Via the instance id you can choose:
|
||||
- `instance=swap` in the module `ram` to show swap usage
|
||||
- `instance=1` in the module `battery` to show the status of BAT1 of you have more than one battery attached to your device.
|
||||
|
||||
# Requirements
|
||||
The following shows the requirements for each script:
|
||||
```bash
|
||||
Install `i3` and `i3blocks`. The following shows the requirements for each module:
|
||||
```
|
||||
module dependency
|
||||
--------------------------
|
||||
audio,mic amixer
|
||||
battery none, searches in /sys/class/power_supply/BAT...
|
||||
cpu top
|
||||
@ -26,6 +16,19 @@ storage df
|
||||
backlight none, searches in /sys/class/backlight, intel and ati/amd supported
|
||||
```
|
||||
|
||||
# Install
|
||||
Clone this repo to `~/.config/i3blocks`. Remember to back up you existing configs and scripts inside that directory if you already created them.
|
||||
```bash
|
||||
git clone https://will.kein.hk/git/koksnuss/simple-i3blocks.git ~/.config/i3blocks
|
||||
```
|
||||
Adjust `~/.config/i3blocks/config` to control i3 status bar output (see [Usage](#Usage)). Finally reload your `i3` window manager. The default shortcut is `mod + SHIFT + r`, you should see a flickering.
|
||||
|
||||
# Usage
|
||||
Via the instance id you can choose:
|
||||
- `instance=swap` in the module `ram` to show swap usage
|
||||
- `instance=1` in the module `battery` to show the status of BAT1 of you have more than one battery attached to your device.
|
||||
|
||||
|
||||
# Roadmap
|
||||
- [x] date and time
|
||||
- [x] ram, swap
|
||||
|
Reference in New Issue
Block a user