autolinux


Logs | Files | LICENSE | LICENSE | GitLab


1
commit e76a041bf865d3dd75bb817bbde59e4417aad140
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Mar 25 04:50:48 2023 +0200
4
5
    Auto-Commit Update 25.03.2023 - 04:50:48
6
---
7
 AutoLinux            | Bin 114256 -> 114296 bytes
8
 config.h             |   2 +-
9
 patch/bar_ltsymbol.c |   3 ++-
10
 3 files changed, 3 insertions(+), 2 deletions(-)
11
12
diff --git a/AutoLinux b/AutoLinux
13
index 845b694..68100bc 100755
14
Binary files a/AutoLinux and b/AutoLinux differ
15
diff --git a/config.h b/config.h
16
index 2490e6d..8de67d0 100644
17
--- a/config.h
18
+++ b/config.h
19
@@ -117,7 +117,7 @@ static const BarRule barrules[] = {
20
    	/* monitor  bar    alignment               widthfunc              drawfunc              clickfunc           name */
21
  /* { -1,       0,     BAR_ALIGN_LEFT,         width_tags,            draw_tags,            click_tags,         "tags"     }, */
22
   	{ -1,       0,     BAR_ALIGN_CENTER,       width_tags,            draw_tags,            click_tags,         "tags"     },
23
-    { -1,       0,     BAR_ALIGN_LEFT_LEFT,    width_ltsymbol,        draw_ltsymbol,        click_time,     "layout"   },
24
+    { -1,       0,     BAR_ALIGN_LEFT_LEFT,    width_ltsymbol,        draw_ltsymbol,        click_ltsymbol,     "layout"   },
25
     //{ 0,        0,     BAR_ALIGN_RIGHT_RIGHT,  width_time,            draw_time,            click_status,       "time"     },
26
     { -1,        0,     BAR_ALIGN_RIGHT_RIGHT,  width_date,            draw_date,            click_date,       "date"     },
27
     { -1,        0,     BAR_ALIGN_RIGHT_RIGHT,  width_time,            draw_time,            click_time,       "time"     },
28
diff --git a/patch/bar_ltsymbol.c b/patch/bar_ltsymbol.c
29
index 6676a2a..3494992 100644
30
--- a/patch/bar_ltsymbol.c
31
+++ b/patch/bar_ltsymbol.c
32
@@ -13,5 +13,6 @@ draw_ltsymbol(Bar *bar, BarDrawArg *a)
33
 int
34
 click_ltsymbol(Bar *bar, Arg *arg, BarClickArg *a)
35
 {
36
-	return ClkLtSymbol;
37
+  runsh("rfi 33");
38
+  return EXIT_SUCCESS;
39
 }