60 Commits

Author SHA1 Message Date
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
anabasis
2c29867bed
add active_color_title option to set title color 2024-05-11 23:30:37 -04:00
Kerberoge
e179caa061 Fixed the issue where dwlb would exit when an output was removed 2024-04-27 20:36:34 +02:00
sewn
d4c747faec
support mouse wheel up and down for actions 2024-03-23 23:53:12 +03: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
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
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
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
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
Nikita Ivanov
62bd47f220
Remove wl_pointer_set_cursor 2023-07-19 03:45:40 +02:00
groggone
a3da358163
Fix incorrect label for inactive background color 2023-06-29 10:22:52 +08:00
Nikita Ivanov
1c691b15b9
Fix broken click in-line command when scale > 1 2023-05-26 20:33:27 +02: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
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
af679ed301 draw empty rectangles on inactive occupied tags 2023-02-24 16:45:05 -07:00
kolunmi
004cfcbcf0 optimize setting status text on all monitors 2023-02-23 18:56:58 -07:00
kolunmi
037e3be013 quick fix 2023-02-22 11:17:03 -07:00
kolunmi
ff31f2ee9a fix -tag option and allow user to specify number of tags 2023-02-22 11:01:35 -07:00
kolunmi
a489ba41cc add ipc functionality, update README 2023-02-21 18:18:37 -07:00
kolunmi
ae03196365 increase status buffer size 2023-02-19 14:50:18 -07:00
kolunmi
2710f3428d minor fix and update README for status buttons 2023-02-19 11:06:31 -07:00
kolunmi
d25242c299 make status_commands variable functional 2023-02-18 21:02:08 -07:00
kolunmi
23bf1d2bb0 major refactoring and add status buttons 2023-02-18 20:35:48 -07:00
kolunmi
fe2d0e670f add "first" as an option when specifying command output 2023-02-16 11:44:15 -07:00
kolunmi
cbd51a8c14 add ability to disable status commands 2023-02-16 11:09:53 -07:00
kolunmi
9426460adf add constraints to vertical_padding 2023-02-16 10:49:50 -07:00
kolunmi
2ba4b9af07 fix some stylistic inconsistencies 2023-02-15 19:09:41 -07:00
kolunmi
26603abf13 prevent unnecessary redraws in layer_surface_configure 2023-02-15 10:46:23 -07:00
kolunmi
5d59643d3c add vertical_padding setting 2023-02-14 19:25:32 -07:00
kolunmi
c1362d5ff1 add -no-hide-vacant-tags, -no-bottom, and -no-hidden options 2023-02-14 18:26:23 -07:00
kolunmi
fac42b84ab rename color vars/options and add inactive_fg_color 2023-02-14 18:00:41 -07:00
kolunmi
4a7a99fc5c add default font, remove requirement for TAGSLEN with LENGTH macro 2023-02-14 16:29:56 -07:00
podit
a72b8228b4 added todos to not yet configurable settings 2023-02-14 01:00:22 +00:00
podit
b333822f24 moved all configurable defaults to separate header 2023-02-14 00:20:33 +00:00
kolunmi
1ab43e173a minor fix 2023-02-13 10:04:35 -07:00
kolunmi
9c67e550cf add -bottom & -hidden options to configure default settings 2023-02-13 09:49:55 -07:00