Getting started:
Related tutorials:
| ##Juddly's Custom Conky## | |
| conky.config = { | |
| alignment = 'top_left', | |
| use_xft = true, | |
| xftalpha = 0.8, | |
| font = 'Noto:normal:size=8', | |
| text_buffer_size = 2048, | |
| update_interval = 0.5, | |
| total_run_times = 0, | |
| background = true, |
| #!/bin/sh | |
| # | |
| # cmus-status-display | |
| # | |
| # Usage: | |
| # in cmus command ":set status_display_program=cmus-status-display" | |
| # | |
| # This scripts is executed by cmus when status changes: | |
| # cmus-status-display key1 val1 key2 val2 ... | |
| # |
Getting started:
Related tutorials: