move modules to ./modules

This commit is contained in:
koksnuss 2018-05-14 07:49:04 +02:00
parent a43aa795eb
commit 2077f89897
12 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 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.
This is a simple collection of i3blocks-modules accomagnied by 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.
# Requirements
Install `i3` and `i3blocks`. The following shows the requirements for each module:

2
config
View File

@ -2,7 +2,7 @@
markup=none
separator_block_width=15
separator=false
command=$HOME/.config/i3blocks/$BLOCK_NAME
command=$HOME/.config/i3blocks/modules/$BLOCK_NAME
interval=5
[backlight]

7
install.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
echo "Installing i3blocks..."
git clone https://will.kein.hk/git/koksnuss/simple-i3blocks.git ~/.config/i3blocks
cd ~/.config/i3blocks
chmod u+x audio backlight battery cpu datetime ip mic ram storage
echo "Finished, please reload i3. Normally you can do this with the shortcut MOD+SHIFT+R""

View File

View File

View File

View File