diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-16 17:07:54 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 17:07:54 -0400 |
| commit | bb6717666a669aa81cda28896ed292ca5af55ece (patch) | |
| tree | 5f3c5fed20fd3bf8fe38e10d7e09b81558c64a79 /modules/bar/popouts/LockStatus.qml | |
| parent | add date to clock (diff) | |
| download | caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.tar.gz caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.tar.bz2 caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.zip | |
change things
Diffstat (limited to 'modules/bar/popouts/LockStatus.qml')
| -rw-r--r-- | modules/bar/popouts/LockStatus.qml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/bar/popouts/LockStatus.qml b/modules/bar/popouts/LockStatus.qml deleted file mode 100644 index 7d74530..0000000 --- a/modules/bar/popouts/LockStatus.qml +++ /dev/null @@ -1,16 +0,0 @@ -import qs.components -import qs.services -import qs.config -import QtQuick.Layouts - -ColumnLayout { - spacing: Appearance.spacing.small - - StyledText { - text: qsTr("Capslock: %1").arg(Hypr.capsLock ? "Enabled" : "Disabled") - } - - StyledText { - text: qsTr("Numlock: %1").arg(Hypr.numLock ? "Enabled" : "Disabled") - } -} |