Przeglądaj źródła

update time every second (useful when changing output devices)

Noah Vogt 4 lat temu
rodzic
commit
643c3915c8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      blocks.h

+ 1 - 1
blocks.h

@@ -3,7 +3,7 @@ static const Block blocks[] = {
 	/*Icon*/	/*Command*/		/*Update Interval*/	/*Update Signal*/
 	{" ", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g",	30,		0},
 
-	{"", "get-volume",					0,		1},
+	{"", "get-volume",					1,		1},
 	{"", "battery",						15,		0},
 	{"", "internet",					5, 		0},
 	{"", "brightness",					0,		2},