summaryrefslogtreecommitdiff
path: root/modules/windowinfo/Buttons.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-22 00:07:11 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-22 00:07:11 +1000
commit60deccddf0dca955de035a9f096fd47abe8d1786 (patch)
tree64d1404f604b1d225b021806ba8f1a3f5922e368 /modules/windowinfo/Buttons.qml
parentwinfo: add buttons (diff)
downloadcaelestia-shell-60deccddf0dca955de035a9f096fd47abe8d1786.tar.gz
caelestia-shell-60deccddf0dca955de035a9f096fd47abe8d1786.tar.bz2
caelestia-shell-60deccddf0dca955de035a9f096fd47abe8d1786.zip
winfo: add no active client placeholders
Also change close button to kill
Diffstat (limited to 'modules/windowinfo/Buttons.qml')
-rw-r--r--modules/windowinfo/Buttons.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/windowinfo/Buttons.qml b/modules/windowinfo/Buttons.qml
index 156624d..f298073 100644
--- a/modules/windowinfo/Buttons.qml
+++ b/modules/windowinfo/Buttons.qml
@@ -140,7 +140,7 @@ ColumnLayout {
Button {
color: Colours.palette.m3errorContainer
onColor: Colours.palette.m3onErrorContainer
- text: qsTr("Close")
+ text: qsTr("Kill")
function onClicked(): void {
Hyprland.dispatch(`movetoworkspace ${wsId},address:${Hyprland.activeClient?.address}`);