mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-03-11 07:07:46 +00:00
Slight changes
This commit is contained in:
parent
b839e5b1dd
commit
3cc8b35863
63
start.html
63
start.html
@ -35,6 +35,38 @@
|
|||||||
// lightness and alpha for each generated color. "color", if defined, will
|
// lightness and alpha for each generated color. "color", if defined, will
|
||||||
// be applied as-is to the command's "background" CSS property.
|
// be applied as-is to the command's "background" CSS property.
|
||||||
commands: [
|
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: '*',
|
key: '*',
|
||||||
name: 'DuckDuckGo',
|
name: 'DuckDuckGo',
|
||||||
@ -205,37 +237,6 @@
|
|||||||
search: '/search?q={}',
|
search: '/search?q={}',
|
||||||
url: 'https://twitter.com/home',
|
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',
|
category: 'Listen',
|
||||||
hues: ['141'],
|
hues: ['141'],
|
||||||
|
Loading…
Reference in New Issue
Block a user