home: i3: add pomodoro block to bar
This commit is contained in:
parent
8fe2ef6691
commit
bc74de3fc6
|
@ -22,6 +22,12 @@ in
|
||||||
settings = i3BarTheme;
|
settings = i3BarTheme;
|
||||||
|
|
||||||
blocks = [
|
blocks = [
|
||||||
|
{
|
||||||
|
block = "pomodoro";
|
||||||
|
length = 60;
|
||||||
|
break_length = 10;
|
||||||
|
use_nag = true;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
block = "disk_space";
|
block = "disk_space";
|
||||||
path = "/";
|
path = "/";
|
||||||
|
|
Loading…
Reference in a new issue