This commit is contained in:
Your Name 2024-01-03 18:27:09 +03:00
parent 2fac712297
commit f9ccaaa80b
6 changed files with 38 additions and 8 deletions

View file

@ -12,6 +12,8 @@ typedef struct {
#define COLORS "\033[31m<> \033[32m<> \033[33m<> \033[34m<> \033[35m<> \033[36m<>\033[0m"
#define FONT_COLOR "\033[1;37m"
#define BAR_WIDTH 10
/* Uncomment if you use firacode font */
/* #define FIRA_CODE */
/* Full path to capacity file */
/* Example: /sys/class/power_supply/battery/capacity */

View file

@ -12,6 +12,8 @@ typedef struct {
#define COLORS " \033[31mx \033[32mx \033[33mx \033[34mx \033[35mx \033[0m"
#define FONT_COLOR "\033[1;37m"
#define BAR_WIDTH 10
/* Uncomment if you use firacode font */
/* #define FIRA_CODE */
/* Full path to capacity file */
/* Example: /sys/class/power_supply/battery/capacity */

View file

@ -12,6 +12,8 @@ typedef struct {
#define COLORS " \033[31mx \033[32mx \033[33mx \033[34mx \033[35mx \033[0m"
#define FONT_COLOR "\033[1;37m"
#define BAR_WIDTH 10
/* Uncomment if you use firacode font */
/* #define FIRA_CODE */
/* Full path to capacity file */
/* Example: /sys/class/power_supply/battery/capacity */

View file

@ -12,6 +12,8 @@ typedef struct {
#define COLORS " \033[41;31m++ \033[42;32m++ \033[43;33m++ \033[44;34m++ \033[45;35m++ \033[46;36m++\033[0m"
#define FONT_COLOR "\033[1;37m"
#define BAR_WIDTH 10
/* Uncomment if you use firacode font */
/* #define FIRA_CODE */
/* Full path to capacity file */
/* Example: /sys/class/power_supply/battery/capacity */