many many updates
[dotfiles.git] / config.h / slstatus / config.h
index 3a66ee3..dde9da5 100644 (file)
@@ -1,4 +1,5 @@
 /* See LICENSE file for copyright and license details. */
+#define LAPTOP
 
 /* interval between updates (in ms) */
 const unsigned int interval = 30*1000;
@@ -63,22 +64,20 @@ static const char unknown_str[] = "n/a";
  */
 static const struct arg args[] = {
        /* function format          argument */
-       { temp,          "🌡 %s°C | ",
+       { temp,          " ðŸŒ¡ %s°C | ",
                "/sys/class/thermal/thermal_zone1/temp"},
        { num_files,     "✉ %s | ",
                "/home/mrl/.local/share/offlineimap/mail/INBOX/new" },
        { keymap,        "%s | ",          NULL },
-       { ipv4,          "E %s | ",        "enp0s31f6" },
 #ifdef LAPTOP
-       { wifi_essid,    "W %s ",          "wlp1s0" },
-       { ipv4,          "(%s) | ",        "wlp1s0" },
+//     { wifi_essid,    "W %s ",          "wlp1s0" },
+//     { ipv4,          "(%s) | ",        "wlp1s0" },
        { battery_perc,  "âš¡%s%%",         "BAT0"},
        { battery_state, "(%s) | ",        "BAT0"},
 #else
-       { disk_free,     "/mnt/data: %s/", "/mnt/data" },
-       { disk_total,    "%s | ",          "/mnt/data" },
+       { ipv4,          "E %s | ",        "enp0s31f6" },
+       { disk_perc,     "/mnt/data: %s%% | " ,"/mnt/data" },
 #endif
-       { disk_free,     "/: %s/",         "/" },
-       { disk_total,    "%s | ",          "/" },
+       { disk_perc,     "/: %s%% | ",     "/" },
        { datetime,      "%s",             "%Y-%m-%d %H:%M" },
 };