aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/overview/config.example.json
diff options
context:
space:
mode:
authorDon Williams <Don.e.williams@gmail.com>2026-07-11 20:50:52 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:40:34 -0700
commit9dab91abe13fc6cf1c8e609f71131609ae9c64bb (patch)
treed848f7b3c180aba0ae1576d1f7ede0f951e63f11 /config/quickshell/overview/config.example.json
parentcfdf5b2c2c24d312b2f2ff3da8eb73f9dced8dcf (diff)
Using previous version of overview config seems to work better
Signed-off-by: Don Williams <Don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: overview-backup/README.md renamed: overview/assets/Workspace_Wallpaper.png -> overview-backup/assets/Workspace_Wallpaper.png new file: overview-backup/assets/image.png new file: overview-backup/common/Appearance.qml new file: overview-backup/common/Config.qml new file: overview-backup/common/functions/ColorUtils.qml new file: overview-backup/common/functions/qmldir new file: overview-backup/common/qmldir renamed: overview/common/widgets/RectangularShadow.qml -> overview-backup/common/widgets/RectangularShadow.qml new file: overview-backup/common/widgets/StyledRectangularShadow.qml new file: overview-backup/common/widgets/StyledText.qml new file: overview-backup/common/widgets/StyledToolTip.qml new file: overview-backup/common/widgets/StyledToolTipContent.qml new file: overview-backup/common/widgets/qmldir renamed: overview/config.example.json -> overview-backup/config.example.json renamed: overview/config.json -> overview-backup/config.json new file: overview-backup/modules/overview/Overview.qml new file: overview-backup/modules/overview/OverviewWidget.qml new file: overview-backup/modules/overview/OverviewWindow.qml new file: overview-backup/modules/overview/qmldir renamed: overview/quickshell-overview.qml -> overview-backup/quickshell-overview.qml new file: overview-backup/services/GlobalStates.qml new file: overview-backup/services/HyprlandData.qml new file: overview-backup/services/qmldir new file: overview-backup/shell.qml modified: overview/README.md modified: overview/assets/image.png modified: overview/common/Appearance.qml modified: overview/common/Config.qml modified: overview/common/widgets/StyledRectangularShadow.qml modified: overview/common/widgets/qmldir modified: overview/modules/overview/Overview.qml modified: overview/modules/overview/OverviewWidget.qml modified: overview/modules/overview/OverviewWindow.qml modified: overview/services/HyprlandData.qml modified: overview/shell.qml
Diffstat (limited to 'config/quickshell/overview/config.example.json')
-rw-r--r--config/quickshell/overview/config.example.json96
1 files changed, 0 insertions, 96 deletions
diff --git a/config/quickshell/overview/config.example.json b/config/quickshell/overview/config.example.json
deleted file mode 100644
index 1c764788..00000000
--- a/config/quickshell/overview/config.example.json
+++ /dev/null
@@ -1,96 +0,0 @@
-{
- "appearance": {
- "colorSource": "default",
- "caelestia": {
- "autoRefresh": true,
- "refreshInterval": 2000,
- "accentProfile": "vibrant"
- },
- "rounding": {
- "unsharpen": 2,
- "verysmall": 8,
- "small": 12,
- "normal": 17,
- "large": 23,
- "full": 9999,
- "screenRounding": 23,
- "windowRounding": 18
- },
- "font": {
- "family": {
- "main": "sans-serif",
- "title": "sans-serif",
- "expressive": "sans-serif"
- },
- "pixelSize": {
- "smaller": 12,
- "small": 15,
- "normal": 16,
- "larger": 19,
- "huge": 22
- }
- },
- "animation": {
- "duration": {
- "elementMove": 500,
- "elementMoveEnter": 400,
- "elementMoveFast": 200
- }
- },
- "sizes": {
- "elevationMargin": 10
- }
- },
- "overview": {
- "rows": 2,
- "columns": 5,
- "scale": 0.16,
- "enable": true,
- "hideEmptyRows": false,
- "closeOnFocusLoss": true,
- "useWorkspaceMap": false,
- "workspaceMap": [0, 10],
- "orderRightLeft": false,
- "orderBottomUp": false,
- "previewsEnabled": true,
- "previewMode": "live",
- "includeInactiveMonitorPreviews": true,
- "previewRecaptureDelayMs": 60,
- "showSpecialWorkspaces": false,
- "specialWorkspaces": [],
- "specialWorkspaceColumns": 5,
- "emptyWorkspaceWallpaper": "",
- "specialEmptyWorkspaceWallpaper": "",
- "effects": {
- "enableBackdrop": false,
- "backdropOpacity": 0.28,
- "panelOpacity": 0.92,
- "workspaceOpacity": 0.86,
- "emptyWorkspaceWallpaperOverlayOpacity": 0.18,
- "windowOverlayOpacity": 0.22,
- "enableBlur": false,
- "glassMode": false,
- "glassTintStrength": 0.35,
- "glassBorderOpacity": 0.72,
- "glassShineOpacity": 0.14
- },
- "workspaceSpacing": 5,
- "backgroundPadding": 10,
- "workspaceNumberBaseSize": 250
- },
- "position": {
- "topMargin": 100
- },
- "windowPreview": {
- "showIcons": true,
- "iconToWindowRatio": 0.25,
- "iconToWindowRatioCompact": 0.45,
- "xwaylandIndicatorToIconRatio": 0.35,
- "inactiveMonitorOpacity": 0.4,
- "cropToFill": false
- },
- "hacks": {
- "arbitraryRaceConditionDelay": 150,
- "hyprlandEventDebounceMs": 40
- }
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage