Ross MacLeod
f4384b6252
feat: enable use of markup in clock module format and format_popup, and update documentation to reflect supporting Pango markup in both
2024-02-08 23:33:32 -05:00
8aef093ac9
Merge pull request #421 from JakeStanger/fix/dynamic-string
...
Dynamic String Fixes
2024-01-25 23:17:55 +00:00
9d7cb08f41
docs(ironvars): correct allowed chars in keys
2024-01-25 22:42:48 +00:00
1b54276bea
docs(compilation): add sccache section
2024-01-25 22:29:05 +00:00
754e33952e
docs: add info on speeding up compilation time
2024-01-24 23:03:38 +00:00
thmasq
ddf91b18cc
build: add focused
and launcher
feature flags
2024-01-13 22:08:31 -03:00
éclairevoyant
a1598259eb
docs: fix nerdfont icons
2023-12-28 01:11:54 -05:00
Dylan Premo
f2c4ddb914
docs(sys info): fix cpu temp examples
...
Use - instead of _ for [sensor], as in #129
2023-12-17 13:34:02 +00:00
9a7ee6babc
Merge pull request #372 from JakeStanger/feat/auto-hide
...
feat: bar auto-hide options
2023-12-11 21:37:55 +00:00
659c93dd2a
feat: use top-level config as fallback when using monitor-based config
...
This allows you to configure a default bar to use, then override specific monitors.
Not setting anything at the top level will hide bars which are not explicitly configured.
This actually came about as a bug in the recent refactorings, but now it's a feature :)
2023-12-10 23:12:21 +00:00
ee04cd025a
feat: bar auto-hide options
...
Adds two new bar-level options:
- `start_hidden`, which stops a bar from showing when Ironbar starts. It can then be hidden via IPC or auto-hide.
- `autohide`, which takes a delay after which the bar will be hidden when the cursor leaves. Hovering at the screen edge where the bar is located reveals the bar again.
Resolves #167
2023-12-10 22:56:43 +00:00
74930df83b
docs(compiling): fix fedora instructions
2023-10-29 21:19:53 +00:00
917c1bd52e
docs(dynamic values): link to scripts/ironvars pages
...
Also adds a little bit of clarification around script syntax.
2023-10-16 22:39:48 +01:00
Schweber
a768164515
docs(styling guide): add explanation on specificity
2023-10-16 20:10:50 +01:00
c2306d6680
docs(styling): add another example for selecting gtk widgets
2023-10-13 22:16:16 +01:00
60bb69feec
feat: add widget
and widget-container
css classes on all widgets
2023-09-05 22:37:58 +01:00
Alice Janik
25c490b8b4
feat(workspaces): visible CSS selector
2023-08-25 20:50:51 -05:00
b9c41af0f7
docs(workspaces): add missing .inactive
selector
2023-08-24 23:29:16 +01:00
yavko
9f65cf293d
feat(workspaces): add favorites
and hidden
options
2023-08-15 20:09:32 +01:00
3d949874de
docs(ipc): add link to luajit library
2023-07-16 21:25:03 +01:00
06251e293e
refactor: fix new pedantic clippy warnings
2023-07-16 20:17:32 +01:00
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
A-Cloud-Ninja
2ccb2633c6
feat: IPC for get_visible, set_visible, new bar name
config option
2023-07-16 18:21:44 +01:00
b310ea7636
feat(clock): localization support
2023-07-03 23:20:37 +01:00
7d3bb02b46
feat(ipc): reload config command
2023-07-01 00:05:12 +01:00
12053f111a
feat(music): progress/seek bar in popup
...
Resolves #128 .
2023-06-30 19:26:49 +01:00
bd90167f4e
feat(clock): format option for popup header
2023-06-30 11:10:19 +01:00
4b88079561
docs: fix header
2023-06-29 17:38:41 +01:00
607c7285d7
docs: update for ipc/cli, tidy a bit
2023-06-29 16:26:55 +01:00
5be0750792
Merge pull request #160 from JakeStanger/feat/upower-icon-size
...
feat(upower): icon size option
2023-06-18 17:01:57 +01:00
96d36c43d4
docs: add missing icon/image selectors
2023-06-12 22:25:40 +01:00
c3e9654cd3
feat(upower): icon size option
...
Adds missing `icon_size` config option to upower module.
2023-05-26 19:41:02 +01:00
a6b686624b
fix(upower): icon outside button
...
This moves the upower battery icon to inside the button,
moving it before the label for consistency.
2023-05-26 18:58:30 +01:00
ff315ff5db
docs(music): fix incorrect type for host
/music_dir
options
2023-05-07 17:53:15 +01:00
cdeafbdc72
docs(sys info): add typical temperature sensors for intel/amd cpus
2023-05-07 17:50:17 +01:00
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
cf32870f8a
docs(compiling): add ron feature flag
2023-05-05 22:29:26 +01:00
139bc5d23f
docs(compiling): improve requirements list
2023-05-05 22:29:16 +01:00
2a155b9aa8
feat(music): add css selector for button contents
2023-05-02 23:08:13 +01:00
bc87c7f0d4
chore: fix docs typo
2023-05-01 14:17:21 +01:00
ea9f7caaf7
docs: add missing upower
feature flag
2023-05-01 13:30:57 +01:00
610c3528af
docs: add missing link to upower page
2023-05-01 13:24:38 +01:00
0e3102de8c
Merge pull request #83 from p00f/upower-string
...
implement upower module
2023-04-30 00:26:34 +01:00
Chinmay Dalal
ad3c171eca
feat: implement upower module
2023-04-30 00:15:04 +01:00
e5bc44168f
Merge pull request #125 from JakeStanger/feat/custom-slider-label
...
feat(custom): option to toggle slider label
2023-04-23 17:35:40 +01:00
76e2b7ba3e
feat(music): option to hide status icon on widget
...
Adds new `show_status_icon` option.
Resolves #97 .
2023-04-23 13:00:37 +01:00
033d0f7e6e
feat(custom): option to toggle slider label
...
Adds new `show_label` option.
Resolves #115 (for real this time).
2023-04-23 12:59:55 +01:00
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
dd7c9f30db
docs: add transition module-level options
2023-04-22 21:29:47 +01:00
1fa0c0e977
feat(custom): support mouse wheel on slider
2023-04-22 21:29:47 +01:00