From a1522f065e9b3ebc253068e04fbf869e881faf3b Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 12 Dec 2025 13:29:05 +0530 Subject: switched from firefox to zen --- quickshell/shell.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'quickshell') diff --git a/quickshell/shell.qml b/quickshell/shell.qml index f311380..c232c0d 100644 --- a/quickshell/shell.qml +++ b/quickshell/shell.qml @@ -99,10 +99,11 @@ ShellRoot { color: shellRoot.black ColumnLayout { + Item {} IconButton { - icon: "" - tooltip: "Firefox" - onClicked: Quickshell.execDetached(["firefox"]) + icon: "" + tooltip: "Zen" + onClicked: Quickshell.execDetached(["zen"]) } IconButton { icon: "" -- cgit v1.2.3