use copyq again

This commit is contained in:
Ingolf Wagner 2023-07-02 22:11:09 +02:00
parent fdedda3e06
commit d5fe5ba687
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -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;