use copyq again
This commit is contained in:
parent
fdedda3e06
commit
d5fe5ba687
1 changed files with 4 additions and 1 deletions
|
@ -48,12 +48,12 @@ in
|
||||||
}
|
}
|
||||||
{ block = "net"; }
|
{ block = "net"; }
|
||||||
{ block = "sound"; }
|
{ block = "sound"; }
|
||||||
{ block = "uptime"; }
|
|
||||||
{
|
{
|
||||||
block = "battery";
|
block = "battery";
|
||||||
interval = 10;
|
interval = 10;
|
||||||
format = "$icon $percentage $time";
|
format = "$icon $percentage $time";
|
||||||
}
|
}
|
||||||
|
{ block = "uptime"; }
|
||||||
{
|
{
|
||||||
block = "taskwarrior";
|
block = "taskwarrior";
|
||||||
interval = 60;
|
interval = 60;
|
||||||
|
@ -91,6 +91,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.copyq = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
xsession.windowManager.i3 = {
|
xsession.windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue