diff --git a/configs/conf.ini b/configs/conf.ini new file mode 100644 index 0000000..3227d25 --- /dev/null +++ b/configs/conf.ini @@ -0,0 +1,39 @@ +[tui] + +# time between info update in millisecond +update = 100 + +# requires nerd font +icons = true + +# can be rounded, sharp, double, ascii, dot +borders = rounded + +# enable or disable colors +colors = true + +# center tui +center = false + +# colors are set in the 256-color palette +[colors] +faint = 238 +mid = 245 + +load0 = 27 +load1 = 63 +load2 = 99 +load3 = 135 +load4 = 171 +load5 = 207 + +tempr0 = 49 +tempr1 = 79 +tempr2 = 109 +tempr3 = 139 +tempr4 = 169 +tempr5 = 199 + +list0 = 109 +list1 = 79 +list2 = 169 diff --git a/internal/self/commit.dat b/internal/self/commit.dat index 254b6bb..f5e2d72 100644 --- a/internal/self/commit.dat +++ b/internal/self/commit.dat @@ -1 +1 @@ -7330b93 \ No newline at end of file +4dd8f7d \ No newline at end of file