aboutsummaryrefslogtreecommitdiff
path: root/laptop.diff
blob: d1c2537cd1d6e0d4793ea21fe096a2e7e7698a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
diff --git a/slstatus/config.def.h b/slstatus/config.def.h
index c273999..d8c35ed 100644
--- a/slstatus/config.def.h
+++ b/slstatus/config.def.h
@@ -70,6 +70,8 @@ static const struct arg args[] = {
     {datetime, "%s;", "%G. %B. %e. %a"},
     {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"},
     {keymap, "%s ", NULL},
+    {wifi_essid, "%s ", "wlan0"},
+    {battery_perc, "%s%% ", "BAT1"},
     {datetime, "%s ", "%H:%M:%S"},

 };
diff --git a/slstatus/config.h b/slstatus/config.h
index c273999..d8c35ed 100644
--- a/slstatus/config.h
+++ b/slstatus/config.h
@@ -70,6 +70,8 @@ static const struct arg args[] = {
     {datetime, "%s;", "%G. %B. %e. %a"},
     {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"},
     {keymap, "%s ", NULL},
+    {wifi_essid, "%s ", "wlan0"},
+    {battery_perc, "%s%% ", "BAT1"},
     {datetime, "%s ", "%H:%M:%S"},

 };
diff --git a/st/config.def.h b/st/config.def.h
index f5b4265..aec5a49 100644
--- a/st/config.def.h
+++ b/st/config.def.h
@@ -5,7 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char *font = "JetBrainsMono NF:style=Regular:size=12";
+static char *font = "JetBrainsMono NF:style=Regular:size=11";
 static int borderpx = 0;
 
 /*
diff --git a/st/config.h b/st/config.h
index f5b4265..aec5a49 100644
--- a/st/config.h
+++ b/st/config.h
@@ -5,7 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char *font = "JetBrainsMono NF:style=Regular:size=12";
+static char *font = "JetBrainsMono NF:style=Regular:size=11";
 static int borderpx = 0;
 
 /*
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 1bdb869..16a134f 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -4,7 +4,7 @@
 static const unsigned int borderpx = 0; /* border pixel of windows */
 static const unsigned int gappx = 15;   /* gaps between windows */
 static const unsigned int snap = 32;    /* snap pixel */
-static const int showbar = 0;           /* 0 means no bar */
+static const int showbar = 1;           /* 0 means no bar */
 static const int topbar = 1;            /* 0 means bottom bar */
 static const int splitstatus = 1;       /* 1 for split status items */
 static const char *splitdelim = ";"; /* Character used for separating status */
@@ -79,7 +79,7 @@ static const char *dmenucmd[] = {
     "-nf",       col_gray3, "-sb",    col_cyan, "-sf",     col_gray4, NULL};
 static const char *termcmd[] = {"st", NULL};
 static const char *prtscrcmd[] = {"flameshot", "gui", NULL};
-static const char *kblayoutcmd[] = {"setxkbmap", "hu", NULL};
+static const char *kblayoutcmd[] = {"setxkbmap", "hu", "-option", "caps:escape", NULL};
 static const char *firefoxcmd[] = {"zen-browser", NULL};
 static const char *discordcmd[] = {"discord", NULL};
 static const char *adbscreencmd[] = {"screenshot", NULL};
diff --git a/dwm/config.h b/dwm/config.h
index 1bdb869..16a134f 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -4,7 +4,7 @@
 static const unsigned int borderpx = 0; /* border pixel of windows */
 static const unsigned int gappx = 15;   /* gaps between windows */
 static const unsigned int snap = 32;    /* snap pixel */
-static const int showbar = 0;           /* 0 means no bar */
+static const int showbar = 1;           /* 0 means no bar */
 static const int topbar = 1;            /* 0 means bottom bar */
 static const int splitstatus = 1;       /* 1 for split status items */
 static const char *splitdelim = ";"; /* Character used for separating status */
@@ -79,7 +79,7 @@ static const char *dmenucmd[] = {
     "-nf",       col_gray3, "-sb",    col_cyan, "-sf",     col_gray4, NULL};
 static const char *termcmd[] = {"st", NULL};
 static const char *prtscrcmd[] = {"flameshot", "gui", NULL};
-static const char *kblayoutcmd[] = {"setxkbmap", "hu", NULL};
+static const char *kblayoutcmd[] = {"setxkbmap", "hu", "-option", "caps:escape", NULL};
 static const char *firefoxcmd[] = {"zen-browser", NULL};
 static const char *discordcmd[] = {"discord", NULL};
 static const char *adbscreencmd[] = {"screenshot", NULL};