Removethe sprator |
This commit is contained in:
parent
2af6ccaf98
commit
40af384b57
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -65,8 +65,8 @@ static const char unknown_str[] = "n/a";
|
|||
*/
|
||||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{ run_command, "🔊%4s | ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
|
||||
{ run_command, "🌞%3s%% | ", "xbacklight -get | awk '{print $1}'" },
|
||||
{ run_command, "🔊%4s ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
|
||||
{ run_command, "🌞%3s%% ", "xbacklight -get | awk '{print $1}'" },
|
||||
{ cpu_perc, "🤖%s%% ", NULL },
|
||||
{ ram_perc, "🎚 %s%% ", NULL },
|
||||
// { netspeed_tx, " %s ^ ", "wlan0" },
|
||||
|
|
Loading…
Reference in a new issue