Austin Horstman
c9a7cbbdb3
fix(image): treat missing interval as once
...
PR #4390 enabled millisecond intervals but changed image interval parsing so a missing interval could resolve to 1ms. That creates a hot update loop and can spike CPU and destabilize rendering in drawer/group setups (issue #4835 ).
Use explicit semantics: missing, null, non-numeric, or <=0 interval is treated as "once" (max sleep), while positive numeric values still support ms precision with a 1ms floor. This keeps the intended feature (sub-second polling when requested) without defaulting to busy looping.
Also align waybar-image(5) docs with runtime behavior.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-09 15:27:35 -06:00
Prakhar Chhalotre
e67b230dbe
fix: prioritize plugged status over default when battery is full
2026-02-10 01:52:59 +05:30
Prakhar Chhalotre
f96fb53eeb
feat: add tooltip in format replacments
2026-02-10 01:00:07 +05:30
Prakhar Chhalotre
7e6da1adb2
fix: update tooltip method to use pango markup formatting
2026-02-09 00:16:11 +05:30
anton
3655d73525
Ignore Tray entries by service name and when dbus properties load
2026-02-08 00:44:14 +00:00
cebem1nt
40200afb68
fix: owerwrite handleScroll to remove any scrolling handling from group module
2026-02-06 14:43:12 -03:00
cebem1nt
429d7df52b
fix: backlight/slider fix rounding issue on scroll up
2026-02-05 23:38:47 -03:00
szbmrk
2475052326
Merge branch 'master' into feat-hyprland-submap-icon-handling
2026-02-04 12:38:49 +01:00
szbmrk
ca0b068ad8
feat(disk)!: handle multiple disks at once
2026-02-04 12:34:32 +01:00
Alexis Rouillard
26c09f1e2e
Merge pull request #4814 from Alexays/copilot/fix-menu-freeze-issue
...
Fix menu freezing when launching applications
2026-02-04 10:33:52 +01:00
copilot-swe-agent[bot] and Alexays
c4982efa95
Add output_name parameter to forkExec for WAYBAR_OUTPUT_NAME env var
...
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 09:14:45 +00:00
Alexis Rouillard
dad6e8a257
Merge pull request #4812 from Alexays/copilot/fix-tooltip-sync-issue
...
Fix custom module tooltip not updating on exec output change
2026-02-04 10:12:20 +01:00
Alexis Rouillard
98c2ace0ec
Merge pull request #4813 from Alexays/copilot/fix-bluetooth-module-issue
...
Fix Pango markup rendering in bluetooth module tooltips
2026-02-04 10:11:18 +01:00
copilot-swe-agent[bot] and Alexays
68d3e13fdd
Fix menu freezing when launching applications
...
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 09:09:44 +00:00
copilot-swe-agent[bot] and Alexays
2b29c9a5d6
Fix tooltip sync issue by removing conditional checks
...
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 09:08:42 +00:00
Alexis Rouillard
08baa3fd40
Merge pull request #4808 from Alexays/copilot/fix-corrupted-double-linked-list
...
Fix heap corruption from GTK operations on IPC thread in Hyprland modules
2026-02-04 10:08:13 +01:00
copilot-swe-agent[bot] and Alexays
717cc4a4d1
Fix Pango markup rendering in bluetooth module tooltip
...
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 09:07:46 +00:00
Alexis Rouillard
4c5167083d
Merge pull request #4809 from Alexays/copilot/fix-unhandled-exception
...
Fix unhandled JSON exception in signal handler
2026-02-04 10:04:16 +01:00
Alexis Rouillard
7261d00c31
Merge pull request #4810 from Alexays/copilot/fix-waybar-crash-pango
...
Fix Pango NULL layout crash in cava module
2026-02-04 10:03:11 +01:00
copilot-swe-agent[bot] and Alexays
da8fd864c6
Simplify mutex locking in WindowCount module
...
- Acquire lock once at start of update() and hold for entire function
- Remove redundant lock from queryActiveWorkspace() since it's only called from update()
This addresses code review feedback and makes the locking strategy clearer
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:57:53 +00:00
copilot-swe-agent[bot] and Alexays
0a8b7b096a
Simplify fix: only add isInt() check in refresh methods
...
Changed approach per maintainer feedback - instead of caching signal values,
just add isInt() check before accessing config_["signal"].asInt() in refresh()
methods. This is simpler and more minimal.
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:57:08 +00:00
copilot-swe-agent[bot] and Alexays
c1240a98aa
Fix mutex locking in WindowCount module
...
Ensure workspace_ accesses are properly protected by mutex after queryActiveWorkspace call
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:56:17 +00:00
copilot-swe-agent[bot] and Alexays
330c77c87a
Fix thread safety in Hyprland modules to prevent corrupted double-linked list crash
...
- Move GTK operations from IPC thread to GTK main thread in Window module
- Move GTK operations from IPC thread to GTK main thread in WindowCount module
- Move GTK style class operations from IPC thread to GTK main thread in Submap module
- Language and Workspaces modules already safe (only update internal state)
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:54:36 +00:00
copilot-swe-agent[bot] and Alexays
03de38b4d0
Fix Pango NULL layout crash by clearing markup before hiding label
...
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:54:32 +00:00
Alexis Rouillard
1466ca8bef
Merge pull request #4729 from xav-ie/fix-cava-audio-height-init
...
fix-cava-audio-height-init
2026-02-04 09:54:00 +01:00
copilot-swe-agent[bot] and Alexays
c34b1b6a19
Fix unhandled JSON exception in signal handlers
...
Cache signal value during module construction to avoid accessing JSON config
in signal handler context. This prevents crashes when signal field is missing
or not an integer type.
- Custom module: Cache signal_ value in constructor
- Image module: Cache signal_ value in constructor
- Both modules: Use cached value in refresh() method
Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com >
2026-02-04 08:53:47 +00:00
Alex
39e59e557f
fix: double free / uncatched errors
2026-02-04 09:47:00 +01:00
Alex
47fb21a2c1
chore: upgrade to clang-format@21
2026-02-04 09:24:14 +01:00
BBaoVanC
5ab28b901c
Fix return type of input to gtk_layer_set_namespace
2026-02-01 22:01:04 -06:00
Kaosu
946d6dff6e
Merge branch 'master' into features/temperature-hwmon-by-name
2026-01-27 06:20:58 +01:00
Aaron Gerbert
b192244f50
Commit Squash
2026-01-23 11:27:38 -05:00
Ansari
3df7a684fc
Merge remote-tracking branch 'upstream/master'
2026-01-22 21:47:09 +05:30
Rio Sanjaya
efc5fccda5
Merge branch 'Alexays:master' into encode_icon_inside_label
2026-01-22 08:58:54 +07:00
Hallvard Høyland Lavik
a7b463f315
Merge branch 'Alexays:master' into master
2026-01-17 14:42:26 +01:00
Holbormon
762c4f2e27
Use name config field to set GTK layer namespace
...
Provides an easy way to disambiguate several waybars so that compositors like Hyprland may apply granular layer rules to different waybars.
2026-01-16 15:12:09 +00:00
szbmrk
c38024bdec
feat(hyprland/submap): add config option to specify different icons for submaps
2026-01-15 00:29:49 +01:00
zjeffer
8f5fc990a5
hyprland/workspaces: don't show persistent special workspaces if show-special is disabled
2026-01-10 13:29:40 +01:00
Benji-clm
7f63a905a1
feat(battery): add option to smooth power for more stable time_remaining estimates
2026-01-09 13:02:28 +00:00
Aksel Lunde Aase
5870c4ba0e
feat(clock): Add action to execute external command
2026-01-09 13:26:27 +01:00
Ansari
a8a41bd17c
fix(workspaces): skip ignored workspaces in persistent rules
2026-01-03 11:20:03 +05:30
Ansari
49083131d1
fix(AModule): improve cursor configuration handling
2026-01-03 11:16:03 +05:30
PickNicko13
a2d597f17f
Added better logic for different kinds of filter nodes for only-physical.
...
Added fallback in case the final node doesn't have the volume property.
2026-01-01 16:54:54 +01:00
Dennis Weiershaeuser
9e53174ef5
feat(sway/workspaces): add format for negative indices
2026-01-01 02:42:56 +01:00
Mathis Raguin
c2a038c222
fix(sway/workspaces): escape markup in workspace if enabled
2025-12-31 16:16:38 +01:00
Mathis Raguin
da4367df2f
fix(sway/workspaces): use number when available to avoid parsing issues
2025-12-31 15:40:31 +01:00
Mathis Raguin
0a5da13fbf
fix(workspaces/sway): handle workspaces with quotes
2025-12-31 15:28:10 +01:00
Xavier Ruiz
19bb89874e
fix(cava): default data_format to ascii for correct bar scaling
...
data_format was changed from always "ascii" to user-configurable,
but without a default. This caused cava to use "binary", calculating
height as 65535 instead of ascii_range, making bars always peak.
2025-12-28 20:09:33 -05:00
Alexis Rouillard
06484547d1
Merge pull request #4677 from mliszcz/remove-window-format
...
fix(sway/workspaces): window-rewrite: do not check for window-format
2025-12-28 23:12:44 +01:00
Hallvard Lavik
9dfcd206d7
Allow tooltip formatting the CPU module.
2025-12-27 12:11:43 +01:00
Rio Sanjaya
8e9ebb8bb1
use snake_case for variable name
2025-12-27 17:57:20 +07:00