e6f7108862
Merge pull request #497 from JakeStanger/feat/cairo
...
feat: new cairo module
2024-04-17 20:49:59 +01:00
b0a05b7cda
feat: new cairo module
...
Resolves #105
Co-authored-by: A-Cloud-Ninja <5809177+A-Cloud-Ninja@users.noreply.github.com>
2024-04-17 20:35:35 +01:00
fb7f0aae32
docs(examples) add custom weather example
2024-04-14 01:10:45 +01:00
7742a46578
feat: swaync notifications module
...
Adds a new module which connects to SwayNC to display information from the notifications deamon.
Resolves #7
2024-03-04 20:33:53 +00:00
a70956bb3b
feat: add new volume module
2024-03-04 19:53:02 +00:00
607c7285d7
docs: update for ipc/cli, tidy a bit
2023-06-29 16:26:55 +01:00
610c3528af
docs: add missing link to upower page
2023-05-01 13:24:38 +01:00
6c622864b3
feat: new label module
...
Takes a text label, with the ability to include embedded scripts.
Resolves #80 .
2023-04-07 14:29:07 +01:00
83a49165c4
docs(compiling): add info about build deps
2023-02-25 14:29:38 +00:00
7b23e61e7d
docs(wiki): update screenshots and examples
2023-02-01 22:06:09 +00:00
b054c17d14
feat(workspaces): support for using images in name_map
2023-01-30 11:51:01 +00:00
6d8e647f12
feat: mpris support
...
Resolves #25 .
Completely refactors the MPD module to be the 'music' module. This now supports both MPD and MPRIS with the same UI for both.
BREAKING CHANGE: The `mpd` module has been renamed to `music`. You will need to update the `type` value in your config and add `player_type` to continue using MPD. You will also need to update your styles.
2023-01-25 23:09:49 +00:00
afedf0214d
docs: add link to new custom power menu example
2022-11-30 22:42:31 +00:00
df77020c52
refactor(sys_info): use snake_case for module tokens for consistency
...
BREAKING CHANGE: This renames the module from `sys-info` to `sys_info`, and almost every formatting token from `kebab-case` to `snake_case`. Any use of this module will need to be updated.
2022-11-28 22:23:33 +00:00
c9e66d4664
feat: common module options (show_if
, on_click
, tooltip
)
...
The first three of many options that are common to all modules.
Resolves #36 . Resolves partially #34 .
2022-11-28 22:09:18 +00:00
58d55db660
docs: migrate wiki into main repo
2022-11-06 22:52:21 +00:00