From 3cc8b35863759f1268cbc20b1283a7dcbb52b6af Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Wed, 3 Feb 2021 16:47:34 +0200 Subject: [PATCH] Slight changes --- start.html | 63 +++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/start.html b/start.html index 4d2eed3..47a3333 100644 --- a/start.html +++ b/start.html @@ -35,6 +35,38 @@ // lightness and alpha for each generated color. "color", if defined, will // be applied as-is to the command's "background" CSS property. commands: [ + { + category: 'Social', + hues: ['217', '197'], + key: 'ww', + name: 'Whatsapp Web', + search: '/search?q={}', + url: 'https://web.whatsapp.com/', + }, + { + category: 'Social', + hues: ['21', '177'], + key: 'tg', + name: 'Telegram', + search: '/search?q={}', + url: 'https://web.telegram.org/', + }, + { + category: 'Social', + hues: ['217', '17'], + key: 'ss', + name: 'Pleroma', + search: '/search?q={}', + url: 'https://social.skiqqy.xyz/', + }, + { + category: 'Social', + hues: ['92', '77'], + key: 'irc', + name: 'irc', + search: '/search?q={}', + url: 'https://irc.skiqqy.xyz/', + }, { key: '*', name: 'DuckDuckGo', @@ -205,37 +237,6 @@ search: '/search?q={}', url: 'https://twitter.com/home', }, - { - category: 'Inspire', - hues: ['349', '329'], - key: '1', - name: 'OPL', - search: '/?s={}', - url: 'https://onepagelove.com/inspiration', - }, - { - category: 'Inspire', - hues: ['337', '317'], - key: 'b', - name: 'Dribbble', - search: '/search/{}', - url: 'https://dribbble.com/shots/popular', - }, - { - category: 'Inspire', - key: 'u', - name: 'Unsplash', - search: '/search/{}', - url: 'https://unsplash.com/images', - }, - { - category: 'Inspire', - hues: ['13', '33'], - key: 'p', - name: 'Hunt', - search: '/search?q={}', - url: 'https://www.producthunt.com', - }, { category: 'Listen', hues: ['141'],