mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-06-11 10:23:19 +00:00
bar: 2024-06-27
This commit is contained in:
@@ -14,7 +14,7 @@ slstatus -s | dwl
|
||||
|
||||
### Download
|
||||
- [git branch](https://codeberg.org/sewn/dwl/src/branch/bar)
|
||||
- [2024-06-26](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/bar/bar.patch)
|
||||
- [2024-06-27](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/bar/bar.patch)
|
||||
|
||||
Below is a preview of the patch.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
From 20bda56e053413836e227a114327b567fb54041f Mon Sep 17 00:00:00 2001
|
||||
From 45e6f0f6d45342f41344ae035990306785175bed Mon Sep 17 00:00:00 2001
|
||||
From: sewn <sewn@disroot.org>
|
||||
Date: Wed, 26 Jun 2024 09:31:26 +0300
|
||||
Date: Wed, 26 Jun 2024 23:07:14 +0300
|
||||
Subject: [PATCH] Implement dwm bar clone
|
||||
|
||||
---
|
||||
@@ -417,7 +417,7 @@ index 0000000..afcb2bd
|
||||
+ fcft_fini();
|
||||
+}
|
||||
diff --git a/dwl.c b/dwl.c
|
||||
index 9fb50a7..72b4abb 100644
|
||||
index 9fb50a7..9fdddc7 100644
|
||||
--- a/dwl.c
|
||||
+++ b/dwl.c
|
||||
@@ -4,6 +4,7 @@
|
||||
@@ -1192,7 +1192,7 @@ index 9fb50a7..72b4abb 100644
|
||||
|
||||
if (c->isurgent && surface && surface->mapped)
|
||||
- client_set_border_color(c, urgentcolor);
|
||||
+ client_set_border_color(c, COLOR(colors[SchemeUrg][ColBorder]);
|
||||
+ client_set_border_color(c, (float[])COLOR(colors[SchemeUrg][ColBorder]));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user