2016-12-25 09:25:27 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns= "http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name= "" />
<group name= "General" >
2020-04-16 11:54:56 +03:00
<entry name= "alignment" type= "Int" >
<default > 0</default>
<label > introduced in v0.10, "0" stands for "Center"</label>
</entry>
2016-12-25 09:25:27 +02:00
<entry name= "appletOrder" type= "String" >
<label > encoded order of items</label>
</entry>
<entry name= "lockedZoomApplets" type= "String" >
<label > applets that lock the zoom effect</label>
</entry>
2019-01-15 15:14:51 +02:00
<entry name= "userBlocksColorizingApplets" type= "String" >
<label > applets that do not want to be colorized in any case</label>
</entry>
2016-12-25 09:25:27 +02:00
<entry name= "zoomLevel" type= "Int" >
<default > 10</default>
</entry>
<entry name= "iconSize" type= "Int" >
<default > 64</default>
</entry>
2019-03-04 18:54:39 +02:00
<entry name= "editBackgroundOpacity" type= "Double" >
2019-03-06 20:10:36 +02:00
<default > 0.2</default>
2019-03-04 18:54:39 +02:00
<label > opacity value for edit mode background</label>
</entry>
2019-12-26 12:37:52 +02:00
<entry name= "lastWindowsVisibilityMode" type= "Int" >
2019-12-26 21:10:11 +02:00
<default > 5</default>
<label > last windows visibility mode used, 5 stands for "Windows Go Below"</label>
2019-12-26 12:37:52 +02:00
</entry>
2020-08-01 18:26:14 +03:00
<entry name= "lastDodgeVisibilityMode" type= "Int" >
<default > 3</default>
<label > last dodge visibility mode used, 3 stands for "Dodge Maximized"</label>
</entry>
<entry name= "lastSidebarVisibilityMode" type= "Int" >
<default > 8</default>
<label > last dodge visibility mode used, 8 stands for "On Demand Sidebar"</label>
</entry>
2020-04-24 13:22:55 +03:00
<entry name= "appletShadowsEnabled" type= "Bool" >
<default > true</default>
<label > enable latte drawn applet shadows</label>
</entry>
2019-03-04 18:54:39 +02:00
2017-03-14 17:51:35 +02:00
<!-- this is percentage -->
2019-02-17 14:52:18 +02:00
<entry name= "thickMargin" type= "Int" >
2019-02-24 00:06:46 +02:00
<default > 20</default>
2019-02-17 14:52:18 +02:00
<label > this is a percentage value</label>
</entry>
<entry name= "lengthExtMargin" type= "Int" >
2019-02-24 00:06:46 +02:00
<default > 0</default>
2019-02-17 14:52:18 +02:00
<label > this is a percentage value</label>
2017-03-14 17:51:35 +02:00
</entry>
2017-03-11 19:32:43 +02:00
<entry name= "shrinkThickMargins" type= "Bool" >
2019-02-23 09:45:44 +02:00
<default > false</default>
2019-02-17 14:52:18 +02:00
<label > this is a percentage value</label>
2017-03-11 19:32:43 +02:00
</entry>
2020-08-03 13:10:46 +03:00
<entry name= "floatingInternalGapIsForced" type= "Int" >
<default > 1</default>
2020-08-03 13:24:29 +03:00
<label > floating internal gap is forced and provided to applets and any other view specific user interaction. "1" stands for Partially Checked (Auto)</label>
2019-12-25 11:10:12 +02:00
</entry>
2020-08-03 13:24:29 +03:00
<entry name= "hideFloatingGapForMaximized" type= "Bool" >
2019-12-29 14:08:07 +02:00
<default > false</default>
2020-08-03 13:24:29 +03:00
<label > floating gap is disabled when there are maximized windows</label>
2019-12-29 14:08:07 +02:00
</entry>
2017-03-09 15:41:44 +02:00
<entry name= "proportionIconSize" type= "Double" >
<default > -1</default>
2019-02-17 14:52:18 +02:00
<label > this is a percentage value, -1 means disabled</label>
2017-03-09 15:41:44 +02:00
</entry>
2019-12-24 12:35:28 +02:00
<entry name= "screenEdgeMargin" type= "Int" >
<default > -1</default>
<label > margin from screen edge in pixels, -1 means disabled</label>
</entry>
2020-02-29 23:28:22 +02:00
<entry name= "isStickedOnTopEdge" type= "Bool" >
<default > false</default>
<label > vertical view is sticked at top screen edge at all cases; useful for sidepanels</label>
</entry>
<entry name= "isStickedOnBottomEdge" type= "Bool" >
<default > false</default>
<label > vertical view is sticked at bottom screen edge at all cases; useful for sidepanels</label>
</entry>
2019-03-05 14:26:35 +02:00
<entry name= "inConfigureAppletsMode" type= "Bool" >
<default > false</default>
</entry>
2016-12-25 09:25:27 +02:00
<entry name= "useThemePanel" type= "Bool" >
2017-03-04 16:02:44 +02:00
<default > true</default>
2016-12-25 09:25:27 +02:00
</entry>
<entry name= "panelSize" type= "Int" >
2019-02-23 09:45:44 +02:00
<default > 6</default>
2016-12-25 09:25:27 +02:00
</entry>
2017-04-13 00:24:16 +03:00
<entry name= "panelShadows" type= "Bool" >
<default > true</default>
</entry>
2017-05-27 20:40:23 +03:00
<entry name= "disablePanelShadowForMaximized" type= "Bool" >
<default > false</default>
</entry>
2017-04-13 00:24:16 +03:00
<entry name= "panelTransparency" type= "Int" >
<default > 100</default>
</entry>
2019-03-16 19:41:04 +02:00
<entry name= "panelOutline" type= "Bool" >
2017-03-04 15:29:56 +02:00
<default > false</default>
2020-07-20 19:20:33 +03:00
</entry>
<entry name= "backgroundAllCorners" type= "Bool" >
<default > false</default>
2017-03-04 15:29:56 +02:00
</entry>
2020-08-21 17:06:22 +03:00
<entry name= "backgroundRadius" type= "Int" >
<default > -1</default>
<label > override plasma theme background svg provided radius; -1 stands for default plasma theme behavior, and value represents percentage</label>
</entry>
<entry name= "backgroundShadowSize" type= "Int" >
<default > -1</default>
<label > override plasma theme background shadow; -1 stands for default plasma theme behavior and value represents pixels</label>
</entry>
2017-03-17 16:58:57 +02:00
<entry name= "blurEnabled" type= "Bool" >
<default > true</default>
</entry>
2017-03-19 12:23:17 +02:00
<entry name= "autoDecreaseIconSize" type= "Bool" >
<default > true</default>
2016-12-25 09:25:27 +02:00
</entry>
<entry name= "smallAutomaticIconJumps" type= "Bool" >
<default > true</default>
</entry>
2017-03-21 16:31:14 +02:00
<entry name= "addLaunchersInTaskManager" type= "Bool" >
<default > true</default>
</entry>
2017-05-17 23:17:47 +03:00
<entry name= "backgroundOnlyOnMaximized" type= "Bool" >
<default > false</default>
</entry>
2017-09-18 19:06:25 +03:00
<entry name= "solidBackgroundForMaximized" type= "Bool" >
<default > false</default>
</entry>
2019-02-09 15:13:56 +02:00
<entry name= "plasmaBackgroundForPopups" type= "Bool" >
<default > false</default>
</entry>
2019-02-09 15:43:12 +02:00
<entry name= "themeColors" type= "Enum" >
<choices >
<choice name= "PlasmaThemeColors" />
<choice name= "ReverseThemeColors" />
<choice name= "SmartThemeColors" />
</choices>
<default > 0</default>
<label > which theme color palette is going to be used</label>
</entry>
<entry name= "windowColors" type= "Enum" >
<choices >
<choice name= "NoneWindowColors" />
<choice name= "ActiveWindowColors" />
<choice name= "TouchingWindowColors" />
</choices>
<default > 0</default>
<label > which color palette is going to be used based on windows</label>
</entry>
2016-12-25 09:25:27 +02:00
<entry name= "splitterPosition" type= "Int" >
<default > -1</default>
</entry>
2017-01-30 18:19:38 +02:00
<entry name= "splitterPosition2" type= "Int" >
<default > -1</default>
</entry>
2018-12-31 21:23:26 +02:00
<entry name= "shadowColorType" type= "Enum" >
<label > Applets shadow color type</label>
<choices >
<choice name= "Default" />
<choice name= "Theme" />
<choice name= "User" />
</choices>
<default > 0</default>
</entry>
2017-06-25 19:41:46 +03:00
<entry name= "shadowOpacity" type= "Int" >
2017-07-28 19:14:13 +03:00
<default > 70</default>
2017-06-25 19:41:46 +03:00
</entry>
<entry name= "shadowSize" type= "Int" >
2017-07-28 19:14:13 +03:00
<default > 30</default>
2017-06-25 19:41:46 +03:00
</entry>
<entry name= "shadowColor" type= "String" >
<default > 080808</default>
</entry>
2017-11-18 10:47:08 +02:00
<entry name= "showGlow" type= "Bool" >
<default > false</default>
</entry>
2020-04-29 09:54:16 +03:00
<entry name= "minLength" type= "Double" >
2020-03-08 12:03:30 +02:00
<default > 0</default>
</entry>
2020-04-29 09:54:16 +03:00
<entry name= "maxLength" type= "Double" >
2017-01-28 17:27:24 +02:00
<default > 100</default>
</entry>
2020-04-29 09:54:16 +03:00
<entry name= "offset" type= "Double" >
2017-04-08 19:44:33 +03:00
<default > 0</default>
</entry>
2019-04-11 20:41:08 +03:00
<entry name= "dragActiveWindowEnabled" type= "Bool" >
<default > false</default>
<label > Drag and maximize/restore active window from empty areas</label>
</entry>
2020-01-18 19:35:46 +02:00
<entry name= "closeActiveWindowEnabled" type= "Bool" >
<default > false</default>
<label > Close active window from empty areas</label>
</entry>
2019-06-09 14:41:23 +03:00
<entry name= "activeWindowFilter" type= "Enum" >
<choices >
<choice name= "InCurrentScreen" />
<choice name= "FromAllScreens" />
</choices>
<default > 0</default>
2017-03-15 21:44:54 +02:00
</entry>
2020-04-17 17:05:35 +03:00
<entry name= "mouseWheelActions" type= "Bool" >
<default > true</default>
2019-01-19 16:30:44 +02:00
</entry>
2020-04-29 09:54:16 +03:00
<entry name= "autoSizeEnabled" type= "Bool" >
<default > true</default>
</entry>
2019-03-17 00:49:51 +02:00
<entry name= "scrollAction" type= "Enum" >
<choices >
<choice name= "ScrollNone" />
<choice name= "ScrollDesktops" />
<choice name= "ScrollActivities" />
<choice name= "ScrollTasks" />
2020-01-28 19:18:05 +02:00
<choice name= "ScrollToggleMinimized" />
2019-03-17 00:49:51 +02:00
</choices>
<default > 0</default>
</entry>
2020-04-17 17:05:35 +03:00
<entry name= "titleTooltips" type= "Bool" >
<default > true</default>
2017-03-16 21:44:16 +02:00
</entry>
2017-01-04 01:35:22 +02:00
<!-- Config properties -->
<entry name= "configurationSticker" type= "Bool" >
<default > false</default>
</entry>
2019-03-11 19:13:07 +02:00
<!-- Animations -->
<entry name= "animationsEnabled" type= "Bool" >
<default > true</default>
2017-01-02 19:42:43 +02:00
</entry>
2017-01-02 20:44:07 +02:00
<entry name= "durationTime" type= "Enum" >
<choices >
<choice name= "None" />
<choice name= "x1" />
<choice name= "x2" />
<choice name= "x3" />
</choices>
<default > 2</default>
</entry>
2020-04-17 17:05:35 +03:00
<!-- Upgrade Flags -->
<!-- _____________ -->
<entry name= "alignmentUpgraded" type= "Bool" >
<default > false</default>
<label > flag to check it deprecated panelPosition was changed to "alignment"</label>
2019-03-11 19:13:07 +02:00
</entry>
2020-04-24 13:22:55 +03:00
<entry name= "shadowsUpgraded" type= "Bool" >
<default > false</default>
<label > flag to check it deprecated shadows was changed to "appletShadowsEnabled"</label>
</entry>
2020-04-17 17:05:35 +03:00
<entry name= "tasksUpgraded" type= "Bool" >
<default > false</default>
<label > flag to check if Tasks properties were moved to Tasks plasmoid configuration. Since Latte v0.10 we can have multiple Tasks applets in the same dock</label>
2019-03-11 19:13:07 +02:00
</entry>
2020-04-17 17:05:35 +03:00
<!-- Deprecated Section Containment -->
<!-- ______________________________ -->
<entry name= "panelPosition" type= "Enum" >
<choices >
<choice name= "Center" />
<choice name= "Left" />
<choice name= "Right" />
<choice name= "Top" />
<choice name= "Bottom" />
</choices>
<default > 0</default>
<label > DEPRECATED in 0.10 in favour of "alignment"</label>
2019-03-11 19:13:07 +02:00
</entry>
2020-04-17 17:05:35 +03:00
2020-04-24 13:22:55 +03:00
<entry name= "shadows" type= "Enum" >
<label > Shadows for the applets</label>
<choices >
<choice name= "None" />
<choice name= "Locked" />
<choice name= "All" />
</choices>
<default > 2</default>
</entry>
2020-04-17 17:05:35 +03:00
<!-- Deprecated Section Tasks -->
<!-- ________________________ -->
<!-- All Tasks properties are DEPRECATED and scheduled to be removed in v0.11 or v0.12 -->
<!-- This is happening because these values can now be properly provided from each Tasks applet -->
<!-- BE CAREFUL: Until these values are removed totally and their UPGRADE procedures also, -->
<!-- their default values should be updated both <here> and at their plasmoid configuration file counterpart -->
2017-07-24 18:27:53 +03:00
<entry name= "launchersGroup" type= "Enum" >
<choices >
<choice name= "Unique" />
<choice name= "Layout" />
<choice name= "Global" />
</choices>
<default > 0</default>
2019-02-03 09:53:49 +02:00
</entry>
2017-01-02 21:16:35 +02:00
<entry name= "showWindowActions" type= "Bool" >
<default > false</default>
</entry>
2018-04-06 17:49:57 +03:00
<entry name= "showWindowsOnlyFromLaunchers" type= "Bool" >
<default > false</default>
<label > show only windows that there is a launcher for them</label>
</entry>
2018-04-19 17:54:51 +03:00
<entry name= "groupTasksByDefault" type= "Bool" >
<default > true</default>
<label > by default group same tasks</label>
</entry>
2017-01-02 21:42:53 +02:00
<entry name= "showOnlyCurrentScreen" type= "Bool" >
<default > false</default>
</entry>
<entry name= "showOnlyCurrentDesktop" type= "Bool" >
<default > false</default>
</entry>
<entry name= "showOnlyCurrentActivity" type= "Bool" >
<default > true</default>
</entry>
2020-04-17 17:05:35 +03:00
2019-01-20 20:22:06 +02:00
<entry name= "showInfoBadge" type= "Bool" >
<default > true</default>
</entry>
<entry name= "showProgressBadge" type= "Bool" >
<default > true</default>
2019-02-03 09:53:49 +02:00
</entry>
2019-01-20 20:22:06 +02:00
<entry name= "showAudioBadge" type= "Bool" >
2017-04-30 19:15:04 +03:00
<default > true</default>
</entry>
2019-02-10 01:07:51 +02:00
<entry name= "audioBadgeActionsEnabled" type= "Bool" >
<default > true</default>
</entry>
2019-06-21 12:47:32 +03:00
<entry name= "infoBadgeProminentColorEnabled" type= "Bool" >
<default > false</default>
</entry>
2020-04-17 17:05:35 +03:00
<entry name= "animationLauncherBouncing" type= "Bool" >
<default > true</default>
2017-05-26 19:52:01 +03:00
</entry>
2020-04-17 17:05:35 +03:00
<entry name= "animationWindowInAttention" type= "Bool" >
<default > true</default>
</entry>
<entry name= "animationNewWindowSliding" type= "Bool" >
<default > true</default>
</entry>
<entry name= "animationWindowAddedInGroup" type= "Bool" >
<default > true</default>
</entry>
<entry name= "animationWindowRemovedFromGroup" type= "Bool" >
<default > true</default>
</entry>
2019-05-23 17:56:28 +03:00
<entry name= "scrollTasksEnabled" type= "Bool" >
2019-04-21 15:03:00 +03:00
<default > false</default>
</entry>
2019-05-23 17:56:28 +03:00
<entry name= "autoScrollTasksEnabled" type= "Bool" >
<default > true</default>
</entry>
<entry name= "manualScrollTasksType" type= "Enum" >
<choices >
<choice name= "Disabled" />
<choice name= "Parallel" />
<choice name= "VerticalHorizontal" />
</choices>
<default > 1</default>
</entry>
2020-04-17 17:05:35 +03:00
<entry name= "leftClickAction" type= "Enum" >
<choices >
<choice name= "None" />
<choice name= "Close" />
<choice name= "NewInstance" />
<choice name= "ToggleMinimized" />
<choice name= "CycleThroughTasks" />
<choice name= "ToggleGrouping" />
<choice name= "PresentWindows" />
<choice name= "PreviewWindows" />
<choice name= "HighlightWindows" />
<choice name= "PreviewAndHighlightWindows" />
</choices>
<default > 6</default>
2018-07-23 17:17:00 +03:00
</entry>
2020-04-17 17:05:35 +03:00
<entry name= "middleClickAction" type= "Enum" >
<choices >
<choice name= "None" />
<choice name= "Close" />
<choice name= "NewInstance" />
<choice name= "ToggleMinimized" />
<choice name= "CycleThroughTasks" />
<choice name= "ToggleGrouping" />
<choice name= "PresentWindows" />
<choice name= "PreviewWindows" />
<choice name= "HighlightWindows" />
<choice name= "PreviewAndHighlightWindows" />
</choices>
<default > 2</default>
2020-04-16 11:54:56 +03:00
</entry>
2020-04-17 17:05:35 +03:00
<entry name= "hoverAction" type= "Enum" >
2020-04-16 11:54:56 +03:00
<choices >
2020-04-17 17:05:35 +03:00
<choice name= "None" />
<choice name= "Close" />
<choice name= "NewInstance" />
<choice name= "ToggleMinimized" />
<choice name= "CycleThroughTasks" />
<choice name= "ToggleGrouping" />
<choice name= "PresentWindows" />
<choice name= "PreviewWindows" />
<choice name= "HighlightWindows" />
<choice name= "PreviewAndHighlightWindows" />
</choices>
<default > 0</default>
</entry>
<entry name= "taskScrollAction" type= "Enum" >
<choices >
<choice name= "ScrollNone" />
<choice name= "ScrollTasks" />
<choice name= "ScrollToggleMinimized" />
</choices>
<default > 1</default>
</entry>
<entry name= "modifierClickAction" type= "Enum" >
<choices >
<choice name= "None" />
<choice name= "Close" />
<choice name= "NewInstance" />
<choice name= "ToggleMinimized" />
<choice name= "CycleThroughTasks" />
<choice name= "ToggleGrouping" />
<choice name= "PresentWindows" />
<choice name= "PreviewWindows" />
<choice name= "HighlightWindows" />
<choice name= "PreviewAndHighlightWindows" />
</choices>
<default > 0</default>
</entry>
<entry name= "modifier" type= "Enum" >
<choices >
<choice name= "Shift" />
<choice name= "Control" />
<choice name= "Alt" />
<choice name= "Meta" />
</choices>
<default > 1</default>
</entry>
<entry name= "modifierClick" type= "Enum" >
<choices >
<choice name= "LeftClick" />
<choice name= "MiddleClick" />
<choice name= "RightClick" />
2020-04-16 11:54:56 +03:00
</choices>
<default > 0</default>
</entry>
2016-12-25 09:25:27 +02:00
</group>
</kcfg>