From 555481d830bae3d371de4a5f610f40c7d205d3c2 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 2 May 2023 07:28:59 -0600 Subject: [PATCH] nerd fonts --- config.def.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.def.h b/config.def.h index b03a580..4a9d637 100644 --- a/config.def.h +++ b/config.def.h @@ -1,14 +1,14 @@ //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*/ - {" ♫ ", "volstat", 0, 10}, + {" 󰕾 ", "volstat", 0, 10}, {" 󰍬 ", "micstat", 0, 11}, -/* {" 直 ", "iwdstat", 2, 0},*/ - {"  ", "layoutstat", 0, 12}, +/* {" 󰖩 ", "iwdstat", 2, 0},*/ + {" 󰌌 ", "layoutstat", 0, 12}, {"  ", "memorystat", 2, 0}, {" 󰍛 ", "cpustat", 2, 0}, -/* {"  ", "batstat", 2, 0},*/ - {"  ", "date '+%I:%M%p'", 2, 0}, +/* {" 󰁹 ", "batstat", 2, 0},*/ + {" 󰥔 ", "date '+%I:%M%p'", 2, 0}, {"  ", "date '+%a %Y-%m-%d'", 2, 0}, };