91 Commits

Author SHA1 Message Date
Adam Masciola
48dbe00bdb
Merge pull request #47 from kothman/main
Update IPC git repository link to point to the updated Codeberg READM…
2025-05-20 11:07:19 -07:00
Morgan Kothman
7b46718427 Update IPC git repository link to point to the updated Codeberg README.md. 2025-05-20 12:56:33 -04:00
Adam Masciola
efaef82d5e
Merge pull request #46 from jonpikum/fix/bg-alpha-fix
blend background and foreground colors via mask
2025-05-05 10:06:09 -07:00
Jonathan Bradley
c1640a9fda blend background and foreground colors via mask
This resolves an issue when dealing with pixman
where the foreground color was incorrectly
handled as if already premultiplied.
2025-05-04 14:58:53 -04:00
kolunmi
0daa1c1fdd
Merge pull request #42 from anabasisgo/main
Implement macro for hex code colors and allow setting title color source
2024-05-16 17:24:17 -07:00
anabasis
2c29867bed
add active_color_title option to set title color 2024-05-11 23:30:37 -04:00
anabasis
f0baa70529
add macro for hex code colors 2024-05-11 23:27:07 -04:00
kolunmi
a30bb0398a
Merge pull request #41 from Kerberoge/main
Fix the issue where dwlb exits when an output is removed
2024-04-27 11:40:48 -07:00
Kerberoge
e179caa061 Fixed the issue where dwlb would exit when an output was removed 2024-04-27 20:36:34 +02:00
kolunmi
78a53029bd
Merge pull request #40 from apprehensions/main
support mouse wheel up and down for actions
2024-04-09 09:10:25 -07:00
sewn
d4c747faec
support mouse wheel up and down for actions 2024-03-23 23:53:12 +03:00
kolunmi
d2150540f5
Merge pull request #33 from Hiqqup/middle_color_arg
Implement color options for middle part of bar
2023-11-28 19:40:55 -07:00
hiqqup
bbbba9f720 Implement color options for middle part of bar
Update help
Update command flags, append options -middle-bg-color (for !bar->sel)
-middle-bg-color-selcted (for bar->sel)
2023-11-29 01:25:49 +01:00
kolunmi
f5739f35d4
Merge pull request #30 from DhruvaSambrani/send-to-socket
implement send-to-socket
2023-11-14 18:39:21 -07:00
kolunmi
6fa345db58
Merge pull request #29 from DhruvaSambrani/notags
Allow 0 tags
2023-11-14 18:39:07 -07:00
Dhruva Sambrani
32990fefcc implement send-to-socket 2023-11-15 01:11:28 +01:00
Dhruva Sambrani
3d94ea22a3 allow 0 tags 2023-11-15 01:04:04 +01:00
kolunmi
6a6f0e88d2
Merge pull request #18 from NikitaIvanovV/add-man-page
Add man page
2023-07-23 06:28:34 -07:00
kolunmi
ef6e82cc83
Merge pull request #17 from NikitaIvanovV/fix-xcursor-theme-size
Fix xcursor theme size
2023-07-23 06:23:56 -07:00
Nikita Ivanov
d6f02690f7
Add man page 2023-07-23 05:37:42 +02:00
Nikita Ivanov
f2e4a19158
Set cursor theme and size from XCURSOR 2023-07-23 04:19:04 +02:00
Nikita Ivanov
6cd6409ba2
Revert, sometimes the cursor icon is incorrect
This reverts commit 62bd47f220531ed5db65bd9937e852e06bd39a53.
2023-07-23 04:19:04 +02:00
kolunmi
416cbdf29d update readme to link to the correct dwl ipc patch 2023-07-22 08:06:21 -07:00
kolunmi
4201fabb83
Merge pull request #16 from NikitaIvanovV/occupied-color
Add occupied color
2023-07-22 07:55:08 -07:00
kolunmi
ce4361b28b
Merge pull request #15 from NikitaIvanovV/status-stdin
Add -status-stdin command
2023-07-22 07:54:08 -07:00
kolunmi
a5cb279696
Merge pull request #14 from NikitaIvanovV/dwl-ipc
Add support for dwl ipc patch
2023-07-22 07:50:01 -07:00
kolunmi
b377ce7317
Merge branch 'main' into dwl-ipc 2023-07-22 07:48:51 -07:00
Nikita Ivanov
6860db2e5e
Add occupied color 2023-07-21 18:54:47 +02:00
Nikita Ivanov
04a218fb4e
Add -status-stdin command 2023-07-21 18:40:04 +02:00
Nikita Ivanov
55c1c7e5bf
Add support for dwl ipc patch
https://github.com/djpohly/dwl/wiki/ipc
2023-07-21 18:36:55 +02:00
kolunmi
31178baeaf
Merge pull request #13 from NikitaIvanovV/fix-xcursor-theme-size
Remove wl_pointer_set_cursor
2023-07-20 18:34:21 -07:00
Nikita Ivanov
62bd47f220
Remove wl_pointer_set_cursor 2023-07-19 03:45:40 +02:00
kolunmi
58bb8ad713
Merge pull request #12 from groggone/dwlb-help-fix
Fix incorrect label for inactive background color
2023-06-29 07:40:39 -07:00
groggone
a3da358163
Fix incorrect label for inactive background color 2023-06-29 10:22:52 +08:00
kolunmi
d1c09ac0a7
Merge pull request #9 from NikitaIvanovV/fix-mouse-scale
Fix broken click in-line command when scale > 1
2023-06-09 17:14:42 -07:00
Nikita Ivanov
1c691b15b9
Fix broken click in-line command when scale > 1 2023-05-26 20:33:27 +02:00
kolunmi
c1f913ddaf
Merge pull request #7 from arnor-nolen/buffer-scale
Integer scaling using buffer_scale
2023-05-03 13:46:01 -07:00
arnor-nolen
0493b74b10 Added help and readme explanations 2023-05-03 10:44:32 +03:00
arnor-nolen
37c7259625 Added -scale as an option 2023-05-03 10:29:16 +03:00
arnor-nolen
c023b4d252 Applied buffer_scale to cursor 2023-05-02 17:21:51 +03:00
Arnor Nolen
5680f405db Fixed hiding the bar 2023-04-20 21:29:46 +03:00
Arnor Nolen
e668bfa496 Fixed mouse 2023-04-20 19:15:32 +03:00
Arnor Nolen
0b23ae5d1e Scaling patch 2023-04-17 19:27:37 +03:00
kolunmi
7e70e4662b update README 2023-03-18 11:15:26 -07:00
kolunmi
b1e0f996c2 add -custom-title and -center-title options 2023-03-18 10:58:33 -07:00
kolunmi
c91e728fd6 refactoring, remove uthash dependency, add -not-title option 2023-03-14 12:07:21 -07:00
kolunmi
fbb2b67ba2 some minor fixes 2023-03-05 13:44:57 -07:00
kolunmi
6236d01e15 add status commands example to README 2023-03-05 10:04:24 -07:00
kolunmi
d36c867bba update screenshot1 2023-02-25 14:03:27 -07:00
kolunmi
af679ed301 draw empty rectangles on inactive occupied tags 2023-02-24 16:45:05 -07:00