From 3fb84b1f7f5b691d8570269097ed82ccaa07c587 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 25 May 2025 22:16:39 +0200 Subject: [PATCH] brightness service: add credit notice --- .config/quickshell/services/Brightness.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/quickshell/services/Brightness.qml b/.config/quickshell/services/Brightness.qml index ddf25f8ec..301584d3a 100644 --- a/.config/quickshell/services/Brightness.qml +++ b/.config/quickshell/services/Brightness.qml @@ -1,6 +1,9 @@ pragma Singleton pragma ComponentBehavior: Bound +// From https://github.com/caelestia-dots/shell/ (`quickshell` branch) +// It does not have a license, but the author has given permission. + import Quickshell import Quickshell.Io import Quickshell.Hyprland