move modules to ./modules
This commit is contained in:
parent
a43aa795eb
commit
2077f89897
@ -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
2
config
@ -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
7
install.sh
Normal 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""
|
Reference in New Issue
Block a user