diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-15 15:22:31 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-15 15:22:31 +1000 |
| commit | 45f97d8f94f67657421316f082ac1d4222012691 (patch) | |
| tree | 5d791529fc2cd0e735882d704b1d0882a509f477 /src/modules | |
| parent | style: lighter backgrounds (diff) | |
| download | caelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.tar.gz caelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.tar.bz2 caelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.zip | |
feat: add low transparency mode
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/launcher/actions.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/launcher/actions.tsx b/src/modules/launcher/actions.tsx index 04c5458..1caa317 100644 --- a/src/modules/launcher/actions.tsx +++ b/src/modules/launcher/actions.tsx @@ -31,6 +31,11 @@ const transparencyActions = { name: "Off", description: "Completely opaque", }, + low: { + icon: "blur_circular", + name: "Low", + description: "Less transparent", + }, normal: { icon: "blur_linear", name: "Normal", |