diff options
| author | Faiz Khan <faizm55212@gmail.com> | 2025-08-27 10:57:49 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-27 15:27:49 +1000 |
| commit | cdfc260f39e72b821e1d808c7b1536f07b8b6b0a (patch) | |
| tree | e81152912b112f8c11ddf2241ff3b89479e61214 /config/OsdConfig.qml | |
| parent | nix: fix CAELESTIA_LIB_DIR (diff) | |
| download | caelestia-shell-cdfc260f39e72b821e1d808c7b1536f07b8b6b0a.tar.gz caelestia-shell-cdfc260f39e72b821e1d808c7b1536f07b8b6b0a.tar.bz2 caelestia-shell-cdfc260f39e72b821e1d808c7b1536f07b8b6b0a.zip | |
config: allow enable/disable osd brightness (#481)
* Added option to disable brightness slider
* Removed unwanted imports
* Renamed WrappedLoader.name to brightnessSlider
* fixes
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'config/OsdConfig.qml')
| -rw-r--r-- | config/OsdConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/OsdConfig.qml b/config/OsdConfig.qml index e5ca4bd..ea2375b 100644 --- a/config/OsdConfig.qml +++ b/config/OsdConfig.qml @@ -3,6 +3,7 @@ import Quickshell.Io JsonObject { property bool enabled: true property int hideDelay: 2000 + property bool enableBrightness: true property Sizes sizes: Sizes {} component Sizes: JsonObject { |