mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-08-05 13:42:53 -07:00
Update styling page and add tabicon option
This commit is contained in:
@@ -4,6 +4,27 @@ description: 'Wave lets you customize the look and feel of your terminal'
|
||||
icon: 'paintbrush'
|
||||
---
|
||||
|
||||
<img height="200" src="/path/appearance.gif" />
|
||||
|
||||
|
||||
## Tab Settings
|
||||
You can customize each tab when you create it or by using the tab settings after creation. Tabs can also be customized from the command line.
|
||||
|
||||
Example:
|
||||
```
|
||||
/screen:set name="prod"
|
||||
/screen:set tabcolor=red
|
||||
/screen:set tabicon=fire
|
||||
```
|
||||
|
||||
See the full list of options for the [/screen:set](https://docs.waveterm.dev/reference/slashcommands#screen-set) slashcommand.
|
||||
|
||||
## Workspace Settings
|
||||
You can customize the name of each workspace from the workspace settings or from the command line.
|
||||
|
||||
Example:
|
||||
```
|
||||
/session:set name="python development"
|
||||
```
|
||||
|
||||
See the full list of options for the [/session:set](https://docs.waveterm.dev/reference/slashcommands#session-set) slashcommand.
|
||||
|
||||
Reference in New Issue
Block a user