From d54df2792ad8536ea2e4135fba3bb3558e281fe1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 1 May 2025 00:56:55 +1000 Subject: feat: bar panel preset Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces --- config/Appearance.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/Appearance.qml') diff --git a/config/Appearance.qml b/config/Appearance.qml index a80f010..b17b125 100644 --- a/config/Appearance.qml +++ b/config/Appearance.qml @@ -27,6 +27,10 @@ Singleton { return c; } + function on(c: color): color { + return Qt.hsla(c.hslHue, c.hslSaturation, 0.2, 1); + } + FileView { path: `${StandardPaths.standardLocations(StandardPaths.GenericStateLocation)[0]}/caelestia/scheme/current-mode.txt` watchChanges: true -- cgit v1.2.3-freya