diff options
Diffstat (limited to 'laptop.diff')
| -rw-r--r-- | laptop.diff | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/laptop.diff b/laptop.diff index be7e6fb..b5c6f56 100644 --- a/laptop.diff +++ b/laptop.diff @@ -36,12 +36,13 @@ index 107803c..8d0e574 100644 static const char *firefoxcmd[] = {"firefox", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; -@@ -88,7 +88,7 @@ static const char *nextcmd[] = {"adb", "shell", "input", "keyevent", "87", NULL} +@@ -88,8 +88,8 @@ static const char *nextcmd[] = {"adb", "shell", "input", "keyevent", "87", NULL} static const char *previouscmd[] = {"adb", "shell", "input", "keyevent", "88", NULL}; static const char *volumeup[] = {"pulsemixer", "--change-volume", "+5", NULL}; static const char *volumedown[] = {"pulsemixer", "--change-volume", "-5", NULL}; -static const char *volumereset[] = {"pulsemixer", "--set-volume", "65", NULL}; +static const char *volumereset[] = {"pulsemixer", "--set-volume", "55", NULL}; + static const char *volumemute[] = {"pulsemixer", "--toggle-mute", NULL}; static const char *emojicmd[] = {"simplemoji", "-szxpt", "dark", "-m", "#e0def4", "--background-color", "#1e1e2e"}; static const char *qalccmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", @@ -83,12 +84,13 @@ index 107803c..8d0e574 100644 static const char *firefoxcmd[] = {"firefox", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; -@@ -88,7 +88,7 @@ static const char *nextcmd[] = {"adb", "shell", "input", "keyevent", "87", NULL} +@@ -88,8 +88,8 @@ static const char *nextcmd[] = {"adb", "shell", "input", "keyevent", "87", NULL} static const char *previouscmd[] = {"adb", "shell", "input", "keyevent", "88", NULL}; static const char *volumeup[] = {"pulsemixer", "--change-volume", "+5", NULL}; static const char *volumedown[] = {"pulsemixer", "--change-volume", "-5", NULL}; -static const char *volumereset[] = {"pulsemixer", "--set-volume", "65", NULL}; +static const char *volumereset[] = {"pulsemixer", "--set-volume", "55", NULL}; + static const char *volumemute[] = {"pulsemixer", "--toggle-mute", NULL}; static const char *emojicmd[] = {"simplemoji", "-szxpt", "dark", "-m", "#e0def4", "--background-color", "#1e1e2e"}; static const char *qalccmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", @@ -98,7 +100,7 @@ index 7052e30..bf04447 100644 +++ 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 }'"}, + {run_command, "%s ", "audio"}, {keymap, "%s ", NULL}, + {wifi_essid, "%s ", "wlan0"}, + {battery_perc, "%s%% ", "BAT0"}, @@ -110,7 +112,7 @@ index 7052e30..bf04447 100644 +++ 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 }'"}, + {run_command, "%s ", "audio"}, {keymap, "%s ", NULL}, + {wifi_essid, "%s ", "wlan0"}, + {battery_perc, "%s%% ", "BAT0"}, |
