github.com/wtfutil/wtf@v0.43.0/modules/docker/example-conf.yml (about) 1 wtf: 2 colors: 3 # background: black 4 # foreground: blue 5 border: 6 focusable: darkslateblue 7 focused: orange 8 normal: gray 9 checked: yellow 10 highlight: 11 fore: black 12 back: gray 13 rows: 14 even: yellow 15 odd: white 16 grid: 17 # How _wide_ the columns are, in terminal characters. In this case we have 18 # four columns, each of which are 35 characters wide. 19 # columns: [50, ] 20 # How _high_ the rows are, in terminal lines. In this case we have four rows 21 # that support ten line of text and one of four. 22 # rows: [50] 23 refreshInterval: 1 24 openFileUtil: "open" 25 mods: 26 docker: 27 type: docker 28 title: "💻" 29 enabled: true 30 position: 31 top: 0 32 left: 0 33 height: 3 34 width: 3 35 refreshInterval: 1 36 labelColor: lightblue 37