Compare commits

..

2 commits

Author SHA1 Message Date
Benjamin Palko
24930ef2e0 alacritty 2025-11-24 14:02:02 -05:00
Benjamin Palko
0ccb3f19f6 rename to Look And Feel 2025-11-12 09:11:17 -05:00
3 changed files with 3 additions and 4 deletions

View file

@ -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 {}
}
}

View file

@ -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