Jake Stanger
b7ee794bfc
feat(ipc): commands for opening/closing popups
...
Also includes some refactoring around related GTK helper code
2023-07-16 19:15:55 +01:00
Jake Stanger
2da28b9bf5
feat: ability to configure image icon sizes
...
Adds `icon_size` option to following widgets:
- `clipboard`
- `launcher`
- `music`
- `workspaces`
Also adds `cover_image_size` option to `music`.
2023-04-22 22:22:49 +01:00
Jake Stanger
058c8f4228
fix(hyprland): issues with tracking workspaces
2023-01-30 22:24:00 +00:00
Jake Stanger
b054c17d14
feat(workspaces): support for using images in name_map
2023-01-30 11:51:01 +00:00
Jake Stanger
9ba28fe7fa
feat(workspaces): better ordering
...
Includes option to revert to previous (lack of) ordering method if preferred.
2023-01-27 23:18:59 +00:00
Jake Stanger
6e5d0c1e8c
feat(workspaces): hyprland support
...
Resolves #18 .
The bar will now automatically detect whether running under Sway or Hyprland and use the correct IPC client depending.
2023-01-27 23:18:59 +00:00
Jake Stanger
5e21cbcca6
refactor: macros to reduce repeated code
2022-12-11 22:45:52 +00:00
Jake Stanger
9d5049dde0
refactor: standardise error messages
2022-12-11 21:31:45 +00:00
Jake Stanger
2c1b2924d4
refactor: move most of the horrible add_module macro content into proper functions
2022-12-04 23:23:22 +00:00
Jake Stanger
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
Jake Stanger
4662f60ac5
refactor: move various clients to own folder
2022-11-06 23:38:51 +00:00
Jake Stanger
06cfad62e2
feat: more positioning options ( #23 )
...
* feat: more positioning options
Can now display the bar on the left/right, and avoid anchoring to edges to centre the bar.
BREAKING CHANGE: The `left` and `right` config options have been renamed to `start` and `end`
2022-10-15 16:27:25 +01:00
Jake Stanger
1b853bcb71
refactor: fix clippy warning
2022-10-15 16:19:21 +01:00
Jake Stanger
006c242f49
style: run fmt
2022-10-15 00:09:38 +01:00
Jake Stanger
2cd59ef5ff
build: fix compilation errors caused by package update
2022-10-15 00:07:10 +01:00
Jake Stanger
720ba7bfb0
Major module refactor ( #19 )
...
* refactor: major module restructuring
Modules now implement a "controller", which allows for separation of logic from UI code and enforces a tighter structure around how modules should be written. The introduction of this change required major refactoring or even rewriting of all modules.
This also better integrates the popup into modules, making it easier for data to be passed around without fetching the same thing twice
The refactor also improves some client code, switching from `ksway` to the much more stable `swayipc-async`. Partial multi-monitor for the tray module has been added.
BREAKING CHANGE: The `mpd` module config has changed, moving the icons to their own object.
2022-09-25 22:49:00 +01:00
Jake Stanger
78e30b39fe
docs: add some rustdoc comments throughout
2022-08-28 16:57:41 +01:00
Jake Stanger
1e38719996
feat: introduce logging in some areas
2022-08-25 21:53:57 +01:00
Jake Stanger
6dcae66570
fix: avoid creating loads of sway/mpd clients
2022-08-25 21:53:42 +01:00
Jake Stanger
023c2fb118
fix(workspaces): not listening to move event
2022-08-24 21:27:19 +01:00
Jake Stanger
ab8f7ecfc8
feat: logging support and proper error handling
2022-08-21 23:36:51 +01:00
Jake Stanger
7625635050
refactor: fix a couple of clippy warnings
2022-08-15 21:11:17 +01:00
Jake Stanger
dc14cb003f
feat: new focused window module
2022-08-14 20:40:11 +01:00
Jake Stanger
53adaa846c
feat(workspaces): support for toggling showing workspaces for all monitors
2022-08-14 16:23:41 +01:00
Jake Stanger
e37d8f2b14
chore: initial commit
2022-08-14 14:30:13 +01:00