Compare commits

..

No commits in common. "e799468cdece4734fba5f0e3e7a78fce370bf98a" and "e26ba260421a52e5f0e2436ade58ff5db04e830f" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View file

@ -37,11 +37,9 @@ in
# $ vim nicola.sty
# $ diff $source nicola.sty > nicola.patch
home.activation.nicola = let
targetDir = ".local/share/fcitx5/anthy/";
target = "nicola.sty";
target = ".local/share/fcitx5/anthy/nicola.sty";
in lib.hm.dag.entryAfter["writeBoundary"] ''
mkdir -p ${targetDir}
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}
'';
}

View file

@ -60,7 +60,7 @@ in with theme.colors; {
};
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;
notification = false;
}