Skip to content

Commit 82a06d6

Browse files
committed
README
1 parent 76bd1cb commit 82a06d6

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ pip install -e .
3737

3838
Add to your Claude Desktop configuration file:
3939

40-
**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
41-
**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
42-
**Linux**: `~/.config/Claude/claude_desktop_config.json`
40+
- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
41+
- **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
42+
- **Linux**: `~/.config/Claude/claude_desktop_config.json`
4343

4444
```json
4545
{
@@ -93,7 +93,7 @@ For development, you can run this server using `uv`:
9393

9494
## Available Tools
9595

96-
### omarchy_theme_list
96+
### `omarchy_theme_list`
9797

9898
Lists Omarchy themes with flexible filtering options.
9999

@@ -112,7 +112,7 @@ Lists Omarchy themes with flexible filtering options.
112112

113113
**Returns:** List of theme names with status indicators (current, built-in, installed)
114114

115-
### omarchy_theme_set
115+
### `omarchy_theme_set`
116116

117117
Applies a theme to the Omarchy desktop.
118118

@@ -121,13 +121,13 @@ Applies a theme to the Omarchy desktop.
121121

122122
**Returns:** Preview image of the applied theme
123123

124-
### omarchy_theme_bg_next
124+
### `omarchy_theme_bg_next`
125125

126126
Rotates to the next background image in the current theme.
127127

128128
**Returns:** The new background image
129129

130-
### omarchy_preview_theme
130+
### `omarchy_preview_theme`
131131

132132
Downloads and returns a preview image for a theme without applying it.
133133

@@ -136,7 +136,7 @@ Downloads and returns a preview image for a theme without applying it.
136136

137137
**Returns:** Theme preview image
138138

139-
### omarchy_install_theme
139+
### `omarchy_install_theme`
140140

141141
Installs a new extra/community theme from its GitHub repository. Installing a theme automatically sets it as the current theme.
142142

@@ -145,8 +145,7 @@ Installs a new extra/community theme from its GitHub repository. Installing a th
145145

146146
**Returns:** Theme preview image after installation
147147

148-
### omarchy_remove_theme
149-
148+
### `omarchy_remove_theme`
150149
Uninstalls a previously installed extra/community theme. Built-in themes cannot be removed.
151150

152151
**Parameters:**

0 commit comments

Comments
 (0)