Commit Graph

10 Commits

Author SHA1 Message Date
Jake Stanger
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
Jake Stanger
a70956bb3b
feat: add new volume module 2024-03-04 19:53:02 +00:00
Jake Stanger
cb2f9b0aaf
docs(examples): fix issues with example css 2024-01-24 23:10:04 +00:00
Jake Stanger
4620f29d38
docs(examples): update stylesheet 2023-06-30 23:01:11 +01:00
Jake Stanger
327e345630 docs(examples): fix css button styles 2023-05-07 16:25:49 +01:00
Jake Stanger
dea66415c2
feat: module-level name and class options
BREAKING CHANGE: To allow for the `name` property, any widgets that were previously targeted by name should be targeted by class instead. This affects **all modules and all popups**, as well as several widgets inside modules. **This will break a lot of rules in your stylesheet**. To attempt to mitigate the damage, a migration script can be found [here](https://raw.githubusercontent.com/JakeStanger/ironbar/master/scripts/migrate-styles.sh) that should get you most of the way.

Resolves #75.
2023-05-06 13:22:35 +01:00
Jake Stanger
618b7ef552
docs: improve example css 2023-05-02 23:08:49 +01:00
Jake Stanger
0125ce5916
docs(examples): update styles example 2023-03-01 20:35:41 +00:00
Jake Stanger
7b23e61e7d
docs(wiki): update screenshots and examples 2023-02-01 22:06:09 +00:00
Jake Stanger
a29df37e77
docs: include example files
These are also present in the wiki
2022-08-15 17:06:55 +01:00