Compare commits
No commits in common. "e799468cdece4734fba5f0e3e7a78fce370bf98a" and "e26ba260421a52e5f0e2436ade58ff5db04e830f" have entirely different histories.
e799468cde
...
e26ba26042
2 changed files with 3 additions and 5 deletions
|
@ -37,11 +37,9 @@ in
|
||||||
# $ vim nicola.sty
|
# $ vim nicola.sty
|
||||||
# $ diff $source nicola.sty > nicola.patch
|
# $ diff $source nicola.sty > nicola.patch
|
||||||
home.activation.nicola = let
|
home.activation.nicola = let
|
||||||
targetDir = ".local/share/fcitx5/anthy/";
|
target = ".local/share/fcitx5/anthy/nicola.sty";
|
||||||
target = "nicola.sty";
|
|
||||||
in lib.hm.dag.entryAfter["writeBoundary"] ''
|
in lib.hm.dag.entryAfter["writeBoundary"] ''
|
||||||
mkdir -p ${targetDir}
|
|
||||||
rm -f -- ${target}
|
rm -f -- ${target}
|
||||||
patch -ruN ${pkgs.fcitx5-anthy}/share/fcitx5/anthy/nicola-j.sty ${./nicola.patch} -o ${targetDir}${target}
|
patch -ruN ${pkgs.fcitx5-anthy}/share/fcitx5/anthy/nicola-j.sty ${./nicola.patch} -o ${target}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,7 +60,7 @@ in with theme.colors; {
|
||||||
};
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{
|
{
|
||||||
command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &) && (xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border --disable-version-warning)";
|
command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &) && (xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border)";
|
||||||
always = true;
|
always = true;
|
||||||
notification = false;
|
notification = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue