This commit is contained in:
2022-11-09 21:37:11 +01:00
parent 77d4ed943b
commit bb326f371e
3 changed files with 7 additions and 14 deletions

View File

@@ -1,9 +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*/
{ " 🌐 ", "/opt/dwmblocks_scripts/dwm_ipaddr", 30, 0 },
{ " 🐧 ", "/opt/dwmblocks_scripts/dwm_kernel", 360, 2 },
{ " 💻 ", "/opt/dwmblocks_scripts/dwm_memory", 30, 0 },
{ "NET ", "/opt/dwmblocks_scripts/dwm_ipaddr", 30, 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 },
{ "", "date '+%b %d (%a) %I:%M:%S %p'", 1, 0 },