Skip to content

Commit 2de6876

Browse files
committed
🔧 Use synckey for os across the page
1 parent e09b8ac commit 2de6876

8 files changed

Lines changed: 14 additions & 9 deletions

src/content/docs/compile-from-source.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want to test the latest development version of Kando, or want to contribu
2222

2323
## <Icon name="solar:link-square-bold-duotone" class="inline-icon" /> Installing Dependencies
2424

25-
<Tabs>
25+
<Tabs syncKey="os">
2626
<TabItem label="Windows" icon="seti:windows">
2727
You will need [Git](https://git-scm.com/), [NodeJS](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), [CMake](https://cmake.org/), and a C++ toolchain. There are several ways to install these on Windows. Here is a common way to get them:
2828
<Steps>

src/content/docs/config-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Kando will ✅ **validate** the configuration files. If you [launched Kando from
2929
Depending on your platform, the configuration files are located in different directories.
3030
Use you file manager or terminal to navigate to the following directories.
3131

32-
<Tabs>
32+
<Tabs syncKey="os">
3333
<TabItem label="Windows" icon="seti:windows">
3434
```
3535
%appdata%\kando\

src/content/docs/create-menu-themes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you encounter a problem at any stage, feel free to ask for help in the **#sup
2828
If you want to create a new menu theme, you should put **a new subdirectory** into the `menu-themes` directory.
2929
The location of this directory depends on your operating system:
3030

31-
<Tabs>
31+
<Tabs syncKey="os">
3232
<TabItem label="Windows" icon="seti:windows">
3333
```
3434
%appdata%\kando\menu-themes\

src/content/docs/create-sound-themes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you encounter a problem at any stage, feel free to ask for help in the **#sup
2727
If you want to create a new sound theme, you should put **a new subdirectory** into the `sound-themes` directory.
2828
The location of this directory depends on your operating system:
2929

30-
<Tabs>
30+
<Tabs syncKey="os">
3131
<TabItem label="Windows" icon="seti:windows">
3232
```
3333
%appdata%\kando\sound-themes\

src/content/docs/icon-themes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To add your own icons to Kando, follow these steps:
3838

3939
1. Create a new `icon-themes` directory in Kando's configuration directory if it does not yet exist. Depending on your OS, this will be the following locations:
4040

41-
<Tabs>
41+
<Tabs syncKey="os">
4242
<TabItem label="Windows" icon="seti:windows">
4343
```cmd
4444
%appdata%\kando\icon-themes

src/content/docs/launch-from-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Tabs, TabItem, Aside } from '@astrojs/starlight/components';
1212
Sometimes it is useful to run Kando from the command line in order to see the output of the application.
1313
If you installed Kando via a package manager or via one of the installers from GitHub, Kando's executable will be located in one of the following directories:
1414

15-
<Tabs>
15+
<Tabs syncKey="os">
1616
<TabItem label="Windows" icon="seti:windows">
1717
On Windows, the path to the executable depends on the current version number. Just copy `%localappdata%\Kando` into the address bar of the Windows Explorer and check the contained directories.
1818
```cmd

src/content/docs/menu-themes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A menu theme is a directory containing a `theme.json` and a `theme.css` file.
5555
If you want to install such a theme, you should put it into the `menu-themes` directory.
5656
The location of this directory depends on your operating system:
5757

58-
<Tabs>
58+
<Tabs syncKey="os">
5959
<TabItem label="Windows" icon="seti:windows">
6060
```
6161
%appdata%\kando\menu-themes\

src/content/docs/sound-themes.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A sound theme is a directory containing a `theme.json` and some audio files.
3030
If you want to install such a theme, you should put it into the `sound-themes` directory.
3131
The location of this directory depends on your operating system:
3232

33-
<Tabs>
33+
<Tabs syncKey="os" >
3434
<TabItem label="Windows" icon="seti:windows">
3535
```
3636
%appdata%\kando\sound-themes\
@@ -65,7 +65,7 @@ This will come in a future release.
6565
However, you can easily change the sound theme by editing the `config.json` file.
6666
This file is located in the same directory as the sound themes directory:
6767

68-
<Tabs>
68+
<Tabs syncKey="os">
6969
<TabItem label="Windows" icon="seti:windows">
7070
```
7171
%appdata%\kando\config.json
@@ -81,6 +81,11 @@ This file is located in the same directory as the sound themes directory:
8181
~/.config/kando/config.json
8282
```
8383
</TabItem>
84+
<TabItem label="Flatpak" icon="linux">
85+
```
86+
~/.var/app/menu.kando.Kando/config/kando/config.json
87+
```
88+
</TabItem>
8489
</Tabs>
8590

8691
Simply open this file with a text editor and change the `soundTheme` property to the name of the sound theme you want to use.

0 commit comments

Comments
 (0)