candybar/config.sh

21 lines
527 B
Bash
Raw Normal View History

2022-04-07 12:03:37 +00:00
#!/bin/sh
# candybar configuration
# modules location
. "$HOME/.config/candybar/modules.sh"
# module list. uncomment to enable.
# re-arrange to change order.
# module name icon/prefix suffix
#module_mpc "MPD: " " | "
#module_uptime "Up: " " | "
#module_ram "RAM: " " | "
#module_user "User: " " | "
#module_alsa "Vol: " " | "
#module_kernel "Kernel: " " | "
#module_loadavg "Load Avg.: " " | "
#module_weather "Weather: " " | "
2022-04-09 09:35:11 +00:00
#module_du "Disk Usage: " " | "
2022-04-09 09:57:55 +00:00
#module_ip "IP: " " | "
2022-04-07 12:03:37 +00:00
module_date "Date: " ""