diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-14 16:25:46 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-14 16:25:46 +1000 |
| commit | 04ce9ccbb4a1b4ee8ee1850f90af886412852b9f (patch) | |
| tree | aa2ebf44dc59b5bb56c6c0fd9557f7e82e71d1d4 /modules/bar/components | |
| parent | nix: extend `hm-module` for CLI config options and add `extraRuntimeDeps` to ... (diff) | |
| download | caelestia-shell-04ce9ccbb4a1b4ee8ee1850f90af886412852b9f.tar.gz caelestia-shell-04ce9ccbb4a1b4ee8ee1850f90af886412852b9f.tar.bz2 caelestia-shell-04ce9ccbb4a1b4ee8ee1850f90af886412852b9f.zip | |
internal: better colourisation
Diffstat (limited to 'modules/bar/components')
| -rw-r--r-- | modules/bar/components/OsIcon.qml | 11 | ||||
| -rw-r--r-- | modules/bar/components/workspaces/ActiveIndicator.qml | 1 |
2 files changed, 4 insertions, 8 deletions
diff --git a/modules/bar/components/OsIcon.qml b/modules/bar/components/OsIcon.qml index 8418902..ed6da5d 100644 --- a/modules/bar/components/OsIcon.qml +++ b/modules/bar/components/OsIcon.qml @@ -1,15 +1,10 @@ import qs.components.effects import qs.services -import qs.utils import qs.config -import Quickshell.Widgets +import qs.utils -IconImage { +ColouredIcon { source: SysInfo.osLogo implicitSize: Appearance.font.size.large * 1.2 - - layer.enabled: true - layer.effect: Colouriser { - colorizationColor: Colours.palette.m3tertiary - } + colour: Colours.palette.m3tertiary } diff --git a/modules/bar/components/workspaces/ActiveIndicator.qml b/modules/bar/components/workspaces/ActiveIndicator.qml index b18cac2..3167d6e 100644 --- a/modules/bar/components/workspaces/ActiveIndicator.qml +++ b/modules/bar/components/workspaces/ActiveIndicator.qml @@ -51,6 +51,7 @@ StyledRect { Colouriser { source: root.mask + sourceColor: Colours.palette.m3onSurface colorizationColor: Colours.palette.m3onPrimary x: 0 |