scripts added

This commit is contained in:
2023-02-24 10:48:23 +01:00
parent d15f3ea237
commit a3a8eb13d8
5 changed files with 36 additions and 16 deletions

View File

@@ -1,7 +1,8 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{ " NET ", "/opt/dwmblocks_scripts/dwm_ipaddr", 30, 0 },
{ " SSID ", "/opt/dwmblocks_scripts/dwm_ssid", 1, 0 },
{ "NET ", "/opt/dwmblocks_scripts/dwm_ipaddr", 1, 0 },
{ "MEM ", "/opt/dwmblocks_scripts/dwm_memory", 30, 0 },
{ "", "/opt/dwmblocks_scripts/dwm_volume withicon", 1, 10 },
{ "", "/opt/dwmblocks_scripts/dwm_battery withicon", 1, 10 },