Advertisement
Gigsoll

setting.json

Feb 8th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. {
  2. "username": "gigsoll",
  3. "theme": {
  4. "name": "Default",
  5. "backgroundColor": "#121317",
  6. "windowColor": "#1e212b",
  7. "textColor": "#e2e2e2",
  8. "black": "#16161e",
  9. "red": "#ec6183",
  10. "green": "#2ed8a2",
  11. "yellow": "#e8b195",
  12. "blue": "#2bc3de",
  13. "magenta": "#d1aff8",
  14. "cyan": "#62e0e2",
  15. "white": "#e2e2e2",
  16. "gray": "#97989d"
  17. },
  18. "wallpaper": {
  19. "url": "assets/default-wallpaper.svg",
  20. "easing": "ease-in-out",
  21. "fadeIn": true,
  22. "blur": false
  23. },
  24. "terminal": {
  25. "fixedHeight": true,
  26. "windowGlow": true,
  27. "windowGlowColor": "#291f3325",
  28. "textGlow": false,
  29. "opacity": 0,
  30. "blur": 16
  31. },
  32. "prompt": {
  33. "ctrlC": true,
  34. "placeholder": "command...",
  35. "placeholderColor": "gray",
  36. "userColor": "green",
  37. "atColor": "gray",
  38. "hostColor": "magenta",
  39. "promptColor": "magenta",
  40. "promptSymbol": "❯",
  41. "caretColor": "green",
  42. "selectionBg": "yellow",
  43. "selectionFg": "black"
  44. },
  45. "fetch": {
  46. "timeFormat": "HH:mm",
  47. "dateFormat": "DD/MM/YYYY",
  48. "titleColor": "yellow",
  49. "image": "assets/default-icon.svg",
  50. "data": [
  51. "Time: {time}",
  52. "Date: {date}",
  53. "{seperator}",
  54. "OS: {osName} {osVersion}",
  55. "Theme: {theme}",
  56. "{seperator}",
  57. "Browser: {browser} {browserVersion}",
  58. "Engine: {engineName}",
  59. "{seperator}",
  60. "{colors}"
  61. ]
  62. },
  63. "urlLaunch": {
  64. "target": "_self",
  65. "hoverColor": "magenta"
  66. },
  67. "search": {
  68. "default": "https://google.com/search?q=",
  69. "target": "_self",
  70. "shortcutRegex": "([A-Za-z0-9]+) (.*)",
  71. "shortcuts": [
  72. {
  73. "alias": "g",
  74. "name": "Google Search",
  75. "url": "https://google.com/search?q={}"
  76. },
  77. {
  78. "alias": "d",
  79. "name": "DuckDuckGo Search",
  80. "url": "https://duckduckgo.com/?q={}"
  81. },
  82. {
  83. "alias": "b",
  84. "name": "Brave Search",
  85. "url": "https://search.brave.com/search?q={}"
  86. },
  87. {
  88. "alias": "gh",
  89. "name": "Github Search",
  90. "url": "https://github.com/search?q={}"
  91. },
  92. {
  93. "alias": "s",
  94. "name": "Stack Overflow Search",
  95. "url": "https://stackoverflow.com/search?q={}"
  96. },
  97. {
  98. "alias": "r",
  99. "name": "Subreddit Search",
  100. "url": "https://reddit.com/r/{}"
  101. },
  102. {
  103. "alias": "w",
  104. "name": "Wikipedia Search",
  105. "url": "https://en.wikipedia.org/wiki/{}"
  106. }
  107. ]
  108. },
  109. "sections": {
  110. "list": [
  111. {
  112. "title": "Навчання",
  113. "color": "green",
  114. "align": "left",
  115. "links": [
  116. {
  117. "name": "JetIQ",
  118. "url": "https://my.vntu.edu.ua/user/go/jetiq.cgi?beta=1",
  119. "icon": "mdi:school"
  120. },
  121. {
  122. "name": "gdrive",
  123. "url": "https://drive.google.com/drive/u/0/home",
  124. "icon": "ri:drive-fill"
  125. },
  126. {
  127. "name": "Крижановський",
  128. "url": "https://docs.google.com/spreadsheets/d/1mrlmgZ0c1rvQOROc2f4P-ZYdJLQfW0axm-YoBkYTuIU/edit#gid=0",
  129. "icon": "solar:database-bold"
  130. },
  131. {
  132. "name": "Monkeytype",
  133. "url": "https://monkeytype.com/",
  134. "icon": "mdi:keyboard"
  135. }
  136. ]
  137. },
  138. {
  139. "title": "Програмування",
  140. "color": "magenta",
  141. "align": "left",
  142. "links": [
  143. {
  144. "name": "GitHub",
  145. "url": "https://github.com",
  146. "icon": "mdi:github"
  147. },
  148. {
  149. "name": "Gitlab",
  150. "url": "https://gitlab.com/",
  151. "icon": "ph:gitlab-logo-bold"
  152. },
  153. {
  154. "name": "Записи",
  155. "url": "https://digitalgarden-pied.vercel.app/",
  156. "icon": "material-symbols:note"
  157. },
  158. {
  159. "name": "Epam Univercity",
  160. "url": "https://learn.epam.com/study/path?rootId=2028376&groupId=5453426",
  161. "icon": "mdi:school"
  162. }
  163. ]
  164. },
  165. {
  166. "title": "Соц-мережі",
  167. "color": "violet",
  168. "align": "left",
  169. "links": [
  170. {
  171. "name": "YouTube",
  172. "url": "https://www.youtube.com/",
  173. "icon": "mdi:youtube"
  174. },
  175. {
  176. "name": "Reddit",
  177. "url": "https://reddit.com",
  178. "icon": "mdi:reddit"
  179. },
  180. {
  181. "name": "Busuu",
  182. "url": "https://www.busuu.com",
  183. "icon": "jam:language"
  184. },
  185. {
  186. "name": "Gmail",
  187. "url": "https://gmail.com",
  188. "icon": "tabler:brand-gmail"
  189. }
  190. ]
  191. },
  192. {
  193. "title": "Дизайн",
  194. "color": "cyan",
  195. "align": "left",
  196. "links": [
  197. {
  198. "name": "Behance",
  199. "url": "https://www.behance.net/",
  200. "icon": "simple-icons:behance"
  201. },
  202. {
  203. "name": "Colorhunt",
  204. "url": "https://colorhunt.co",
  205. "icon": "mdi:palette"
  206. },
  207. {
  208. "name": "GraphicBurger",
  209. "url": "https://graphicburger.com/",
  210. "icon": "mdi:hamburger"
  211. },
  212. {
  213. "name": "Unsplash",
  214. "url": "https://unsplash.com",
  215. "icon": "simple-icons:unsplash"
  216. }
  217. ]
  218. },
  219. {
  220. "title": "Корисні приблуди",
  221. "color": "blue",
  222. "align": "left",
  223. "links": [
  224. {
  225. "name": "GeoGebra",
  226. "url": "https://www.geogebra.org/calculator",
  227. "icon": "mdi:calculator"
  228. },
  229. {
  230. "name": "Translater",
  231. "url": "https://translate.google.com",
  232. "icon": "simple-icons:googletranslate"
  233. },
  234. {
  235. "name": "Hemingway",
  236. "url": "https://hemingwayapp.com/",
  237. "icon": "bxs:file"
  238. },
  239. {
  240. "name": "Drawlatex",
  241. "url": "https://detexify.kirelabs.org/classify.html",
  242. "icon": "mdi:draw-pen"
  243. }
  244. ]
  245. },
  246. {
  247. "title": "Медіа",
  248. "color": "yellow",
  249. "align": "left",
  250. "links": [
  251. {
  252. "name": "lofi girl",
  253. "url": "https://www.youtube.com/watch?v=jfKfPfyJRdk",
  254. "icon": "mdi:newspaper-variant"
  255. },
  256. {
  257. "name": "It's FOSS",
  258. "url": "https://itsfoss.com/",
  259. "icon": "simple-icons:linux"
  260. },
  261. {
  262. "name": "iTechUA",
  263. "url": "https://itechua.com/",
  264. "icon": "mdi:laptop"
  265. },
  266. {
  267. "name": "Маніфест",
  268. "url": "https://manifest.in.ua/",
  269. "icon": "simple-icons:meetup"
  270. }
  271. ]
  272. }
  273. ]
  274. }
  275. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement