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
|
||||||
import QtQuick.Controls
|
import QtQuick.Controls
|
||||||
import QtQuick.Layouts
|
import QtQuick.Layouts
|
||||||
import Quickshell.Widgets
|
|
||||||
|
|
||||||
StyledPanelWindow {
|
StyledPanelWindow {
|
||||||
id: window
|
id: window
|
||||||
|
|
@ -115,8 +114,8 @@ StyledPanelWindow {
|
||||||
|
|
||||||
ConfigurationView {
|
ConfigurationView {
|
||||||
icon: Styling.lucide.icons.swatchBook
|
icon: Styling.lucide.icons.swatchBook
|
||||||
title: "Styling"
|
title: "Look And Feel"
|
||||||
view: StylingView {}
|
view: LookAndFeel {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ FuzzySearch {
|
||||||
function launch(entry: DesktopEntry): void {
|
function launch(entry: DesktopEntry): void {
|
||||||
if (entry.runInTerminal)
|
if (entry.runInTerminal)
|
||||||
Quickshell.execDetached({
|
Quickshell.execDetached({
|
||||||
command: ["app2unit", "--", "kitty", "exec", ...entry.command],
|
command: ["app2unit", "--", "alacritty", "exec", ...entry.command],
|
||||||
workingDirectory: entry.workingDirectory
|
workingDirectory: entry.workingDirectory
|
||||||
});
|
});
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue