Fix status bar background color
I don't know if this is the best way to do it but this one-liner
makes it look exactly like dwm's.
Co-authored-by: Raphael Robatsch <raphael-git@tapesoftware.net>
Loosen required zwlr_layer_shell_v1 version
Version 1 is enough for somebar. dwl exports version 3 but we don't even
need to go that high.
clickable tags patch improvement
Fix possible OOB access for clicking tags
specify the signed type for indexing tags as intended
for `tag >= 0` check.
Signed-off-by: mortezadadgar <mortezadadgar97@gmail.com>
patch: clickable tags using wtype
add patch to disable window title
hide-vacant-tags: fix tag 0 is hiding all
patch to show square tag indicator like dwm
patch to show status only on selected monitor
fix crash when an output goes away
happens e.g. when a monitor is powered off.
The wl_output interface published by dwl has version 1, but the
wl_output_release request is only supported since version 3.
markup in status message patch
fix bug where hidden bar cannot be shown anymore
trim spaces from title and layout symbol
remove unneeded `path` variable