Compare commits

..

No commits in common. "24930ef2e09a59c8574726f19936182e3b1f1d8b" and "618fc22e803418d922b303817c8af5d1988ecbb7" have entirely different histories.

3 changed files with 4 additions and 3 deletions

View file

@ -6,6 +6,7 @@ import qs.services
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import Quickshell.Widgets
StyledPanelWindow {
id: window
@ -114,8 +115,8 @@ StyledPanelWindow {
ConfigurationView {
icon: Styling.lucide.icons.swatchBook
title: "Look And Feel"
view: LookAndFeel {}
title: "Styling"
view: StylingView {}
}
}

View file

@ -10,7 +10,7 @@ FuzzySearch {
function launch(entry: DesktopEntry): void {
if (entry.runInTerminal)
Quickshell.execDetached({
command: ["app2unit", "--", "alacritty", "exec", ...entry.command],
command: ["app2unit", "--", "kitty", "exec", ...entry.command],
workingDirectory: entry.workingDirectory
});
else