provide basic descriptions for services

This commit is contained in:
end-4
2025-05-26 10:46:07 +02:00
parent f765fdf531
commit ede03f61bf
21 changed files with 85 additions and 14 deletions
+4 -1
View File
@@ -1,7 +1,7 @@
pragma Singleton
pragma ComponentBehavior: Bound
// From https://github.com/caelestia-dots/shell/ (`quickshell` branch)
// From https://github.com/caelestia-dots/shell/ (`quickshell` branch) with modifications.
// It does not have a license, but the author has given permission.
import Quickshell
@@ -9,6 +9,9 @@ import Quickshell.Io
import Quickshell.Hyprland
import QtQuick
/**
* For managing brightness of monitors. Supports both brightnessctl and ddcutil.
*/
Singleton {
id: root