update zed config
This commit is contained in:
parent
a7bb860403
commit
42abb59588
5 changed files with 93 additions and 31 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
[desktop]
|
[desktop]
|
||||||
depends = [ "default" ]
|
depends = [ "default" ]
|
||||||
|
|
||||||
[desktop.files]
|
[desktop.files]
|
||||||
"configs/mpv" = "~/.config/mpv"
|
"configs/mpv" = "~/.config/mpv"
|
||||||
"configs/swappy" = "~/.config/swappy"
|
"configs/swappy" = "~/.config/swappy"
|
||||||
|
|
@ -24,6 +25,7 @@
|
||||||
|
|
||||||
[niri]
|
[niri]
|
||||||
depends = [ "wm", "terminals" ]
|
depends = [ "wm", "terminals" ]
|
||||||
|
|
||||||
[niri.files]
|
[niri.files]
|
||||||
"configs/hypr/base/hypridle.conf" = "~/.config/hypr/hypridle.conf"
|
"configs/hypr/base/hypridle.conf" = "~/.config/hypr/hypridle.conf"
|
||||||
"configs/niri/base" = "~/.config/niri"
|
"configs/niri/base" = "~/.config/niri"
|
||||||
|
|
@ -42,7 +44,6 @@
|
||||||
"configs/wlogout" = "~/.config/wlogout"
|
"configs/wlogout" = "~/.config/wlogout"
|
||||||
"configs/wpaperd" = "~/.config/wpaperd"
|
"configs/wpaperd" = "~/.config/wpaperd"
|
||||||
|
|
||||||
|
|
||||||
[terminals.files]
|
[terminals.files]
|
||||||
"configs/alacritty" = "~/.config/alacritty"
|
"configs/alacritty" = "~/.config/alacritty"
|
||||||
"configs/ghostty" = "~/.config/ghostty"
|
"configs/ghostty" = "~/.config/ghostty"
|
||||||
|
|
@ -60,13 +61,14 @@
|
||||||
depends = [ "cli-utils", "terminals" ]
|
depends = [ "cli-utils", "terminals" ]
|
||||||
|
|
||||||
[dev.files]
|
[dev.files]
|
||||||
"configs/containers" = "~/.config/containers"
|
"configs/containers" = "~/.config/containers"
|
||||||
"configs/git" = "~/.config/git"
|
"configs/git" = "~/.config/git"
|
||||||
"configs/lazygit" = "~/.config/lazygit"
|
"configs/lazygit" = "~/.config/lazygit"
|
||||||
"configs/mise" = "~/.config/mise"
|
"configs/mise" = "~/.config/mise"
|
||||||
"configs/nvim" = "~/.config/nvim"
|
"configs/nvim" = "~/.config/nvim"
|
||||||
"configs/rumdl" = "~/.config/rumdl"
|
"configs/rumdl" = "~/.config/rumdl"
|
||||||
"configs/zed" = "~/.config/zed"
|
"configs/zed" = "~/.config/zed"
|
||||||
|
"configs/tombi" = "~/.config/tombi"
|
||||||
"configs/systemd/user/database-ssh-tunnel@.service" = "~/.config/systemd/user/database-ssh-tunnel@.service"
|
"configs/systemd/user/database-ssh-tunnel@.service" = "~/.config/systemd/user/database-ssh-tunnel@.service"
|
||||||
|
|
||||||
[nvim-min.files]
|
[nvim-min.files]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
binds {
|
binds {
|
||||||
Mod+Shift+Slash {
|
Mod+F1 {
|
||||||
show-hotkey-overlay
|
show-hotkey-overlay
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@
|
||||||
"autoShowDelay": 150,
|
"autoShowDelay": 150,
|
||||||
"backgroundOpacity": 0,
|
"backgroundOpacity": 0,
|
||||||
"barType": "floating",
|
"barType": "floating",
|
||||||
|
"capsuleColorKey": "none",
|
||||||
"capsuleOpacity": 1,
|
"capsuleOpacity": 1,
|
||||||
"density": "default",
|
"density": "default",
|
||||||
"displayMode": "always_visible",
|
"displayMode": "always_visible",
|
||||||
|
|
@ -59,13 +60,13 @@
|
||||||
"widgets": {
|
"widgets": {
|
||||||
"center": [
|
"center": [
|
||||||
{
|
{
|
||||||
|
"clockColor": "none",
|
||||||
"customFont": "",
|
"customFont": "",
|
||||||
"formatHorizontal": "h:mm AP",
|
"formatHorizontal": "h:mm AP",
|
||||||
"formatVertical": "HH mm - dd MM",
|
"formatVertical": "HH mm - dd MM",
|
||||||
"id": "Clock",
|
"id": "Clock",
|
||||||
"tooltipFormat": "yyyy-MM-dd",
|
"tooltipFormat": "yyyy-MM-dd",
|
||||||
"useCustomFont": false,
|
"useCustomFont": false
|
||||||
"usePrimaryColor": false
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"left": [
|
"left": [
|
||||||
|
|
@ -82,6 +83,7 @@
|
||||||
"id": "Workspace",
|
"id": "Workspace",
|
||||||
"labelMode": "none",
|
"labelMode": "none",
|
||||||
"occupiedColor": "secondary",
|
"occupiedColor": "secondary",
|
||||||
|
"pillSize": 0.6,
|
||||||
"reverseScroll": false,
|
"reverseScroll": false,
|
||||||
"showApplications": false,
|
"showApplications": false,
|
||||||
"showBadge": true,
|
"showBadge": true,
|
||||||
|
|
@ -103,6 +105,7 @@
|
||||||
"showArtistFirst": false,
|
"showArtistFirst": false,
|
||||||
"showProgressRing": true,
|
"showProgressRing": true,
|
||||||
"showVisualizer": true,
|
"showVisualizer": true,
|
||||||
|
"textColor": "none",
|
||||||
"useFixedWidth": false,
|
"useFixedWidth": false,
|
||||||
"visualizerType": "wave"
|
"visualizerType": "wave"
|
||||||
},
|
},
|
||||||
|
|
@ -113,6 +116,7 @@
|
||||||
"maxWidth": 145,
|
"maxWidth": 145,
|
||||||
"scrollingMode": "hover",
|
"scrollingMode": "hover",
|
||||||
"showIcon": true,
|
"showIcon": true,
|
||||||
|
"textColor": "none",
|
||||||
"useFixedWidth": false
|
"useFixedWidth": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -120,6 +124,7 @@
|
||||||
{
|
{
|
||||||
"blacklist": [
|
"blacklist": [
|
||||||
],
|
],
|
||||||
|
"chevronColor": "none",
|
||||||
"colorizeIcons": false,
|
"colorizeIcons": false,
|
||||||
"drawerEnabled": true,
|
"drawerEnabled": true,
|
||||||
"hidePassive": false,
|
"hidePassive": false,
|
||||||
|
|
@ -129,27 +134,35 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"iconColor": "none",
|
||||||
"id": "WallpaperSelector"
|
"id": "WallpaperSelector"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hideWhenZero": false,
|
"hideWhenZero": false,
|
||||||
"hideWhenZeroUnread": false,
|
"hideWhenZeroUnread": false,
|
||||||
|
"iconColor": "none",
|
||||||
"id": "NotificationHistory",
|
"id": "NotificationHistory",
|
||||||
"showUnreadBadge": true,
|
"showUnreadBadge": true,
|
||||||
"unreadBadgeColor": "primary"
|
"unreadBadgeColor": "primary"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"displayMode": "onhover",
|
"displayMode": "onhover",
|
||||||
"id": "Network"
|
"iconColor": "none",
|
||||||
|
"id": "Network",
|
||||||
|
"textColor": "none"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"displayMode": "onhover",
|
"displayMode": "onhover",
|
||||||
"id": "Bluetooth"
|
"iconColor": "none",
|
||||||
|
"id": "Bluetooth",
|
||||||
|
"textColor": "none"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"displayMode": "onhover",
|
"displayMode": "onhover",
|
||||||
|
"iconColor": "none",
|
||||||
"id": "Volume",
|
"id": "Volume",
|
||||||
"middleClickCommand": "pwvucontrol || pavucontrol"
|
"middleClickCommand": "pwvucontrol || pavucontrol",
|
||||||
|
"textColor": "none"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"deviceNativePath": "",
|
"deviceNativePath": "",
|
||||||
|
|
@ -158,8 +171,7 @@
|
||||||
"hideIfNotDetected": true,
|
"hideIfNotDetected": true,
|
||||||
"id": "Battery",
|
"id": "Battery",
|
||||||
"showNoctaliaPerformance": true,
|
"showNoctaliaPerformance": true,
|
||||||
"showPowerProfiles": true,
|
"showPowerProfiles": true
|
||||||
"warningThreshold": 20
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"colorizeDistroLogo": false,
|
"colorizeDistroLogo": false,
|
||||||
|
|
@ -295,6 +307,8 @@
|
||||||
"autoStartAuth": false,
|
"autoStartAuth": false,
|
||||||
"avatarImage": "/home/aleidk/.face",
|
"avatarImage": "/home/aleidk/.face",
|
||||||
"boxRadiusRatio": 1,
|
"boxRadiusRatio": 1,
|
||||||
|
"clockFormat": "hh\\nmm",
|
||||||
|
"clockStyle": "custom",
|
||||||
"compactLockScreen": false,
|
"compactLockScreen": false,
|
||||||
"dimmerOpacity": 0.25,
|
"dimmerOpacity": 0.25,
|
||||||
"enableLockScreenCountdown": true,
|
"enableLockScreenCountdown": true,
|
||||||
|
|
@ -361,6 +375,7 @@
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"backgroundOpacity": 1,
|
"backgroundOpacity": 1,
|
||||||
"criticalUrgencyDuration": 15,
|
"criticalUrgencyDuration": 15,
|
||||||
|
"enableBatteryToast": true,
|
||||||
"enableKeyboardLayoutToast": true,
|
"enableKeyboardLayoutToast": true,
|
||||||
"enableMediaToast": false,
|
"enableMediaToast": false,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
@ -401,6 +416,9 @@
|
||||||
],
|
],
|
||||||
"overlayLayer": true
|
"overlayLayer": true
|
||||||
},
|
},
|
||||||
|
"plugins": {
|
||||||
|
"autoUpdate": false
|
||||||
|
},
|
||||||
"sessionMenu": {
|
"sessionMenu": {
|
||||||
"countdownDuration": 5000,
|
"countdownDuration": 5000,
|
||||||
"enableCountdown": true,
|
"enableCountdown": true,
|
||||||
|
|
@ -448,12 +466,16 @@
|
||||||
"showHeader": true,
|
"showHeader": true,
|
||||||
"showNumberLabels": true
|
"showNumberLabels": true
|
||||||
},
|
},
|
||||||
"settingsVersion": 46,
|
"settingsVersion": 49,
|
||||||
"systemMonitor": {
|
"systemMonitor": {
|
||||||
|
"batteryCriticalThreshold": 5,
|
||||||
|
"batteryWarningThreshold": 20,
|
||||||
"cpuCriticalThreshold": 90,
|
"cpuCriticalThreshold": 90,
|
||||||
"cpuPollingInterval": 3000,
|
"cpuPollingInterval": 1000,
|
||||||
"cpuWarningThreshold": 80,
|
"cpuWarningThreshold": 80,
|
||||||
"criticalColor": "",
|
"criticalColor": "",
|
||||||
|
"diskAvailCriticalThreshold": 10,
|
||||||
|
"diskAvailWarningThreshold": 20,
|
||||||
"diskCriticalThreshold": 90,
|
"diskCriticalThreshold": 90,
|
||||||
"diskPollingInterval": 3000,
|
"diskPollingInterval": 3000,
|
||||||
"diskWarningThreshold": 80,
|
"diskWarningThreshold": 80,
|
||||||
|
|
@ -464,19 +486,22 @@
|
||||||
"gpuWarningThreshold": 80,
|
"gpuWarningThreshold": 80,
|
||||||
"loadAvgPollingInterval": 3000,
|
"loadAvgPollingInterval": 3000,
|
||||||
"memCriticalThreshold": 90,
|
"memCriticalThreshold": 90,
|
||||||
"memPollingInterval": 3000,
|
"memPollingInterval": 1000,
|
||||||
"memWarningThreshold": 80,
|
"memWarningThreshold": 80,
|
||||||
"networkPollingInterval": 3000,
|
"networkPollingInterval": 1000,
|
||||||
"swapCriticalThreshold": 90,
|
"swapCriticalThreshold": 90,
|
||||||
"swapWarningThreshold": 80,
|
"swapWarningThreshold": 80,
|
||||||
"tempCriticalThreshold": 90,
|
"tempCriticalThreshold": 90,
|
||||||
"tempPollingInterval": 3000,
|
|
||||||
"tempWarningThreshold": 80,
|
"tempWarningThreshold": 80,
|
||||||
"useCustomColors": false,
|
"useCustomColors": false,
|
||||||
"warningColor": ""
|
"warningColor": ""
|
||||||
},
|
},
|
||||||
"templates": {
|
"templates": {
|
||||||
"activeTemplates": [
|
"activeTemplates": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "gtk"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"enableUserTheming": false
|
"enableUserTheming": false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
16
configs/tombi/config.toml
Normal file
16
configs/tombi/config.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
[format]
|
||||||
|
[format.rules]
|
||||||
|
array-bracket-space-width = 1
|
||||||
|
array-comma-space-width = 1
|
||||||
|
date-time-delimiter = "T"
|
||||||
|
indent-style = "space"
|
||||||
|
indent-sub-tables = true
|
||||||
|
indent-table-key-value-pairs = true
|
||||||
|
indent-width = 2
|
||||||
|
inline-table-brace-space-width = 1
|
||||||
|
inline-table-comma-space-width = 1
|
||||||
|
key-value-equals-sign-alignment = true
|
||||||
|
key-value-equals-sign-space-width = 1
|
||||||
|
string-quote-style = "double"
|
||||||
|
trailing-comment-alignment = true
|
||||||
|
trailing-comment-space-width = 2
|
||||||
|
|
@ -9,6 +9,23 @@
|
||||||
{
|
{
|
||||||
"formatter": "language_server",
|
"formatter": "language_server",
|
||||||
"zoomed_padding": false,
|
"zoomed_padding": false,
|
||||||
|
"auto_install_extensions": {
|
||||||
|
"biome": true,
|
||||||
|
"catppuccin": true,
|
||||||
|
"catppuccin-icons": true,
|
||||||
|
"docker-compose": true,
|
||||||
|
"dockerfile": true,
|
||||||
|
"fish": true,
|
||||||
|
"git-firefly": true,
|
||||||
|
"html": true,
|
||||||
|
"kdl": true,
|
||||||
|
"lua": true,
|
||||||
|
"php": true,
|
||||||
|
"rumdl": true,
|
||||||
|
"sql": true,
|
||||||
|
"tombi": true,
|
||||||
|
"toml": true
|
||||||
|
},
|
||||||
"active_pane_modifiers": {
|
"active_pane_modifiers": {
|
||||||
"border_size": -1.0
|
"border_size": -1.0
|
||||||
},
|
},
|
||||||
|
|
@ -47,6 +64,13 @@
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
|
"Fish": {
|
||||||
|
"formatter": {
|
||||||
|
"external": {
|
||||||
|
"command": "fish_indent"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"SQL": {
|
"SQL": {
|
||||||
"format_on_save": "on",
|
"format_on_save": "on",
|
||||||
"formatter": {
|
"formatter": {
|
||||||
|
|
@ -292,7 +316,11 @@
|
||||||
{
|
{
|
||||||
"host": "getwfr-2-piloto",
|
"host": "getwfr-2-piloto",
|
||||||
"args": [],
|
"args": [],
|
||||||
"projects": []
|
"projects": [
|
||||||
|
{
|
||||||
|
"paths": ["/bcn/workflow/piloto/php/./"]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "saria",
|
"host": "saria",
|
||||||
|
|
@ -337,15 +365,6 @@
|
||||||
"dark": "Catppuccin Macchiato"
|
"dark": "Catppuccin Macchiato"
|
||||||
},
|
},
|
||||||
"lsp": {
|
"lsp": {
|
||||||
"tombi": {
|
|
||||||
"initialization_options": {
|
|
||||||
"format": {
|
|
||||||
"rules": {
|
|
||||||
"indent-sub-tables": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ruff": {
|
"ruff": {
|
||||||
"initialization_options": {
|
"initialization_options": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue