diff options
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: "" |
