From 4c0a4b46c64fdac9f2372a23fad5cd249c4ad83e Mon Sep 17 00:00:00 2001 From: deepjyoti30 Date: Wed, 13 May 2020 11:18:49 +0530 Subject: [PATCH] Changed the config a bit. --- config.json | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/config.json b/config.json index bd4f587..42b01ac 100644 --- a/config.json +++ b/config.json @@ -1,23 +1,31 @@ { "squares": [ - { "name": "reddit", "links": [ - { "name": "SkincareAddiction", "url": "https://www.reddit.com/r/SkincareAddiction/" }, - { "name": "MakeupAddiction", "url": "https://www.reddit.com/r/MakeupAddiction/" }, - { "name": "dwarffortress", "url": "https://www.reddit.com/r/dwarffortress/" }, - { "name": "unixporn", "url": "https://www.reddit.com/r/unixporn/" } - ] - }, { "name": "media", "links": [ - { "name": "Netflix", "url": "https://www.netflix.com/" }, - { "name": "goodreads", "url": "https://www.goodreads.com/" }, - { "name": "imgur", "url": "http://imgur.com/" } + { "name": "Spotify", "url": "https://open.spotify.com/" }, + { "name": "YoutubeMusic", "url": "https://music.youtube.com/" }, + { "name": "Netflix", "url": "https://netflix.com" }, + { "name": "Youtube", "url": "https://youtube.com" } ] }, - { "name": "programming", "links": [ - { "name": "GitHub", "url": "https://github.com/" }, - { "name": "stackoverflow", "url": "https://stackoverflow.com/" }, - { "name": "MDN Web Docs", "url": "https://developer.mozilla.org/bm/" }, - { "name": "cppreference", "url": "http://en.cppreference.com/w/" } + { "name": "work", "links": [ + { "name": "Github", "url": "https://github.com" }, + { "name": "Heroku", "url": "http://heroku.com/" }, + { "name": "localhost", "url": "http://localhost:8000/" } + ] + }, + { "name": "social", "links": [ + { "name": "Reddit", "url": "https://reddit.com" }, + { "name": "Unixporn Love", "url": "https://deepjyoti30.github.io/unixporn-love/" }, + { "name": "r/unixporn", "url": "https://www.reddit.com/r/unixporn/" }, + { "name": "r/mk", "url": "https://www.reddit.com/r/MechanicalKeyboards/" } + ] + }, + { + "name": "Others", "links": [ + {"name": "Material Colors", "url": "http://materialuicolors.co/"}, + {"name": "Gmail", "url": "http://gmail.com/"}, + {"name": "neo4j Local", "url": "http://localhost:7474/"}, + {"name": "rarbg", "url": "http://rarbg.to"} ] } ],