add demo images
This commit is contained in:
parent
8a9de5630a
commit
0025770b77
@ -1,4 +1,6 @@
|
||||
# simple-i3blocks
|
||||

|
||||

|
||||
This is a simple collection of i3blocks-modules accompagnied 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
|
||||
|
9
config
9
config
@ -5,8 +5,8 @@ separator=false
|
||||
command=$HOME/.config/i3blocks/modules/$BLOCK_NAME
|
||||
interval=5
|
||||
|
||||
# [backlight]
|
||||
# label=☼
|
||||
[backlight]
|
||||
label=☼
|
||||
# label=☀,☼,✱,✲,✳,✴,✵,✺
|
||||
|
||||
[storage]
|
||||
@ -24,9 +24,9 @@ label=⚟
|
||||
[cpu]
|
||||
label=☷
|
||||
|
||||
# [ip]
|
||||
[ip]
|
||||
# label=ip
|
||||
# label=⎋
|
||||
label=⎋
|
||||
# interval=once
|
||||
|
||||
# if you have more than one batteries attached to your device and ou like
|
||||
@ -57,3 +57,4 @@ label=◎
|
||||
instance=mic
|
||||
|
||||
[datetime]
|
||||
# instance=long
|
||||
|
BIN
demo-full-0.png
Normal file
BIN
demo-full-0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
demo-full-1.png
Normal file
BIN
demo-full-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
@ -3,7 +3,7 @@
|
||||
FULL=$(date '+%A %-d.%-m.%Y W%V, %-H:%M:%S')
|
||||
SHORT=$(date '+%-H:%M')
|
||||
|
||||
[[ "$BLOCK_INSTANCE" == "short" ]] && export I3_LONG_DATETIME=false
|
||||
[[ "$BLOCK_INSTANCE" == "long" ]] && export I3_LONG_DATETIME=true
|
||||
|
||||
if [[ "$BLOCK_BUTTON" == "1" ]]; then
|
||||
if [[ "$I3_LONG_DATETIME" == "true" ]]; then
|
||||
|
Reference in New Issue
Block a user