Autoformatting
This commit is contained in:
parent
4c79999a65
commit
d36bcb1d4d
5 changed files with 8 additions and 6 deletions
|
|
@ -57,13 +57,15 @@ Singleton {
|
||||||
lines.push("\n[templates.foot]")
|
lines.push("\n[templates.foot]")
|
||||||
lines.push('input_path = "' + Quickshell.shellDir + '/Assets/Matugen/templates/foot.conf"')
|
lines.push('input_path = "' + Quickshell.shellDir + '/Assets/Matugen/templates/foot.conf"')
|
||||||
lines.push('output_path = "~/.config/foot/themes/noctalia"')
|
lines.push('output_path = "~/.config/foot/themes/noctalia"')
|
||||||
lines.push('post_hook = "sed -i /themes/d ~/.config/foot/foot.ini && echo include=~/.config/foot/themes/noctalia >> ~/.config/foot/foot.ini"')
|
lines.push(
|
||||||
|
'post_hook = "sed -i /themes/d ~/.config/foot/foot.ini && echo include=~/.config/foot/themes/noctalia >> ~/.config/foot/foot.ini"')
|
||||||
}
|
}
|
||||||
if (Settings.data.matugen.fuzzel) {
|
if (Settings.data.matugen.fuzzel) {
|
||||||
lines.push("\n[templates.fuzzel]")
|
lines.push("\n[templates.fuzzel]")
|
||||||
lines.push('input_path = "' + Quickshell.shellDir + '/Assets/Matugen/templates/fuzzel.conf"')
|
lines.push('input_path = "' + Quickshell.shellDir + '/Assets/Matugen/templates/fuzzel.conf"')
|
||||||
lines.push('output_path = "~/.config/fuzzel/themes/noctalia"')
|
lines.push('output_path = "~/.config/fuzzel/themes/noctalia"')
|
||||||
lines.push('post_hook = "sed -i /themes/d ~/.config/fuzzel/fuzzel.ini && echo include=~/.config/fuzzel/themes/noctalia >> ~/.config/fuzzel/fuzzel.ini"')
|
lines.push(
|
||||||
|
'post_hook = "sed -i /themes/d ~/.config/fuzzel/fuzzel.ini && echo include=~/.config/fuzzel/themes/noctalia >> ~/.config/fuzzel/fuzzel.ini"')
|
||||||
}
|
}
|
||||||
|
|
||||||
return lines.join("\n") + "\n"
|
return lines.join("\n") + "\n"
|
||||||
|
|
|
||||||
|
|
@ -396,4 +396,4 @@ NPanel {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -65,4 +65,4 @@ NIconButton {
|
||||||
PanelService.getPanel("archUpdaterPanel").toggle(screen, this)
|
PanelService.getPanel("archUpdaterPanel").toggle(screen, this)
|
||||||
ArchUpdaterService.doPoll()
|
ArchUpdaterService.doPoll()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -443,7 +443,7 @@ ColumnLayout {
|
||||||
NCheckbox {
|
NCheckbox {
|
||||||
label: "Fuzzel"
|
label: "Fuzzel"
|
||||||
description: "Write ~/.config/fuzzel/themes/noctalia and reload"
|
description: "Write ~/.config/fuzzel/themes/noctalia and reload"
|
||||||
checked: Settings.data.matugen.fuzzel
|
checked: Settings.data.matugen.fuzzel
|
||||||
onToggled: checked => {
|
onToggled: checked => {
|
||||||
Settings.data.matugen.fuzzel = checked
|
Settings.data.matugen.fuzzel = checked
|
||||||
if (Settings.data.colorSchemes.useWallpaperColors)
|
if (Settings.data.colorSchemes.useWallpaperColors)
|
||||||
|
|
|
||||||
|
|
@ -537,4 +537,4 @@ Singleton {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue