Skip to content

Commit 8c50000

Browse files
committed
📝 Add 2.1.0 updates
1 parent e524a4e commit 8c50000

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

src/content/docs/config-files.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Below are the default values of the configuration file.
117117
}
118118
```
119119

120-
#### version <Badge text="soon!" variant="tip" />
120+
#### version <Badge text="new!" variant="tip" />
121121
<small>Default value: `"version": "2.0.0"`</small>
122122

123123
This is the last Kando version which was used to write this configuration file.
@@ -129,7 +129,7 @@ Also, whenever Kando is started, it will create a backup of the configuration fi
129129

130130
The locale which should be used for the menu. If set to `"auto"`, Kando will use the system locale.
131131

132-
#### showIntroductionDialog <Badge text="new!" variant="tip" />
132+
#### showIntroductionDialog
133133
<small>Default value: `"showIntroductionDialog": true`</small>
134134

135135
If true, the introduction dialog will be shown when the settings window is opened.
@@ -193,14 +193,14 @@ The volume of the sound effects. This should be a value between 0 and 1.
193193

194194
If set to `true`, Kando will not show a warning if the configuration files are write-protected.
195195

196-
#### settingsWindowColorScheme <Badge text="new!" variant="tip" />
196+
#### settingsWindowColorScheme
197197
<small>Default value: `"settingsWindowColorScheme": "system"` </small>
198198

199199
The color scheme of the settings window. Can be one of `'system'`, `'light'`, or `'dark'`.
200200
This determines the look of the settings window itself, not the menu editor part.
201201
If set to `'system'`, Kando will adapt to the system colors.
202202

203-
#### settingsWindowFlavor <Badge text="new!" variant="tip" />
203+
#### settingsWindowFlavor
204204
<small>Default value: `"settingsWindowFlavor": "auto"`</small>
205205

206206
This determines the look of the menu-editor part of the settings window.
@@ -214,7 +214,7 @@ If the special value `'auto'` is used, Kando will choose a transparent flavor if
214214

215215
Can be one of `'color'`, `'white'`, `'light'`, `'dark'`, `'black'`, or `'none'`. The color flavors are only available on Windows and Linux. On macOS, the color always depends on your system colors. If set to `'none'`, the tray icon will be hidden.
216216

217-
#### hardwareAcceleration <Badge text="soon!" variant="tip" />
217+
#### hardwareAcceleration <Badge text="new!" variant="tip" />
218218
<small>Default value: `"hardwareAcceleration": true`</small>
219219

220220
If set to `true`, Kando will use hardware acceleration for rendering the menu. This can improve performance, but may cause issues on some systems. If you experience rendering issues with the menu, try setting this to `false`.
@@ -254,7 +254,7 @@ The duration of the fade-in animation in milliseconds. Set to `0` to disable the
254254

255255
The duration of the fade-out animation in milliseconds. Set to `0` to disable the animation. Some actions are only executed after the fade-out animation has finished, so reducing this value can make the menu much "snappier".
256256

257-
#### keepInputFocus <Badge text="new!" variant="tip" />
257+
#### keepInputFocus
258258
<small>Default value: `"keepInputFocus": false`</small>
259259

260260
If enabled, the menu will not receive keyboard input focus when opened.
@@ -270,7 +270,7 @@ If enabled, items can be selected by dragging the mouse over them.
270270

271271
If enabled, items can be selected by hovering over them while holding down a keyboard key.
272272

273-
#### warpMouse <Badge text="new!" variant="tip" />
273+
#### warpMouse
274274
<small>Default value: `"warpMouse": true`</small>
275275

276276
If true, the mouse pointer will be warped to the center of the menu when necessary.
@@ -325,7 +325,7 @@ This button will select the parent item when using a gamepad. Set to -1 to disab
325325

326326
This button will close the menu when using a gamepad. Set to -1 to disable. See https://w3c.github.io/gamepad/#remapping for the mapping of numbers to buttons.
327327

328-
#### sameShortcutBehavior <Badge text="new!" variant="tip" />
328+
#### sameShortcutBehavior
329329
<small>Default value: `"sameShortcutBehavior": "nothing"`</small>
330330

331331
Determines the behavior of pressing the trigger shortcut once the menu is open.
@@ -335,17 +335,17 @@ Can be one of the following:
335335
* `'close'`: The menu will be closed when the trigger shortcut is pressed while the menu is open.
336336
* `'nothing'`: Nothing will happen when the trigger shortcut is pressed while the menu is open.
337337

338-
#### useDefaultOsShowSettingsHotkey <Badge text="new!" variant="tip" />
338+
#### useDefaultOsShowSettingsHotkey
339339
<small>Default value: `"useDefaultOsShowSettingsHotkey": true`</small>
340340

341341
If enabled, pressing <kbd>Command</kbd>+<kbd>,</kbd> on macOS or <kbd>Ctrl</kbd>+<kbd>,</kbd> on Linux or Windows will open the settings window. If disabled, the default hotkey will be ignored.
342342

343-
#### hideSettingsButton <Badge text="new!" variant="tip" />
343+
#### hideSettingsButton
344344
<small>Default value: `"hideSettingsButton": false`</small>
345345

346346
If true, the settings button will be hidden if not hovered.
347347

348-
#### settingsButtonPosition <Badge text="new!" variant="tip" />
348+
#### settingsButtonPosition
349349
<small>Default value: `"settingsButtonPosition": "bottom-right"`</small>
350350

351351
The position of the settings button.
@@ -381,7 +381,7 @@ The latter is used in the settings dialog to group menus together.
381381
}
382382
```
383383

