Remove sb-updates from statusbar, adjust update intervals.

- Removed the sb-updates block from the statusbar.
- Adjusted the update interval for sb-network-status to 60 seconds.
- Kept other blocks (sb-mem-pct and sb-cpu-pct) unchanged.
This commit is contained in:
Sam 2024-05-31 18:43:38 +01:00
parent 101803e3cd
commit c4e7a9b1eb
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
//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*/
{" [", "sb-updates", 300, 11},
{" [", "sb-network-status", 5, 12},
{" [", "sb-network-status", 5, 12},
{" [", "sb-updates", 60, 11},
{" [ ", "sb-mem-pct", 5, 0},
{" [󰻠 ", "sb-cpu-pct", 5, 0},