From 20926946e14fb75d28815ad13234fc0c09828a6b Mon Sep 17 00:00:00 2001 From: Till Date: Mon, 29 Apr 2024 13:22:19 +0200 Subject: [PATCH] kleinigkeiten --- home/alias.nix | 2 +- home/firefox.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home/alias.nix b/home/alias.nix index 4b1a6ba..8f3ffb6 100644 --- a/home/alias.nix +++ b/home/alias.nix @@ -20,7 +20,7 @@ showbox = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/box"; showc = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/c/"; castget = "castget -prvC ~/.config/castget/castget.conf"; - castsync = "rsync -va --remove-source-files ~/.local/share/podcasts/ /run/media/till/CLIP\\ JAM/Podcasts/"; + castsync = "rsync -va --remove-source-files --progress --stats ~/.local/share/podcasts/ /run/media/till/CLIP\\ JAM/Podcasts/"; cb = "cd $(sed 's|^file://||' /home/till/.config/gtk-3.0/bookmarks | fzf --height 10% --reverse)"; univpn = "secret-tool lookup server uni-frankfurt.de account tstraube | sudo openconnect --config=/home/till/.config/openconnect/config --passwd-on-stdin"; v = "nvim"; diff --git a/home/firefox.nix b/home/firefox.nix index 346861b..cab937c 100644 --- a/home/firefox.nix +++ b/home/firefox.nix @@ -95,6 +95,12 @@ updateInterval = 24 * 60 * 60 * 1000; definedAliases = [ "@gs" ]; }; + "UB" = { + urls = [{ template = "https://ubffm.hds.hebis.de/Search/Results?lookfor={searchTerms}"; }]; + iconUpdateURL = "https://ubffm.hds.hebis.de/themes/ubffm/images/favicon.ico"; + updateInterval = 24 * 60 * 60 * 1000; + definedAliases = [ "@ub" ]; + }; "Leo" = { urls = [{ template = "https://dict.leo.org/englisch-deutsch/{searchTerms}"; }]; iconUpdateURL = "https://dict.leo.org/img/favicons/ende-32.png";