384-
#### version <Badge text="soon!" variant="tip" />
384+
#### version <Badge text="new!" variant="tip" />
385385
<small>Default value: `"version": "2.0.0"`</small>
386386

387387
This is the last Kando version which was used to write this configuration file.

src/content/docs/icon-themes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Kando comes with a few icon themes pre-installed and you can easily add your own
2929
Kando comes with a few icon themes pre-installed. You can select them in the icon picker in the menu editor.
3030
Here's a list of the built-in icon themes:
3131

32-
1. System Icons <Badge text="soon!" variant="tip" />: This special icon theme contains different icons depending on your operating system.
32+
1. System Icons <Badge text="new!" variant="tip" />: This special icon theme contains different icons depending on your operating system.
3333
* On **Windows** and **macOS**, it contains the icons of the applications you have installed.
3434
* On **Linux**, it contains the icons of the currently selected icon theme of your desktop environment. This means, the icons will change when you change your desktop environment's icon theme!
3535
2. [Simple Icons](https://simpleicons.org) (Plain & Colored): A set of icons for popular brands.

src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ import slide4 from "../../assets/accordion-slide4.webp";
9595
<ShowCaseItem icon="solar:gift-bold" title="Watch the Latest Update!" type="fill">
9696
<div slot="description">
9797
<p>
98-
This major release brings a completely rewritten menu editor! This drastically improves the user experience and makes it easier to create and edit menus.
98+
The latest update of Kando brings an application picker, system icons, wedges visualizations and many more features and fixes!
9999
</p>
100-
<YouTube slot="content" id="ESf0D3hQE9g" />
100+
<YouTube slot="content" id="wNNS7vrur3M" />
101101
</div>
102102
</ShowCaseItem>
103103

src/content/docs/installation-on-linux.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Openbox | ✅ | Requires a compositor for the transparency to work.
4747
i3 | ✅ | Requires a compositor for the transparency to work.
4848
dusk | ✅ | Requires a compositor for the transparency to work. See [below](#dusk) for the required config.
4949
Qtile | ➖ | It works with some flaws. Contributions are welcome! Read the [corresponding bug report](https://github.com/kando-menu/kando/issues/621).
50-
Niri | | See [below](#-niri) for the required configs.
50+
Niri | | See [below](#-niri) for the required configs. It works with some flaws. Contributions are welcome!
5151

5252
<CustomAside type="thanks" title="Have you tested another environment?">
5353
If you have tested Kando on another desktop environment, please add it to the list above by editing this page on GitHub!

src/content/docs/item-run-command.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ You can use this to run applications, scripts, or any other command that you can
2323
Starting with version 2.1.0, Kando comes with an **app picker** which allows you to select one of your installed applications.
2424
If the app picker does not show the app you want to run, you can use tips further below to find the command to run the app.
2525

26-
### Use the App Picker (recommended) <Badge text="soon!" variant="tip" />
26+
### Use the App Picker (recommended) <Badge text="new!" variant="tip" />
2727
If you select an application from the app picker, Kando will automatically fill in the command, name, and icon for you.
2828
![banner](../../assets/img/app-picker.png)
2929
<center><sup>The app picker allows you to select one of your installed of apps.</sup></center>
3030

31-
### Use Drag and Drop <Badge text="soon!" variant="tip" />
31+
### Use Drag and Drop <Badge text="new!" variant="tip" />
3232
Usually, you can drag and drop an application from your start menu or application launcher into Kando!
3333
* On **Windows**, this works with the Start Menu and most application shortcuts.
3434
* On **macOS**, you can drag and drop applications from the Applications folder.

src/content/docs/usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Once you get more comfortable with Kando, you can try the marking mode, eventual
6262
Try to remember the path to an item and draw it without looking much at the menu! You will be surprised how quickly you can select items which are deeply nested in the menu.
6363

6464
<Aside type="note">
65-
The menu reacts to your movements. **Not the other way araound!** A submenu will pop up when you stop moving the mouse. You do not need to look at the menu!
65+
The menu reacts to your movements. **Not the other way around!** A submenu will pop up when you stop moving the mouse. You do not need to look at the menu!
6666
</Aside>
6767

6868

0 commit comments

Comments
 (0)