From 4ab6081307c6819410db634265301849b417ad37 Mon Sep 17 00:00:00 2001 From: Sojus07 Date: Mon, 10 Feb 2025 22:52:59 +0100 Subject: [PATCH] poggers --- config.def.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.def.h b/config.def.h index 3807e56..e64ef33 100755 --- a/config.def.h +++ b/config.def.h @@ -3,19 +3,19 @@ static const char unknown_str[] = "?"; #define MAXLEN 2048 -#define IFACE "enp6s0" -#define BAT "BAT1" +#define IFACE "wlp0s20f3" +#define BAT "BAT0" static const struct arg args[] = { { netspeed_rx, " [ %sB/s]", IFACE }, { netspeed_tx, " [ %sB/s]", IFACE }, { ipv4, " ^c#fb4934^[ %s]", IFACE }, - { run_command, " ^c#fb4934^[%s]", "sh /opt/suckless/slstatus/components/wg.sh" }, - { mullvad_relay, " [%s]", NULL }, - { mullvad_stat, " [%s]", NULL }, + //{ run_command, " ^c#fb4934^[%s]", "sh /opt/suckless/slstatus/components/wg.sh" }, + //{ mullvad_relay, " [%s]", NULL }, + //{ mullvad_stat, " [%s]", NULL }, - //{ battery_perc, " ^c#fe9019^[ %s%%", BAT }, - //{ battery_remaining," %s]", BAT }, + { battery_perc, " ^c#fe9019^[ %s%%", BAT }, + { battery_remaining," %s]", BAT }, //{ run_command, " ^c#8ec07c^[ %s]", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" }, { vol_perc, " ^c#8ec07c^[ %s]", NULL },