mirror of
https://github.com/vale981/yabar
synced 2025-03-04 17:11:38 -05:00
Merge pull request #184 from dangersalad/workspace-label-tip
Tip for spaces in workspace labels
This commit is contained in:
commit
c516e8e78d
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ exec: "YABAR_TITLE";
|
||||||
fixed-size: 300;
|
fixed-size: 300;
|
||||||
----
|
----
|
||||||
|
|
||||||
* *YABAR_WORKSPACE* - *Workspace*: Uses EWMH to show the current workspace/desktop. 'internal-option1' represents a series of characters/numbers/names to be used as workspace names (seperated by space). Example:
|
* *YABAR_WORKSPACE* - *Workspace*: Uses EWMH to show the current workspace/desktop. 'internal-option1' represents a series of characters/numbers/names to be used as workspace names (seperated by space). If you want to have spaces in the names that are displayed, insert an alternative unicode spacing character (such as U+2000) instead of a regular space. Example:
|
||||||
----
|
----
|
||||||
exec: "YABAR_WORKSPACE";
|
exec: "YABAR_WORKSPACE";
|
||||||
internal-option1: " ";
|
internal-option1: " ";
|
||||||
|
|
Loading…
Add table
Reference in a new issue