Compare commits
2 commits
618fc22e80
...
24930ef2e0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24930ef2e0 | ||
|
|
0ccb3f19f6 |
3 changed files with 3 additions and 4 deletions
|
|
@ -6,7 +6,6 @@ import qs.services
|
|||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import Quickshell.Widgets
|
||||
|
||||
StyledPanelWindow {
|
||||
id: window
|
||||
|
|
@ -115,8 +114,8 @@ StyledPanelWindow {
|
|||
|
||||
ConfigurationView {
|
||||
icon: Styling.lucide.icons.swatchBook
|
||||
title: "Styling"
|
||||
view: StylingView {}
|
||||
title: "Look And Feel"
|
||||
view: LookAndFeel {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ FuzzySearch {
|
|||
function launch(entry: DesktopEntry): void {
|
||||
if (entry.runInTerminal)
|
||||
Quickshell.execDetached({
|
||||
command: ["app2unit", "--", "kitty", "exec", ...entry.command],
|
||||
command: ["app2unit", "--", "alacritty", "exec", ...entry.command],
|
||||
workingDirectory: entry.workingDirectory
|
||||
});
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue