Skip to content

Instantly share code, notes, and snippets.

@Nimaear
Nimaear / AppConfiguration.gql
Created February 18, 2022 13:36
GraphQL vars
query AppConfiguration($shortIdentifier:String!){
config: appConfiguration(shortIdentifier:$shortIdentifier) {
appName
colors{
primary
background
highlight
}
styles{
cornerRadius
{
"meta": { "theme": "elegant" },
"basics": {
"name": "Özgür",
"label": "Web Developer",
"picture": "https://i.imgur.com/YXa21bd.jpg",
"image": "https://lh4.googleusercontent.com/kVXQbhQvLjP0YUIQq_1V6XjCnhcbhvSlJxWkh3et2CsoSLNtOLvQbdvOSZk8tDiE2TWukosoH9I8pnBnrd-o=w400",
"email": "oz@gur.space",
"phone": "+46700222666",
"summary": "I was born and raised in Turkey. At the age of 15 my father moved the whole family to The Netherlands where he had been working for 20+ years. I finished my studies in The Netherlands, moved around a bit in the world and ended up in Sweden. I am fascinated by technology and obsessed by learning. I believe a healthy mind is made stronger by a healthy body.",
# i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod4
# set default desktop layout (default is tiling)
# workspace_layout tabbed <stacking|tabbed>
# Configure border style <normal|1pixel|pixel xx|none|pixel>
{
"AddMessages": {
"prefix": "addM",
"body": [
"addMessages({",
"\t'en-US':{$0",
"\t},",
"\t'sv-SE':{",
"\t},",
"});",