-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
40 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Package version.""" | ||
|
||
VERSION = "2.4.3-8" | ||
VERSION = "2.4.3-11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
commands: | ||
- name: bar restart | ||
description: Restart/refresh Menu Bar on the "best" monitor. | ||
--- | ||
|
||
# menubar | ||
|
||
Runs your favorite bar app (gbar, ags / hyprpanel, waybar, ...) with option to pass the "best" monitor from a list of monitors. | ||
|
||
- Will take care of starting the command on startup (you must not run it from another source like `hyprland.conf`). | ||
- Automatically restarts the menu bar on crash | ||
- Checks which monitors are on and take the best one from a provided list | ||
|
||
## Command | ||
|
||
<CommandList :commands="$frontmatter.commands" /> | ||
|
||
|
||
## Configuration | ||
|
||
### `command` (REQUIRED) | ||
|
||
The command which runs the menu bar. The string `[monitor]` will be replaced by the best monitor. | ||
|
||
### `monitors` | ||
|
||
List of monitors to chose from, the first have higher priority over the second one etc... | ||
|
||
|
||
## Example | ||
|
||
```sh | ||
[gbar] | ||
monitors = ["DP-1", "HDMI-1", "HDMI-1-A"] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.