update zed config
This commit is contained in:
parent
a7bb860403
commit
42abb59588
5 changed files with 93 additions and 31 deletions
|
|
@ -1,5 +1,5 @@
|
|||
binds {
|
||||
Mod+Shift+Slash {
|
||||
Mod+F1 {
|
||||
show-hotkey-overlay
|
||||
}
|
||||
//
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
"autoShowDelay": 150,
|
||||
"backgroundOpacity": 0,
|
||||
"barType": "floating",
|
||||
"capsuleColorKey": "none",
|
||||
"capsuleOpacity": 1,
|
||||
"density": "default",
|
||||
"displayMode": "always_visible",
|
||||
|
|
@ -59,13 +60,13 @@
|
|||
"widgets": {
|
||||
"center": [
|
||||
{
|
||||
"clockColor": "none",
|
||||
"customFont": "",
|
||||
"formatHorizontal": "h:mm AP",
|
||||
"formatVertical": "HH mm - dd MM",
|
||||
"id": "Clock",
|
||||
"tooltipFormat": "yyyy-MM-dd",
|
||||
"useCustomFont": false,
|
||||
"usePrimaryColor": false
|
||||
"useCustomFont": false
|
||||
}
|
||||
],
|
||||
"left": [
|
||||
|
|
@ -82,6 +83,7 @@
|
|||
"id": "Workspace",
|
||||
"labelMode": "none",
|
||||
"occupiedColor": "secondary",
|
||||
"pillSize": 0.6,
|
||||
"reverseScroll": false,
|
||||
"showApplications": false,
|
||||
"showBadge": true,
|
||||
|
|
@ -103,6 +105,7 @@
|
|||
"showArtistFirst": false,
|
||||
"showProgressRing": true,
|
||||
"showVisualizer": true,
|
||||
"textColor": "none",
|
||||
"useFixedWidth": false,
|
||||
"visualizerType": "wave"
|
||||
},
|
||||
|
|
@ -113,6 +116,7 @@
|
|||
"maxWidth": 145,
|
||||
"scrollingMode": "hover",
|
||||
"showIcon": true,
|
||||
"textColor": "none",
|
||||
"useFixedWidth": false
|
||||
}
|
||||
],
|
||||
|
|
@ -120,6 +124,7 @@
|
|||
{
|
||||
"blacklist": [
|
||||
],
|
||||
"chevronColor": "none",
|
||||
"colorizeIcons": false,
|
||||
"drawerEnabled": true,
|
||||
"hidePassive": false,
|
||||
|
|
@ -129,27 +134,35 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"iconColor": "none",
|
||||
"id": "WallpaperSelector"
|
||||
},
|
||||
{
|
||||
"hideWhenZero": false,
|
||||
"hideWhenZeroUnread": false,
|
||||
"iconColor": "none",
|
||||
"id": "NotificationHistory",
|
||||
"showUnreadBadge": true,
|
||||
"unreadBadgeColor": "primary"
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"id": "Network"
|
||||
"iconColor": "none",
|
||||
"id": "Network",
|
||||
"textColor": "none"
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"id": "Bluetooth"
|
||||
"iconColor": "none",
|
||||
"id": "Bluetooth",
|
||||
"textColor": "none"
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"iconColor": "none",
|
||||
"id": "Volume",
|
||||
"middleClickCommand": "pwvucontrol || pavucontrol"
|
||||
"middleClickCommand": "pwvucontrol || pavucontrol",
|
||||
"textColor": "none"
|
||||
},
|
||||
{
|
||||
"deviceNativePath": "",
|
||||
|
|
@ -158,8 +171,7 @@
|
|||
"hideIfNotDetected": true,
|
||||
"id": "Battery",
|
||||
"showNoctaliaPerformance": true,
|
||||
"showPowerProfiles": true,
|
||||
"warningThreshold": 20
|
||||
"showPowerProfiles": true
|
||||
},
|
||||
{
|
||||
"colorizeDistroLogo": false,
|
||||
|
|
@ -295,6 +307,8 @@
|
|||
"autoStartAuth": false,
|
||||
"avatarImage": "/home/aleidk/.face",
|
||||
"boxRadiusRatio": 1,
|
||||
"clockFormat": "hh\\nmm",
|
||||
"clockStyle": "custom",
|
||||
"compactLockScreen": false,
|
||||
"dimmerOpacity": 0.25,
|
||||
"enableLockScreenCountdown": true,
|
||||
|
|
@ -361,6 +375,7 @@
|
|||
"notifications": {
|
||||
"backgroundOpacity": 1,
|
||||
"criticalUrgencyDuration": 15,
|
||||
"enableBatteryToast": true,
|
||||
"enableKeyboardLayoutToast": true,
|
||||
"enableMediaToast": false,
|
||||
"enabled": true,
|
||||
|
|
@ -401,6 +416,9 @@
|
|||
],
|
||||
"overlayLayer": true
|
||||
},
|
||||
"plugins": {
|
||||
"autoUpdate": false
|
||||
},
|
||||
"sessionMenu": {
|
||||
"countdownDuration": 5000,
|
||||
"enableCountdown": true,
|
||||
|
|
@ -448,12 +466,16 @@
|
|||
"showHeader": true,
|
||||
"showNumberLabels": true
|
||||
},
|
||||
"settingsVersion": 46,
|
||||
"settingsVersion": 49,
|
||||
"systemMonitor": {
|
||||
"batteryCriticalThreshold": 5,
|
||||
"batteryWarningThreshold": 20,
|
||||
"cpuCriticalThreshold": 90,
|
||||
"cpuPollingInterval": 3000,
|
||||
"cpuPollingInterval": 1000,
|
||||
"cpuWarningThreshold": 80,
|
||||
"criticalColor": "",
|
||||
"diskAvailCriticalThreshold": 10,
|
||||
"diskAvailWarningThreshold": 20,
|
||||
"diskCriticalThreshold": 90,
|
||||
"diskPollingInterval": 3000,
|
||||
"diskWarningThreshold": 80,
|
||||
|
|
@ -464,19 +486,22 @@
|
|||
"gpuWarningThreshold": 80,
|
||||
"loadAvgPollingInterval": 3000,
|
||||
"memCriticalThreshold": 90,
|
||||
"memPollingInterval": 3000,
|
||||
"memPollingInterval": 1000,
|
||||
"memWarningThreshold": 80,
|
||||
"networkPollingInterval": 3000,
|
||||
"networkPollingInterval": 1000,
|
||||
"swapCriticalThreshold": 90,
|
||||
"swapWarningThreshold": 80,
|
||||
"tempCriticalThreshold": 90,
|
||||
"tempPollingInterval": 3000,
|
||||
"tempWarningThreshold": 80,
|
||||
"useCustomColors": false,
|
||||
"warningColor": ""
|
||||
},
|
||||
"templates": {
|
||||
"activeTemplates": [
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "gtk"
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"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": {
|
||||
"border_size": -1.0
|
||||
},
|
||||
|
|
@ -47,6 +64,13 @@
|
|||
"enabled": true
|
||||
},
|
||||
"languages": {
|
||||
"Fish": {
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "fish_indent"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SQL": {
|
||||
"format_on_save": "on",
|
||||
"formatter": {
|
||||
|
|
@ -292,7 +316,11 @@
|
|||
{
|
||||
"host": "getwfr-2-piloto",
|
||||
"args": [],
|
||||
"projects": []
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/bcn/workflow/piloto/php/./"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"host": "saria",
|
||||
|
|
@ -337,15 +365,6 @@
|
|||
"dark": "Catppuccin Macchiato"
|
||||
},
|
||||
"lsp": {
|
||||
"tombi": {
|
||||
"initialization_options": {
|
||||
"format": {
|
||||
"rules": {
|
||||
"indent-sub-tables": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ruff": {
|
||||
"initialization_options": {
|
||||
"settings": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue