mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
improve sway config
This commit is contained in:
parent
32018c31a4
commit
6479fa050e
2 changed files with 24 additions and 1 deletions
|
@ -384,6 +384,26 @@ in
|
|||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@wf" ];
|
||||
};
|
||||
"MusicBrainz Artis" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://musicbrainz.org/search";
|
||||
params = [
|
||||
{
|
||||
name = "query";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
{
|
||||
name = "type";
|
||||
value = "artis";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
iconUpdateURL = "https://musicbrainz.org/static/images/favicons/apple-touch-icon-180x180.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@mb" ];
|
||||
};
|
||||
"DuckDuckGo" = {
|
||||
urls = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue