diff options
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 36 |
1 files changed, 30 insertions, 6 deletions
@@ -6,7 +6,7 @@ height = 40 background = #abc - blocks = date, perf, try2, sl + blocks = date, perf, try2, mus, sus [jib] sus = false @@ -41,6 +41,7 @@ [block.cpu] type = text text = CPU + ;text = "" text-color = #fff color = #181818 @@ -66,13 +67,36 @@ line-width = 4 text-color = #fff -[block.sl] +[block.mus] + type = group + ;color = #CCCCFF + color = #f7f7f7 + spacing = 2 + blocks = play, next, slide + +[block.play] + type = text + text = "" + text-color = #111 + color = #18baf2 + ;x-padding = 5 + ;y-padding = 5 + +[block.next] + type = text + text = "" + text-color = #111 + color = #18baf2 + x-padding = 5 + y-padding = 5 + +[block.slide] type = slider bar-value = 88 - color = #18baf2 - bar-width = 100 - bar-height = 10 - bar-color = #afafaf, #f1baee + ;color = #18baf2 + bar-width = 120 + bar-height = 15 + bar-color = #f1baee, #CCCCFF bar-line-color = #000 bar-line-width = 2 bar-bg-color = #fff |
