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 = "sound"; }
|
||||
{ block = "uptime"; }
|
||||
{
|
||||
block = "battery";
|
||||
interval = 10;
|
||||
format = "$icon $percentage $time";
|
||||
}
|
||||
{ block = "uptime"; }
|
||||
{
|
||||
block = "taskwarrior";
|
||||
interval = 60;
|
||||
|
@ -91,6 +91,9 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.copyq = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
xsession.windowManager.i3 = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue