From da21b51d9af7becb58e0170d66a3367db46d60ce Mon Sep 17 00:00:00 2001 From: Simone Camito Date: Sun, 19 Jan 2025 16:01:54 +0100 Subject: [PATCH] update changelog and readme --- CHANGELOG.md | 1 + README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2a38d..920ee5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi monitor support - Tray module - Dynamic modules system configuration +- New workspace module configuration ### Changed diff --git a/README.md b/README.md index b439cf2..1fc7b39 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,18 @@ updates: # optional, default None # Maximum number of chars that can be present in the window title # after that the title will be truncated truncateTitleAfterLength: 150 # optional, default 150 +# Workspaces module configuration, optional +workspaces: + # The visibility mode of the workspaces, possible values are: + # All: all the workspaces will be displayed + # MonitorSpecific: only the workspaces of the related monitor will be displayed + visibilityMode: All # optional, default All + # Enable filling with empty workspaces + # For example: + # With this flag set to true if there are only 2 workspaces, + # the workspace 1 and the workspace 4, the module will show also + # two more workspaces, the workspace 2 and the workspace 3 + enableWorkspaceFilling: false # optional, default false # The system module configuration system: cpuWarnThreshold: 6O # cpu indicator warning level (default 60)