Skip to content

Commit

Permalink
i3blocks status bar config
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyLi committed Aug 23, 2019
1 parent 97eaf32 commit 604f9a6
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
63 changes: 63 additions & 0 deletions i3blocks/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
full_text=|
align=center
color=#4C566A
separator=false
separator_block_width=7

[separator]

[docker]
command=$SCRIPT_DIR/docker/docker
color=#81A1C1
interval=10
label=

[separator]

[key_layout]
command=$SCRIPT_DIR/key_layout/key_layout
label=Layout
interval=30
color=#EBCB8B

[separator]

[cpu_usage2]
command=$SCRIPT_DIR/cpu_usage/cpu_usage
interval=10
label=
color=#A3BE8C

[separator]

[memory]
command=$SCRIPT_DIR/memory/memory
label=
interval=30
color=#A3BE8C

[separator]

[disk]
command=$SCRIPT_DIR/disk/disk
label=ﴥ
interval=30
color=#5E81AC

[separator]

[time]
command=date '+%d.%m.%Y %H:%M:%S'
label=
interval=1
color=#5E81AC

[separator]

[battery2]
command=$SCRIPT_DIR/battery2/battery2
markup=pango
interval=30
color=#B48EAD

[separator]
3 changes: 2 additions & 1 deletion i3wm/config
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ client.placeholder #$border_placeh #$background #$textcolor

## Status bar {{{2
bar {
status_command i3blocks
font pango:Hack Nerd Font 9
status_command SCRIPT_DIR=~/.config/i3blocks/contrib 2>/tmp/i3blocks.err i3blocks -vvv | tee /tmp/i3blocks.out

strip_workspace_numbers yes
position bottom
Expand Down

0 comments on commit 604f9a6

Please sign in to comment.