aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-09-16 22:16:11 +0200
committerpml68 <contact@pml68.dev>2025-09-16 23:05:36 +0200
commitd34749840e499eea8affa4ea32075bf8379771a0 (patch)
tree696c7ec53e71577cba7119d820a23b0d400e9c25
parentchore: sync dwm with upstream (diff)
downloadsuckless-setup-d34749840e499eea8affa4ea32075bf8379771a0.tar.gz
chore: regenerate laptop.diff
-rw-r--r--laptop.diff110
1 files changed, 54 insertions, 56 deletions
diff --git a/laptop.diff b/laptop.diff
index d214e14..6dd9b67 100644
--- a/laptop.diff
+++ b/laptop.diff
@@ -1,57 +1,5 @@
-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
+index 2643f40..db7004d 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -4,7 +4,7 @@
@@ -63,7 +11,7 @@ index 1bdb869..16a134f 100644
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[] = {
+@@ -81,7 +81,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};
@@ -73,7 +21,7 @@ index 1bdb869..16a134f 100644
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
+index 2643f40..db7004d 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -4,7 +4,7 @@
@@ -85,7 +33,7 @@ index 1bdb869..16a134f 100644
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[] = {
+@@ -81,7 +81,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};
@@ -94,3 +42,53 @@ index 1bdb869..16a134f 100644
static const char *firefoxcmd[] = {"firefox", NULL};
static const char *discordcmd[] = {"discord", NULL};
static const char *adbscreencmd[] = {"screenshot", NULL};
+diff --git a/slstatus/config.def.h b/slstatus/config.def.h
+index b48aa4b..1ba95b9 100644
+--- a/slstatus/config.def.h
++++ b/slstatus/config.def.h
+@@ -69,5 +69,7 @@ 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_spec, "%s%%", "BAT1"},
+ {datetime, "%s ", "%H:%M:%S"},
+ };
+diff --git a/slstatus/config.h b/slstatus/config.h
+index b48aa4b..1ba95b9 100644
+--- a/slstatus/config.h
++++ b/slstatus/config.h
+@@ -69,5 +69,7 @@ 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_spec, "%s%%", "BAT1"},
+ {datetime, "%s ", "%H:%M:%S"},
+ };
+diff --git a/st/config.def.h b/st/config.def.h
+index 444c838..0b28981 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 444c838..0b28981 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;
+
+ /*