diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-12 13:29:05 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-12 13:29:05 +0530 |
| commit | a1522f065e9b3ebc253068e04fbf869e881faf3b (patch) | |
| tree | bae3d4c01069a7416e3fc1949cf71e9a1be72e1c /quickshell | |
| parent | 42e48b718aa7757819c3c949c23f7fb638a54bdf (diff) | |
switched from firefox to zen
Diffstat (limited to 'quickshell')
| -rw-r--r-- | quickshell/shell.qml | 7 |
1 files changed, 4 insertions, 3 deletions
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: "" |
