Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 from tty2/feature/update-readme
Browse files Browse the repository at this point in the history
readme, plus fix orientation
  • Loading branch information
tty2 authored Dec 8, 2022
2 parents e651efc + 0d4a8f8 commit 104fc55
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ This extension is written for Wayland.

## How it looks like

Example with three opened workspaces where the first one is current:
Example with for opened workspaces where the second one is current:

●○○
Circle symbols:

○●○○

Line symbols:

ǀ┃ǀǀ

Screenshot with the same situation:

Expand Down
Binary file modified assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ let WorkspaceIndicator = GObject.registerClass(
switch (this._settings.get_string("widget-orientation")) {
case "vertical":
this._icons.separator = "\n";
break;
default:
this._icons.separator = "";
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"shell-version": ["40", "41", "42", "43"],
"url": "https://github.com/tty2/horizontal-workspace-indicator",
"uuid": "horizontal-workspace-indicator@tty2.io",
"version": "0.3.0"
"version": "0.4.0"
}

0 comments on commit 104fc55

Please sign in to comment.