Created
August 23, 2022 21:49
-
-
Save gabrielmocanu/ffeb1e33ccb976b45ec8954709a993f0 to your computer and use it in GitHub Desktop.
WTFUtil configuration template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wtf: | |
colors: | |
border: | |
focusable: darkslateblue | |
focused: orange | |
normal: gray | |
grid: | |
columns: [32, 32, 32, 32, 90] | |
rows: [10, 10, 10, 4, 4, 90] | |
refreshInterval: 1 | |
mods: | |
spotify: | |
enabled: true | |
colors: | |
label: "green" | |
text: "white" | |
position: | |
top: 3 | |
left: 6 | |
height: 1 | |
width: 1 | |
refreshInterval: 0 | |
docker: | |
type: docker | |
enabled: true | |
labelColor: lightblue | |
position: | |
top: 2 | |
left: 5 | |
height: 4 | |
width: 1 | |
refreshInterval: 1s | |
clocks: | |
colors: | |
rows: | |
even: "lightblue" | |
odd: "white" | |
enabled: true | |
locations: | |
# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |
- Berlin: "Europe/Berlin" | |
- Bucharest: "Europe/Bucharest" | |
position: | |
top: 0 | |
left: 6 | |
height: 1 | |
width: 1 | |
refreshInterval: 15s | |
# Valid options are: alphabetical, chronological, natural | |
sort: "alphabetical" | |
resourceusage: | |
cpuCombined: true | |
enabled: true | |
position: | |
top: 2 | |
left: 6 | |
height: 1 | |
width: 1 | |
refreshInterval: 1s | |
showCPU: true | |
showMem: true | |
showSwp: true | |
ipinfo: | |
colors: | |
name: "lightblue" | |
value: "white" | |
enabled: true | |
position: | |
top: 1 | |
left: 5 | |
height: 1 | |
width: 1 | |
refreshInterval: 150 | |
power: | |
enabled: true | |
position: | |
top: 1 | |
left: 6 | |
height: 1 | |
width: 1 | |
refreshInterval: 15 | |
title: "⚡️" | |
uptime: | |
args: [] | |
cmd: "uptime" | |
enabled: true | |
position: | |
top: 1 | |
left: 3 | |
height: 1 | |
width: 2 | |
refreshInterval: 30 | |
type: cmdrunner | |
disk-usage: | |
args: ["-h"] | |
cmd: "df" | |
enabled: true | |
position: | |
top: 0 | |
left: 3 | |
height: 1 | |
width: 2 | |
refreshInterval: 30 | |
type: cmdrunner | |
prettyweather: | |
enabled: true | |
city: "Bucharest" | |
position: | |
top: 0 | |
left: 5 | |
height: 1 | |
width: 1 | |
refreshInterval: 5m | |
unit: "m" | |
view: 0 | |
language: "en" | |
git: | |
commitCount: 5 | |
commitFormat: "[forestgreen]%h [grey]%cd [white]%s [grey]%an[white]" | |
dateFormat: "%H:%M %d %b %y" | |
enabled: true | |
position: | |
top: 0 | |
left: 0 | |
height: 2 | |
width: 3 | |
refreshInterval: 8s | |
repositories: | |
- "/path/to/repo" | |
github: | |
apiKey: "" | |
baseURL: "" | |
customQueries: | |
othersPRs: | |
title: "Others Pull Requests" | |
filter: "is:open is:pr -author:author_name" | |
enabled: true | |
enableStatus: true | |
position: | |
top: 2 | |
left: 0 | |
height: 4 | |
width: 3 | |
refreshInterval: 5m | |
repositories: | |
- "username/repository" | |
username: "" | |
jira: | |
apiKey: "" | |
colors: | |
rows: | |
even: "lightblue" | |
odd: "white" | |
domain: "https://url.atlassian.net" | |
email: "" | |
enabled: true | |
jql: '<JQL query>' | |
position: | |
top: 2 | |
left: 3 | |
height: 4 | |
width: 2 | |
project: "" | |
refreshInterval: 5m | |
username: "" | |
verifyServerCertificate: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment