Commit Graph

3682 Commits

Author SHA1 Message Date
bac4d03813 modules/hyprland/workspaces: remove deprecated property 2024-06-15 18:34:45 -05:00
9ba5825009 Merge pull request #3362 from lukasfink1/bt-dyn-controller-pr
Fix device list not being updated on selecting new bluetooth controller
2024-06-14 14:54:22 +02:00
0df3c84c0f Fix device list not being updated on selecting new bluetooth controller 2024-06-14 14:00:55 +02:00
3f49725834 Merge pull request #3360 from lukasfink1/bt-dyn-controller-pr
Add hotplug detection of bluetooth controllers
2024-06-14 09:06:57 +02:00
ab91d0bac3 Add hotplug detection of bluetooth controllers 2024-06-14 02:24:24 +02:00
79a6229522 Merge pull request #3353 from locked-out/muted_icons
Support for muted icons for pulseaudio devices/ports
2024-06-13 08:47:53 +02:00
01438f71a4 Added muted icons usage to waybar-pulseaudio man page 2024-06-13 15:59:42 +10:00
0bc43c1aa7 fix: lint 2024-06-12 23:08:27 +02:00
e8a2882796 Merge pull request #3320 from rtgiskard/dev
fix mpris: hide on current player vanished
2024-06-12 23:08:00 +02:00
b955e92276 Merge pull request #3244 from rtgiskard/fix.privacy
fix privacy: consider only configured modules
2024-06-12 23:07:51 +02:00
562e1e59b1 Merge pull request #3331 from Eisfunke/eisfunke/regex-collection-replace
Enable using capture groups in window-rewrite
2024-06-12 23:02:52 +02:00
892042eb92 Support muted icons for pulseaudio devices/ports 2024-06-12 17:03:39 +10:00
0251e25f23 Merge pull request #3345 from khaneliman/testing
Organize tests and start Hyprland testing
2024-06-10 21:38:01 +02:00
9bd09aa1b3 Merge pull request #3318 from Alexays/update_flake_lock_action
flake.lock: Update
2024-06-10 21:36:26 +02:00
1cd013a09b clock: respect tooltip option 2024-06-10 17:31:00 +08:00
7721dcdae8 mpris: some clang-tidy fix 2024-06-10 17:31:00 +08:00
e8d91eb14b mpris: hide on current player vanished 2024-06-10 17:31:00 +08:00
0773786766 privacy: consider only configured modules
along with the local clang-tidy warning fixes
2024-06-10 17:31:00 +08:00
71bb2b64bf subprojects/spdlog: bump spdlog
Fixes alpine build and is a commonly distributed version
2024-06-09 15:08:43 -05:00
06fa931de9 Dockerfiles/opensuse: add python3-packaging dependency 2024-06-09 13:41:01 -05:00
16ff5ee99b .github/workflows/linux: fail-fast 2024-06-09 13:41:01 -05:00
08c5df3633 modules/sway/workspaces: clang-format fix 2024-06-09 13:05:47 -05:00
b365831839 test/hyprland/backend: fix 2024-06-09 13:04:09 -05:00
959422f143 modules/hyprland/backend: protect against crash when XDG_RUNTIME_DIR not set 2024-06-09 10:18:20 -05:00
fa2e21dfd5 modules/hyprland/backend: move getSocketFolder to class 2024-06-09 10:18:20 -05:00
58e7abba2c tests: split into separate binaries 2024-06-08 22:43:48 -05:00
87eaa75b8a test/hyprland/backend: init 2024-06-08 22:43:48 -05:00
749f46f86f test/fixtures: Add GlibTestsFixture 2024-06-08 22:18:23 -05:00
0055ee6910 modules/hyprland/workspaces: remove unneccesary visibleWorkspaces variable 2024-06-07 13:56:49 -05:00
1b3b45779a modules/hyprland/backend: add getSocketFolder to header 2024-06-07 13:56:49 -05:00
e1a6d513cc test/config: add hyprland-workspaces config 2024-06-07 13:56:49 -05:00
f4da203915 Merge pull request #3336 from pjones/pjones/current-only 2024-06-07 08:35:02 +02:00
637b220f82 sway/workspaces: Correct behavior when "current-only" is set
The `current-only` workspace setting should display only the active
workspace name as determined by its `focused` attribute.  However,
according to the `get_tree` output, workspaces that contain a focused
window will report `"focused": false` and the window will report
`"focused": true.` In this case, Waybar will not display a workspace
name at all.

This change updates the logic for determining if a workspace is
focused by also looking for a focused window.
2024-06-06 15:29:33 -07:00
365e77af58 Merge pull request #3332 from zspher/patch-wlr-taskbar 2024-06-05 22:07:55 +02:00
1b1442e3ba fix: taskbar not applying empty class on empty 2024-06-06 03:23:47 +08:00
d0a8c1d90d document capturing in window-rewrite 2024-06-05 20:16:30 +02:00
76c2f3166e format RegexCollection output using match results 2024-06-05 19:58:27 +02:00
02eaa8b46e escape & in mediaplayer 2024-06-03 19:46:55 +01:00
4fbd4f212a privacy: consider only configured modules
along with the local clang-tidy warning fixes
2024-06-02 04:07:12 +08:00
1474cc626d flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/44d0940ea560dee511026a53f0e2e2cde489b4d4?narHash=sha256-YN/Ciidm%2BA0fmJPWlHBGvVkcarYWSC%2Bs3NTPk/P%2Bq3c%3D' (2024-03-23)
  → 'github:NixOS/nixpkgs/ad57eef4ef0659193044870c731987a6df5cf56b?narHash=sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs%3D' (2024-05-29)
2024-06-01 00:09:05 +00:00
7163752aa0 Merge pull request #3317 from jackwilsdon/patch-1
Fix format replacement names
2024-05-31 17:59:21 +02:00
e9350cf25f Fix format replacement names 2024-05-31 14:31:29 +00:00
1a1a61e917 Merge pull request #3313 from zjeffer/fix/zjeffer/dockerfiles 2024-05-30 20:28:55 +02:00
532a90259b Dont fail docker image builds when another build fails 2024-05-30 20:18:33 +02:00
cf66604f85 fix fedora image 2024-05-30 19:35:32 +02:00
9332697ec1 Merge pull request #3064 from alttabber/master
Hyprland/Workspaces: Added option to hide non-visible special workspaces
2024-05-29 10:23:26 +02:00
ab735f723c Merge pull request #3309 from khaneliman/workflows 2024-05-29 08:07:05 +02:00
c5b5b64dfa modules/temperature: remove unused import 2024-05-28 15:41:10 -05:00
381fe83008 Makefile: fix meson deprecations 2024-05-28 15:41:10 -05:00
8adb0a5644 .github/workflows: fix meson deprecations 2024-05-28 15:41:10 -05:00