mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 18:42:04 +00:00
Autofmt
This commit is contained in:
@@ -525,7 +525,7 @@ ColumnLayout {
|
||||
description: I18n.tr("settings.color-scheme.templates.terminal.description")
|
||||
defaultExpanded: false
|
||||
|
||||
NCheckbox {
|
||||
NCheckbox {
|
||||
label: "Alacritty"
|
||||
description: ProgramCheckerService.footAvailable ? I18n.tr("settings.color-scheme.templates.terminal.alacritty.description", {
|
||||
"filepath": "~/.config/alacritty/themes/noctalia"
|
||||
|
||||
@@ -103,13 +103,11 @@ Singleton {
|
||||
"name": "kitty",
|
||||
"path": "Terminal/kitty.conf",
|
||||
"output": "~/.config/kitty/themes/noctalia.conf"
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"name": "alacritty",
|
||||
"path": "Terminal/alacritty.toml",
|
||||
"output": "~/.config/alacritty/themes/noctalia.toml"
|
||||
}
|
||||
]
|
||||
}]
|
||||
|
||||
terminals.forEach(function (terminal) {
|
||||
if (Settings.data.templates[terminal.name]) {
|
||||
|
||||
@@ -314,8 +314,7 @@ Singleton {
|
||||
|
||||
if (result === "limited" || result === "portal") {
|
||||
ToastService.showWarning(cachedLastConnected, "toast.internet.limited")
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
scan()
|
||||
}
|
||||
}
|
||||
@@ -518,7 +517,7 @@ Singleton {
|
||||
}
|
||||
}
|
||||
environment: {
|
||||
"LC_ALL": "C"
|
||||
"LC_ALL": "C"
|
||||
}
|
||||
|
||||
stdout: StdioCollector {
|
||||
|
||||
@@ -21,4 +21,4 @@ Singleton {
|
||||
function showError(message, description = "", duration = 5000) {
|
||||
notify(message, description, "", "error", duration)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user