Recnofigure tiny-dfr a little
This commit is contained in:
parent
e44694fb28
commit
7b6402550a
|
@ -25,6 +25,7 @@ in
|
|||
ExecStart = "${tiny-dfr}/bin/tiny-dfr";
|
||||
Restart = "always";
|
||||
};
|
||||
restartIfChanged = true;
|
||||
};
|
||||
environment.etc."tiny-dfr/next-workspace.svg".source = ./tiny-dfr-icons/next-workspace.svg;
|
||||
environment.etc."tiny-dfr/prev-workspace.svg".source = ./tiny-dfr-icons/prev-workspace.svg;
|
||||
|
@ -74,8 +75,8 @@ in
|
|||
];
|
||||
ButtonStyle = {
|
||||
InactiveColor = [0.05 0.0 0.1];
|
||||
ActiveColor = [0.3 0.2 0.7];
|
||||
OnTime = 0.05;
|
||||
ActiveColor = [0.7 0.5 0.8];
|
||||
OnTime = 0.03;
|
||||
OffTime = 0.1;
|
||||
Bounce = 5;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user