mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
Moved the internet module to c
This commit is contained in:
parent
fcd3bd4511
commit
26d3628594
2 changed files with 10 additions and 0 deletions
BIN
modules/internet
BIN
modules/internet
Binary file not shown.
10
modules/src/internet.c
Normal file
10
modules/src/internet.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
char *internet_icon = "";
|
||||
|
||||
printf("%s\n", internet_icon);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue