From 8798b4e826d8cc52ffd275a971261c229163e059 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 19 Oct 2025 20:53:23 +0200 Subject: [PATCH] settings: make bar screen record util button toggle name shorter --- dots/.config/quickshell/ii/modules/settings/BarConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/settings/BarConfig.qml b/dots/.config/quickshell/ii/modules/settings/BarConfig.qml index 817592ff6..e12e51291 100644 --- a/dots/.config/quickshell/ii/modules/settings/BarConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/BarConfig.qml @@ -229,7 +229,7 @@ ContentPage { uniform: true ConfigSwitch { buttonIcon: "videocam" - text: Translation.tr("Screen recording") + text: Translation.tr("Record") checked: Config.options.bar.utilButtons.showScreenRecord onCheckedChanged: { Config.options.bar.utilButtons.showScreenRecord = checked;