system/system.sublime-workspace
2025-06-19 10:17:25 -07:00

2350 lines
43 KiB
Plaintext

{
"auto_complete":
{
"selected_items":
[
[
"li",
"libsForQt5"
],
[
"Us",
"USER"
],
[
"p",
"pkgs"
],
[
"Op",
"Open"
],
[
"padd",
"padding-bottom\tproperty"
],
[
"nix",
"nixified-ai"
],
[
"op",
"openFirewall"
],
[
"docker",
"docker-compose"
],
[
"my",
"myAliases"
],
[
"flex-",
"flex-wrap\tproperty"
],
[
"col",
"col1Div"
],
[
"class",
"className"
],
[
"tick",
"tickerRow"
],
[
"clo",
"closePrice"
],
[
"long",
"longName"
],
[
"cons",
"console"
],
[
"up",
"update"
],
[
"time",
"timestamp"
],
[
"upda",
"updateInterval"
],
[
"cache",
"cacheTime"
],
[
"update",
"updateWeather"
],
[
"S",
"sunrise"
],
[
"sea",
"searchEngine"
],
[
"search",
"searchTerm"
],
[
"cl",
"className"
],
[
"un-hr",
"un-hr-feed"
],
[
"onC",
"onclick\tAttr"
],
[
"en",
"enable"
],
[
"pa",
"pavucontrol"
],
[
"text",
"muted_text"
],
[
"oi",
"on-click"
],
[
"create",
"Create"
],
[
"fade",
"fadeOutFull"
],
[
"scroll",
"scrollTop"
],
[
"con",
"console"
],
[
"st",
"startOffset"
],
[
"scro",
"scrollTop"
],
[
"fad",
"fadeStart"
],
[
"scr",
"scrollTop"
],
[
"php",
"php83"
],
[
"unstable",
"unstablePkgs"
],
[
"host",
"hostAddress"
],
[
"www",
"www-data"
],
[
"service",
"serviceConfig"
],
[
"use",
"useDHCP"
],
[
"def",
"defaultGateway"
],
[
"hov",
"hover_bg"
],
[
"hover",
"hover_bg"
],
[
"padding",
"padding-bottom\tproperty"
],
[
"border-bo",
"border-bottom-left-radius\tproperty"
],
[
"border-left-r",
"border-top-left-radius\tproperty"
],
[
"lar",
"larger\tfont-size"
],
[
"paddin",
"padding-left\tproperty"
],
[
"rgb",
"rgba()\tbackground"
],
[
"theme",
"themeService"
],
[
"cat",
"catppuccin"
],
[
"bac",
"background"
],
[
"back",
"background_image"
],
[
"ba",
"background"
],
[
"g",
"graphics"
],
[
"nixpkgs",
"nixpkgs-unstable"
],
[
"ni",
"nixpkgs-unstable"
],
[
"is_",
"is_mounted"
],
[
"extra",
"extraConfig"
],
[
"input",
"input-remapper"
],
[
"format",
"format-icons"
],
[
"pent",
"pentablet-flake"
],
[
"pen",
"pentablet-flake"
],
[
"enable",
"enableZshIntegration"
],
[
"im",
"important"
],
[
"hy",
"hyprland"
],
[
"h",
"hyprland"
],
[
"sty",
"stylix"
],
[
"move",
"movewindow"
],
[
"ALT",
"ALTSHIFT"
],
[
"fonts",
"font-size\tproperty"
],
[
"modules",
"modules-left"
],
[
"modu",
"modules-left"
],
[
"modules-",
"modules-center"
],
[
"hypr",
"hyprpaper"
],
[
"node",
"node_modules"
]
]
},
"buffers":
[
{
"file": "flake.nix",
"settings":
{
"buffer_size": 3476,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "configuration.nix",
"settings":
{
"buffer_size": 8063,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "modules/containers.nix",
"settings":
{
"buffer_size": 48863,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "hm/home.nix",
"settings":
{
"buffer_size": 7550,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "pkgs/wm/waybar/default.json",
"settings":
{
"buffer_size": 5980,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "pkgs/wm/waybar/waybar.nix",
"settings":
{
"buffer_size": 1988,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "/home/wayne/.config/waybar/style.css",
"settings":
{
"buffer_size": 11677,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "modules/fonts.nix",
"settings":
{
"buffer_size": 286,
"line_ending": "Unix"
}
},
{
"file": "pkgs/wm/hyprland/hyprland.nix",
"settings":
{
"buffer_size": 15707,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"contents": "gitlab_rails['smtp_enable'] = true\ngitlab_rails['smtp_address'] = \"smtp.server\"\ngitlab_rails['smtp_port'] = 465\ngitlab_rails['smtp_user_name'] = \"smtp user\"\ngitlab_rails['smtp_password'] = \"smtp password\"\ngitlab_rails['smtp_domain'] = \"example.com\"\ngitlab_rails['smtp_authentication'] = \"login\"\ngitlab_rails['smtp_enable_starttls_auto'] = true\ngitlab_rails['smtp_tls'] = false\ngitlab_rails['smtp_pool'] = false\ngitlab_rails['smtp_openssl_verify_mode'] = 'none'\n\nNotify.test_email('wayne@waynehayesdevelopment.com', 'Message Subject', 'Message Body').deliver_now\n\n\ngitlab-runner register --url http://tests.local --token glrt-t3_YrzjGyPj5FUyzrtpUXFy .--executor docker --docker-privilege",
"settings":
{
"buffer_size": 688,
"line_ending": "Unix",
"name": "gitlab_rails['smtp_enable'] = true"
}
},
{
"contents": "bqawet\nhttps://www.slowcookerclub.com/slow-cooker-roast-beef/\nhttps://www.delish.com/cooking/recipe-ideas/a44690466/shredded-beef-recipe/\nhttps://www.slowcookerclub.com/slow-cooker-steak-pie/\nbb00\n3,249,164,898,304 2.95TB\n\nhttps://www.alphavantage.co/query?function=HISTORICAL_OPTIONS&symbol=SILVER&date=2017-11-15&apikey=4JLXS4COZJMQR98O\n\nhttps://finance.yahoo.com/quote/%5EGSPC/options/\n\nhttps://www.lacare.org/sites/default/files/la0262_mcla_eoc_en_202501.pdf\n\nhttps://www.healthcareoptions.dhcs.ca.gov/en/health-plan-materials?counties=Los%20Angeles\n\nhttps://providers.lacare.org/v3app/a/?6713520D04184E241C0D022C0D340C1C130C11166E221738130C0A0C1737483A0002181B1A18225A403E370111000A0017361A331706230A171747040051305A030F4913504C5F0E5D235D01440F5D06405E75415663485C5B08015E122E575255120E50400B585A3848140C1C130C11162816582C06570F0B0447182948075E16504C4058565F685751080A4857114B7744016303000D5F550E07201D1205135557405C565E755C5E5A5B57273632724B516626235D282747190A262429355C5144512A57702C522B/#comparisonPage\n\nhttps://download.lineage.microg.org/river/\n\n",
"settings":
{
"buffer_size": 1057,
"line_ending": "Unix",
"name": "bqawet"
}
},
{
"file": "/home/wayne/.config/hypr/scripts/start-in-tray.sh",
"settings":
{
"buffer_size": 1551,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "/home/wayne/.config/hypr/scripts/start-keybase-gui.sh",
"settings":
{
"buffer_size": 1581,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"contents": "https://openwrt.org/user/huj3r/separate_lan_using_wan_port\n\nhttps://forum.openwrt.org/t/solved-need-help-configuring-a-separate-lan-using-the-wan-port/125538",
"settings":
{
"buffer_size": 157,
"line_ending": "Unix",
"name": "https://openwrt.org/user/huj3r/separate_lan_using_"
}
},
{
"contents": ".dandelion-background\n .jumbotron\n .container-fluid.home-user\n .row\n .col-md-8.text-center\n %h1= t(\"home.default.headline\", pod_name: pod_name)\n - if pod_name != \"diaspora*\"\n .text-center\n %h2 Customized for you, optimized for success.\n %h2 Your partner in innovation, every step of the way.\n %h2 Elevate your business, with technology tailored to your needs.\n %h2= t(\"home.default.byline\")\n .col-md-4.login-form\n = render partial: \"sessions/form\", locals: {mobile: false, resource: User.new, resource_name: :user}\n\n.text-center\n %h2 Customized for you, optimized for success.\n %h2 Your partner in innovation, every step of the way.\n %h2 Elevate your business, with technology tailored to your needs.\n",
"settings":
{
"buffer_size": 789,
"line_ending": "Unix",
"name": ".dandelion-background"
}
}
],
"build_system": "",
"build_system_choices":
[
],
"build_varint": "",
"command_palette":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
[
"json",
"JsonTree: Show Tree"
],
[
"inst",
"Package Control: Install Package"
],
[
"color",
"Color Highlight: Color Highlight Current File"
],
[
"install",
"Package Control: Install Package"
],
[
"ter",
"Terminus: Toggle Panel"
],
[
"editor",
"Snippet: editorconfig"
],
[
"ins",
"Package Control: Install Package"
],
[
"rei",
"ReIndent: to 2"
],
[
"Package Control: ",
"Package Control: Remove Package"
],
[
"remove",
"Package Control: Remove Package"
]
],
"width": 0.0
},
"console":
{
"height": 199.0,
"history":
[
]
},
"distraction_free":
{
"menu_visible": true,
"show_minimap": false,
"show_open_files": false,
"show_tabs": false,
"side_bar_visible": false,
"status_bar_visible": false
},
"expanded_folders":
[
"/home/wayne/system",
"/home/wayne/system/hm",
"/home/wayne/system/hm/modules",
"/home/wayne/system/hm/pkgs",
"/home/wayne/system/modules",
"/home/wayne/system/nix",
"/home/wayne/system/pkgs",
"/home/wayne/system/pkgs/virtualisation",
"/home/wayne/system/secrets"
],
"file_history":
[
"/home/wayne/system/modules/network.nix",
"/home/wayne/system/hm/pkgs/inet-packages.nix",
"/home/wayne/system/hm/pkgs/wm-packages.nix",
"/home/wayne/system/pkgs/app/terminal/kitty.nix",
"/home/wayne/system/pkgs/wm/mako/mako.nix",
"/home/wayne/system/pkgs/derivations/polycat/default.nix",
"/home/wayne/system/modules/display.nix",
"/home/wayne/system/modules/fonts.nix",
"/home/wayne/system/hardware-configuration.nix",
"/home/wayne/dev/glance/config/glance.yml",
"/home/wayne/dev/glance/config/home.yml",
"/home/wayne/.config/hypr/hyprland.conf",
"/home/wayne/bin/backup.sh",
"/home/wayne/bin/nextcloud_backup.sh",
"/home/wayne/dev/www/v2-scribevault/backend/app.js",
"/home/wayne/dev/www/v2-scribevault/backend/.env",
"/home/wayne/dev/www/v2-scribevault/backend/.env.dev",
"/home/wayne/dev/www/v2-scribevault/backend/.env.test",
"/home/wayne/dev/www/v2-scribevault/backend/notes.json",
"/home/wayne/dev/www/v2-scribevault/frontend/vite.config.js",
"/home/wayne/dev/www/v2-scribevault/frontend/.env",
"/home/wayne/check.sh",
"/home/wayne/bin/rsync.sh",
"/home/wayne/dev/whd/DMP/.editorconfig",
"/home/wayne/system/modules/tailscale.nix",
"/home/wayne/bin/scale.sh",
"/home/wayne/bin/polycat.sh",
"/home/wayne/bin/mkvhost.sh",
"/home/wayne/.nix-profile/bin/loginctl",
"/nix/var/nix/profiles/system/sw/bin/cat",
"/home/wayne/.ssh/config",
"/home/wayne/system/hm/home.nix",
"/home/wayne/system/pkgs/app/terminal/ghostty.nix",
"/home/wayne/system/configuration.nix",
"/home/wayne/system/modules/files.nix",
"/home/wayne/system/modules/users.nix",
"/home/wayne/.config/waybar/style.css.bak",
"/home/wayne/system/modules/security.nix",
"/home/wayne/system/pkgs/virtualisation/vbox.nix",
"/home/wayne/system/modules/containers.nix",
"/home/wayne/system/hm/pkgs/default.nix",
"/home/wayne/system/hm/pkgs/utilities.nix",
"/home/wayne/.dotfiles/home/bin/bin/rsync.sh",
"/home/wayne/backups/mail/2025/04/soldmyemail.info-full_20250424-000.snar",
"/home/wayne/.ssh/id_rsa",
"/home/wayne/.ssh/authorized_keys",
"/home/wayne/test/backup.sh",
"/home/wayne/test/backup.sh.bak",
"/home/wayne/sshfs/bin/backup.sh",
"/home/wayne/test/test/backup/2025/04/logs/img2img-images-incremental_20250426-002.log",
"/home/wayne/test/test/backup/2025/04/logs/extras-images-full_20250426-000.log",
"/home/wayne/test/test/backup/2025/04/logs/extras-images-incremental_20250426-001.log",
"/home/wayne/.dotfiles/home/config/.config/mpv/config.inc",
"/home/wayne/.dotfiles/home/bin/bin/removeGenerations.sh",
"/home/wayne/.local/share/remmina/group_rdp_xeon_xeon-local.remmina",
"/home/wayne/system/hm/pkgs/theme-packages.nix",
"/home/wayne/system/environment.nix",
"/home/wayne/system/secrets/secrets.nix",
"/home/wayne/system/pkgs/app/servers/ff-sync.nix",
"/home/wayne/system/hm/modules/hypr.nix",
"/home/wayne/.config/wlogout/layout",
"/home/wayne/.config/systemd/user/blueman-applet.service",
"/etc/systemd/system/polkit.service",
"/etc/systemd/system/polkit.service.d/overrides.conf",
"/home/wayne/system/pkgs/virtualisation/docker.nix",
"/home/wayne/system/hm/modules/theme.nix",
"/home/wayne/bin/hypr-logout.sh",
"/home/wayne/tmp/hypr/hyprexitwithgrace.log",
"/home/wayne/system/pkgs/app/utilities/bacula.nix",
"/home/wayne/system/modules/nix.nix",
"/home/wayne/.config/autostart/keybase_autostart.desktop",
"/home/wayne/.config/waybar/style.css",
"/home/wayne/modelfile",
"/home/wayne/modelfile.fred",
"/home/wayne/ai-api/stable-diffusion-webui/requirements.txt",
"/home/wayne/ai-api/stable-diffusion-webui/requirements_versions.txt",
"/home/wayne/modelfile.deepseek-r1",
"/home/wayne/modelfile.marvin",
"/home/wayne/ai-api/stable-diffusion-webui/flake.nix",
"/home/wayne/.zsh_history",
"/home/wayne/system/pkgs/shell/zsh.nix",
"/home/wayne/ai-api/stable-diffusion-webui/webui.sh",
"/home/wayne/system/pkgs/wm/hyprland/hyprland.nix",
"/home/wayne/invokeai/databases/invokeai.db",
"/home/wayne/invokeai/configs/models.yaml",
"/home/wayne/invokeai/invokeai.yaml",
"/home/wayne/system/modules/wm.nix",
"/home/wayne/system/hm/pkgs/llm-packages.nix",
"/home/wayne/.config/hypr/scripts/start-in-tray.sh",
"/home/wayne/.config/hypr/scripts/start-keybase-gui.sh",
"/home/wayne/system/hm/modules/wayland.nix",
"/home/wayne/.config/ghostty/config",
"/home/wayne/.config/kiorc",
"/home/wayne/.config/kioslaverc",
"/etc/samba/smb.conf",
"/home/wayne/system/hm/pkgs/creative-packages.nix",
"/etc/nixos/smb-secrets",
"/home/wayne/system/pkgs/wm/waybar/default.json",
"/home/wayne/system/pkgs/wm/waybar/waybar.nix",
"/home/wayne/system/hm/pkgs/gramming-packages.nix",
"/home/wayne/.ssh/known_hosts",
"/home/wayne/.ssh/id_rsa.pub",
"/etc/nix/nix.conf",
"/home/wayne/dev/www/lms-aider/.env",
"/home/wayne/dev/www/lms-aider/flake.nix",
"/home/wayne/dev/www/lms-aider/.gitignore",
"/home/wayne/dev/www/lms-aider/.envrc",
"/home/wayne/system/modules/musnix.nix",
"/home/wayne/dev/www/maelstrom/maelstrom/admin/package.json",
"/home/wayne/dev/www/maelstrom/maelstrom/admin/README",
"/home/wayne/Flakes/flake-aider-chat/README.md",
"/home/wayne/system/flakes/aider-chat/flake.nix",
"/home/wayne/dev/www/scribevault/container.nix",
"/home/wayne/dev/whd/live/public/tpl/footer.tpl.php",
"/home/wayne/dev/whd/live/public/index.php",
"/home/wayne/dev/whd/live/public/tpl/contact.tpl.php",
"/home/wayne/dev/whd/live/public/tpl/header.tpl.php",
"/home/wayne/dev/whd/live/public/assets/css/style.css",
"/home/wayne/dev/www/whc/2025/dashboard/notes/gitea.txt",
"/home/wayne/system/notes/sshfs.txt",
"/home/wayne/system/notes/NIxOS-firewall.txt",
"/home/wayne/system/notes/filter.txt",
"/home/wayne/system/notes/iptables.txt",
"/home/wayne/dev/www/whc/2025/dashboard/notes/animals.txt",
"/home/wayne/Documents/lineageOS.txt",
"/home/wayne/dev/www/whc/2025/dashboard/notes/calendar.txt",
"/home/wayne/dev/www/whc/2025/dashboard/notes/time.txt",
"/home/wayne/dev/www/whc/2025/dashboard/credits.txt"
],
"find":
{
"height": 35.0
},
"find_in_files":
{
"height": 181.0,
"where_history":
[
"/home/wayne/system",
"/home/wayne/system/nix",
"/home/wayne/system"
]
},
"find_state":
{
"case_sensitive": false,
"find_history":
[
" Nerd Font",
"polycat",
"enable = false",
"/27",
"10.0.0",
"tailscale",
"/24",
"localAddress = \"192.168.1",
"192",
"legacy",
".76.",
"tailscale",
"2ou",
"8153",
"859",
"bus",
"802.11",
"wlan",
"wireless",
"wire",
"wlan",
"eth0",
"wifi",
"https://downloads.openwrt.org/releases/24.10.0/targets/sunxi/cortexa53/openwrt-24.10.0-sunxi-cortexa53-xunlong_orangepi-zero3-ext4-sdcard.img.gz",
".12.",
"disk",
"udiskie",
"extraConfig",
"phpfpm",
"mpv",
"sound",
"remote",
"input-remapper",
"qtwayland",
"polkit",
"kdePackages.wayland",
"wayland",
"qt",
"polkit",
"ksudoku",
"kio",
"rgb",
"tty",
"cmake",
"cpio",
"jack",
"plug",
"{",
"ghostty",
"blueman",
"kio",
"kioworker",
"blueman",
"keybase",
"ai",
"swager",
"sudo",
"swagger",
"firefox",
"qt5",
"kdePackages.systemsettings",
"kio",
"adwaita",
"qtsvg",
"qtwayland",
"gwenview",
"kvantum",
"Qt5",
"kio-extras",
"kio-fuse",
"mongo",
"sddm",
"bluetooth",
"]'''",
"mongodb",
"12.80",
"glibc",
"glib",
"ghostty",
"pkgs-unstable",
"ghostty",
"code",
"subl",
"ide",
"ollama",
"cifs",
"smb",
"kio",
"dolphin",
"home-assistant",
"aider",
"unfree",
"zen",
"console",
"fetchHistoricalData",
"${n}",
"json.data",
"data.data",
"style=\"width: 100px;\"",
"toLocal",
"console.log",
"getElementsByClassName",
"getElementByClassName",
"Id",
"myLatitude",
"flex",
" style=\"width: 18rem;\"",
"myCarousel",
"waynehayes",
"home",
"viewmode",
"fullscreen",
"clock",
"custom",
"cava",
"method",
"24.05",
" video",
"sound",
"watcher",
"open",
"\">",
":D",
":d",
":[D]",
":*[d]",
":[*d]",
":"
],
"highlight": false,
"in_selection": false,
"preserve_case": false,
"regex": false,
"replace_history":
[
"",
"enable = true",
"/24",
"192.168.1",
"/27",
"localAddress = \"10.0.0",
".1.",
".76.",
"${symbol}",
"",
"querySelector",
"getElementsByClassName",
"ClassName",
"",
"childHelp",
"example",
"24.11",
"/etc",
"",
"diaspora",
"dispora",
"waynehayesdevelopment.com",
"scrollTop",
".svg",
"8.3-",
"-",
" ",
"3",
"",
"Nordzy-cursors",
"\"${config.home.homeDirectory}/",
"~/.local/share/wallpapers",
"system/pkgs",
"${pkgs.wlogout}",
"@hover_bg",
"background: @bg;",
"grammimg",
"../pkgs/",
"../../pkgs/",
"../pkgs/",
"",
"wayne",
"\"",
"XF86AudioLowerVolume,",
"XF86AudioRaiseVolume,",
"$mod,",
"custom-exit",
"\"wlr/taskbar\"",
"hyprland",
"circular = false",
"circular",
"",
"environment.sessionVariables.",
" = \"",
"pentablet"
],
"reverse": false,
"show_context": true,
"use_buffer2": true,
"whole_word": false,
"wrap": true
},
"groups":
[
{
"selected": 3,
"sheets":
[
{
"buffer": 0,
"file": "flake.nix",
"semi_transient": false,
"settings":
{
"buffer_size": 3476,
"regions":
{
},
"selection":
[
[
384,
384
]
],
"settings":
{
"syntax": "Packages/Nix/nix.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 402.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 10,
"type": "text"
},
{
"buffer": 1,
"file": "configuration.nix",
"semi_transient": false,
"settings":
{
"buffer_size": 8063,
"regions":
{
},
"selection":
[
[
917,
917
]
],
"settings":
{
"syntax": "Packages/Nix/nix.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 351.0,
"zoom_level": 1.0
},
"stack_index": 2,
"type": "text"
},
{
"buffer": 2,
"file": "modules/containers.nix",
"semi_transient": false,
"settings":
{
"buffer_size": 48863,
"regions":
{
},
"selection":
[
[
26242,
26242
]
],
"settings":
{
"syntax": "Packages/Nix/nix.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 3,
"type": "text"
},
{
"buffer": 3,
"file": "hm/home.nix",
"semi_transient": false,
"settings":
{
"buffer_size": 7550,
"regions":
{
},
"selection":
[
[
6429,
6429
]
],
"settings":
{
"syntax": "Packages/Nix/nix.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 3159.0,
"zoom_level": 1.0
},
"stack_index": 0,
"type": "text"
},
{
"buffer": 4,
"file": "pkgs/wm/waybar/default.json",
"semi_transient": false,
"settings":
{
"buffer_size": 5980,
"regions":
{
},
"selection":
[
[
5980,
5980
]
],
"settings":
{
"syntax": "Packages/JavaScript/JSON.sublime-syntax",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 702.0,
"zoom_level": 1.0
},
"stack_index": 5,
"type": "text"
},
{
"buffer": 5,
"file": "pkgs/wm/waybar/waybar.nix",
"semi_transient": false,
"settings":
{
"buffer_size": 1988,
"regions":
{
},
"selection":
[
[
1988,
1988
]
],
"settings":
{
"syntax": "Packages/Nix/nix.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 65.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 6,
"type": "text"
},
{
"buffer": 6,
"file": "/home/wayne/.config/waybar/style.css",
"semi_transient": false,
"settings":
{
"buffer_size": 11677,
"regions":
{
"col_0000004C":
{
"flags": 16,
"regions":
[
[
242,
260
]
],
"scope": "col_0000004C"
},
"col_0000004C_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_0000004C_circle.png",
"regions":
[
[
219,
219
]
],
"scope": "col_gutter"
},
"col_000000B2":
{
"flags": 16,
"regions":
[
[
103,
121
]
],
"scope": "col_000000B2"
},
"col_000000B2_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_000000B2_circle.png",
"regions":
[
[
73,
73
]
],
"scope": "col_gutter"
},
"col_000000FF":
{
"flags": 16,
"regions":
[
[
1793,
1797
]
],
"scope": "col_000000FF"
},
"col_000000FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_000000FF_circle.png",
"regions":
[
[
1778,
1778
]
],
"scope": "col_gutter"
},
"col_008000FF":
{
"flags": 16,
"regions":
[
[
11205,
11210
],
[
11594,
11599
]
],
"scope": "col_008000FF"
},
"col_008000FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_008000FF_circle.png",
"regions":
[
[
11196,
11196
],
[
11585,
11585
]
],
"scope": "col_gutter"
},
"col_191919A5":
{
"flags": 16,
"regions":
[
[
49,
71
]
],
"scope": "col_191919A5"
},
"col_191919A5_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_191919A5_circle.png",
"regions":
[
[
27,
27
]
],
"scope": "col_gutter"
},
"col_2E3440FF":
{
"flags": 16,
"regions":
[
[
788,
795
],
[
801,
808
]
],
"scope": "col_2E3440FF"
},
"col_2E3440FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_2E3440FF_circle.png",
"regions":
[
[
765,
765
],
[
798,
798
]
],
"scope": "col_gutter"
},
"col_3B4252FF":
{
"flags": 16,
"regions":
[
[
810,
817
]
],
"scope": "col_3B4252FF"
},
"col_3B4252FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_3B4252FF_circle.png",
"regions":
[
[
809,
809
]
],
"scope": "col_gutter"
},
"col_434C5EFF":
{
"flags": 16,
"regions":
[
[
819,
826
]
],
"scope": "col_434C5EFF"
},
"col_434C5EFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_434C5EFF_circle.png",
"regions":
[
[
818,
818
]
],
"scope": "col_gutter"
},
"col_4C566AFF":
{
"flags": 16,
"regions":
[
[
828,
835
]
],
"scope": "col_4C566AFF"
},
"col_4C566AFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_4C566AFF_circle.png",
"regions":
[
[
827,
827
]
],
"scope": "col_gutter"
},
"col_5E81ACFF":
{
"flags": 16,
"regions":
[
[
724,
731
],
[
891,
898
]
],
"scope": "col_5E81ACFF"
},
"col_5E81ACFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_5E81ACFF_circle.png",
"regions":
[
[
699,
699
],
[
890,
890
]
],
"scope": "col_gutter"
},
"col_6464647F":
{
"flags": 16,
"regions":
[
[
332,
356
]
],
"scope": "col_6464647F"
},
"col_6464647F_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_6464647F_circle.png",
"regions":
[
[
308,
308
]
],
"scope": "col_gutter"
},
"col_81A1C1FF":
{
"flags": 16,
"regions":
[
[
882,
889
]
],
"scope": "col_81A1C1FF"
},
"col_81A1C1FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_81A1C1FF_circle.png",
"regions":
[
[
881,
881
]
],
"scope": "col_gutter"
},
"col_88C0D0FF":
{
"flags": 16,
"regions":
[
[
873,
880
]
],
"scope": "col_88C0D0FF"
},
"col_88C0D0FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_88C0D0FF_circle.png",
"regions":
[
[
872,
872
]
],
"scope": "col_gutter"
},
"col_8FBCBBFF":
{
"flags": 16,
"regions":
[
[
864,
871
],
[
9363,
9370
],
[
10310,
10317
],
[
10732,
10739
]
],
"scope": "col_8FBCBBFF"
},
"col_8FBCBBFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_8FBCBBFF_circle.png",
"regions":
[
[
863,
863
],
[
9347,
9347
],
[
10296,
10296
],
[
10716,
10716
]
],
"scope": "col_gutter"
},
"col_A3BE8CFF":
{
"flags": 16,
"regions":
[
[
927,
934
]
],
"scope": "col_A3BE8CFF"
},
"col_A3BE8CFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_A3BE8CFF_circle.png",
"regions":
[
[
926,
926
]
],
"scope": "col_gutter"
},
"col_B48EADFF":
{
"flags": 16,
"regions":
[
[
936,
943
]
],
"scope": "col_B48EADFF"
},
"col_B48EADFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_B48EADFF_circle.png",
"regions":
[
[
935,
935
]
],
"scope": "col_gutter"
},
"col_BF616AFF":
{
"flags": 16,
"regions":
[
[
900,
907
]
],
"scope": "col_BF616AFF"
},
"col_BF616AFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_BF616AFF_circle.png",
"regions":
[
[
899,
899
]
],
"scope": "col_gutter"
},
"col_C8C8C87F":
{
"flags": 16,
"regions":
[
[
191,
215
]
],
"scope": "col_C8C8C87F"
},
"col_C8C8C87F_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_C8C8C87F_circle.png",
"regions":
[
[
166,
166
]
],
"scope": "col_gutter"
},
"col_D08770FF":
{
"flags": 16,
"regions":
[
[
909,
916
]
],
"scope": "col_D08770FF"
},
"col_D08770FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_D08770FF_circle.png",
"regions":
[
[
908,
908
]
],
"scope": "col_gutter"
},
"col_D8DEE9FF":
{
"flags": 16,
"regions":
[
[
837,
844
]
],
"scope": "col_D8DEE9FF"
},
"col_D8DEE9FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_D8DEE9FF_circle.png",
"regions":
[
[
836,
836
]
],
"scope": "col_gutter"
},
"col_E5E9F0FF":
{
"flags": 16,
"regions":
[
[
690,
697
],
[
846,
853
]
],
"scope": "col_E5E9F0FF"
},
"col_E5E9F0FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_E5E9F0FF_circle.png",
"regions":
[
[
673,
673
],
[
845,
845
]
],
"scope": "col_gutter"
},
"col_EBCB8BFF":
{
"flags": 16,
"regions":
[
[
756,
763
],
[
918,
925
]
],
"scope": "col_EBCB8BFF"
},
"col_EBCB8BFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_EBCB8BFF_circle.png",
"regions":
[
[
733,
733
],
[
917,
917
]
],
"scope": "col_gutter"
},
"col_ECEFF4FF":
{
"flags": 16,
"regions":
[
[
855,
862
]
],
"scope": "col_ECEFF4FF"
},
"col_ECEFF4FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_ECEFF4FF_circle.png",
"regions":
[
[
854,
854
]
],
"scope": "col_gutter"
},
"col_FF0000FF":
{
"flags": 16,
"regions":
[
[
9676,
9679
],
[
11257,
11260
],
[
11633,
11636
]
],
"scope": "col_FF0000FF"
},
"col_FF0000FF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_FF0000FF_circle.png",
"regions":
[
[
9662,
9662
],
[
11248,
11248
],
[
11624,
11624
]
],
"scope": "col_gutter"
},
"col_FFC80059":
{
"flags": 16,
"regions":
[
[
4961,
4984
]
],
"scope": "col_FFC80059"
},
"col_FFC80059_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_FFC80059_circle.png",
"regions":
[
[
4947,
4947
]
],
"scope": "col_gutter"
},
"col_FFFFFF33":
{
"flags": 16,
"regions":
[
[
407,
431
]
],
"scope": "col_FFFFFF33"
},
"col_FFFFFF33_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_FFFFFF33_circle.png",
"regions":
[
[
381,
381
]
],
"scope": "col_gutter"
},
"col_FFFFFF3F":
{
"flags": 16,
"regions":
[
[
605,
630
]
],
"scope": "col_FFFFFF3F"
},
"col_FFFFFF3F_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_FFFFFF3F_circle.png",
"regions":
[
[
574,
574
]
],
"scope": "col_gutter"
},
"col_FFFFFF4C":
{
"flags": 16,
"regions":
[
[
6677,
6701
]
],
"scope": "col_FFFFFF4C"
},
"col_FFFFFF4C_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_FFFFFF4C_circle.png",
"regions":
[
[
6651,
6651
]
],
"scope": "col_gutter"
},
"col_FFFFFFFF":
{
"flags": 16,
"regions":
[
[
519,
524
],
[
4625,
4630
],
[
6795,
6800
],
[
6915,
6920
],
[
7000,
7005
],
[
8269,
8274
]
],
"scope": "col_FFFFFFFF"
},
"col_FFFFFFFF_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_FFFFFFFF_circle.png",
"regions":
[
[
492,
492
],
[
4599,
4599
],
[
6787,
6787
],
[
6889,
6889
],
[
6974,
6974
],
[
8243,
8243
]
],
"scope": "col_gutter"
}
},
"selection":
[
[
2356,
2356
]
],
"settings":
{
"syntax": "Packages/CSS/CSS.sublime-syntax",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 2340.0,
"zoom_level": 1.0
},
"stack_index": 1,
"type": "text"
},
{
"buffer": 7,
"file": "modules/fonts.nix",
"semi_transient": true,
"settings":
{
"buffer_size": 286,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"syntax": "Packages/Nix/nix.tmLanguage"
},
"translation.x": 521.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 4,
"type": "text"
},
{
"buffer": 8,
"file": "pkgs/wm/hyprland/hyprland.nix",
"semi_transient": false,
"settings":
{
"buffer_size": 15707,
"regions":
{
"col_66000001":
{
"flags": 16,
"regions":
[
[
11473,
11483
]
],
"scope": "col_66000001"
},
"col_66000001_icon":
{
"flags": 16,
"icon": "Packages/User/Color Highlight.cache/col_66000001_circle.png",
"regions":
[
[
11454,
11454
]
],
"scope": "col_gutter"
}
},
"selection":
[
[
9588,
9588
]
],
"settings":
{
"syntax": "Packages/Nix/nix.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"typescript_plugin_format_options":
{
"convertTabsToSpaces": true,
"indentSize": 2,
"tabSize": 2
}
},
"translation.x": 104.0,
"translation.y": 5564.0,
"zoom_level": 1.0
},
"stack_index": 7,
"type": "text"
},
{
"buffer": 9,
"semi_transient": false,
"settings":
{
"buffer_size": 688,
"regions":
{
},
"selection":
[
[
652,
652
]
],
"settings":
{
"auto_name": "gitlab_rails['smtp_enable'] = true",
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 469.0,
"zoom_level": 1.0
},
"stack_index": 9,
"type": "text"
}
]
},
{
"selected": 0,
"sheets":
[
{
"buffer": 10,
"semi_transient": false,
"settings":
{
"buffer_size": 1057,
"regions":
{
},
"selection":
[
[
1057,
1057
]
],
"settings":
{
"auto_name": "bqawet",
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 909.0,
"zoom_level": 1.0
},
"stack_index": 8,
"type": "text"
},
{
"buffer": 11,
"file": "/home/wayne/.config/hypr/scripts/start-in-tray.sh",
"semi_transient": false,
"settings":
{
"buffer_size": 1551,
"regions":
{
},
"selection":
[
[
1551,
1551
]
],
"settings":
{
"syntax": "Packages/ShellScript/Bash.sublime-syntax",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 12,
"type": "text"
},
{
"buffer": 12,
"file": "/home/wayne/.config/hypr/scripts/start-keybase-gui.sh",
"semi_transient": false,
"settings":
{
"buffer_size": 1581,
"regions":
{
},
"selection":
[
[
516,
516
]
],
"settings":
{
"syntax": "Packages/ShellScript/Bash.sublime-syntax",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 13,
"type": "text"
},
{
"buffer": 13,
"semi_transient": false,
"settings":
{
"buffer_size": 157,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"auto_name": "https://openwrt.org/user/huj3r/separate_lan_using_",
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 11,
"type": "text"
}
]
},
{
"selected": 0,
"sheets":
[
{
"buffer": 14,
"semi_transient": false,
"settings":
{
"buffer_size": 789,
"regions":
{
},
"selection":
[
[
789,
789
]
],
"settings":
{
"auto_name": ".dandelion-background",
"syntax": "Packages/Text/Plain text.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 14,
"type": "text"
}
]
}
],
"incremental_find":
{
"height": 35.0
},
"input":
{
"height": 72.0
},
"layout":
{
"cells":
[
[
0,
0,
1,
1
],
[
0,
1,
2,
2
],
[
1,
0,
2,
1
]
],
"cols":
[
0.0,
0.986172566372,
1.0
],
"rows":
[
0.0,
0.972191323693,
1.0
]
},
"menu_visible": true,
"output.Terminus":
{
"height": 174.0
},
"output.doc":
{
"height": 0.0
},
"output.exec":
{
"height": 162.0
},
"output.find_results":
{
"height": 0.0
},
"pinned_build_system": "",
"project": "system.sublime-project",
"replace":
{
"height": 86.0
},
"save_all_on_build": true,
"select_file":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"select_project":
{
"height": 500.0,
"last_filter": "",
"selected_items":
[
[
"",
"~/dev/www/whc/2025/dashboard/WHC-2025-Deshboard.sublime-project"
]
],
"width": 380.0
},
"select_symbol":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"selected_group": 0,
"settings":
{
},
"show_minimap": true,
"show_open_files": false,
"show_tabs": true,
"side_bar_visible": true,
"side_bar_width": 260.0,
"status_bar_visible": true,
"template_settings":
{
}
}