Skip to content

Instantly share code, notes, and snippets.

@keyboardcrunch
Created August 30, 2020 21:42
Show Gist options
  • Save keyboardcrunch/57c9989a3c3e6ccaa6c898deb8eaea40 to your computer and use it in GitHub Desktop.
Save keyboardcrunch/57c9989a3c3e6ccaa6c898deb8eaea40 to your computer and use it in GitHub Desktop.
wtfutil configuration
wtf:
colors:
background: "black"
text: "white"
title: "red"
border:
focusable: grey
focused: grey
normal: grey
grid:
columns: [32, 32, 32, 32, 90]
rows: [10, 10, 10, 4, 4, 90]
refreshInterval: 1
term: "xterm-256color"
mods:
digitalclock:
color: white
enabled: true
font: bigfont
hourFormat: 12
position:
top: 0
left: 0
height: 1
width: 1
refreshInterval: 1
title: "Date and Time"
type: "digitalclock"
clocks:
colors:
rows:
even: "grey"
odd: "white"
enabled: true
locations:
# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Texas: "America/Chicago"
Florida: "America/New_York"
UTC: "Etc/UTC"
position:
top: 0
left: 1
height: 1
width: 1
refreshInterval: 15
timeFormat: "15:00 MST"
# Valid options are: alphabetical, chronological
sort: "chronological"
prettyweather:
enabled: true
city: "houston"
position:
top: 0
left: 2
height: 1
width: 1
refreshInterval: 300
unit: "u"
view: 0
language: "en"
pihole:
enabled: true
position:
top: 1
left: 0
height: 2
width: 3
refreshInterval: 60
apiUrl: http://192.168.1.1/admin/api.php
token: 29eb05017CONFIDENTIALbfe19bcb8
showSummary: true
showTopItems: 4
showTopClients: 5
maxClientWidth: 30
maxDomainWidth: 30
twitter:
consumerKey: ""
consumerSecret: ""
count: 5
enabled: false
position:
top: 3
left: 0
height: 6
width: 3
refreshInterval: 20000
screenNames:
- "SBousseaden"
#- "subTee"
#- "CISAgov"
feedreader1:
enabled: true
colors:
rows:
even: "grey"
odd: "white"
feeds:
- https://rss.packetstormsecurity.com/news/
feedLimit: 22
position:
top: 3
left: 0
height: 3
width: 3
refreshInterval: 14400
title: "PacketStorm News"
type: feedreader
feedreader2:
enabled: true
colors:
rows:
even: "grey"
odd: "white"
feeds:
- https://us-cert.cisa.gov/ncas/alerts.xml
- https://us-cert.cisa.gov/ncas/current-activity.xml
feedLimit: 16
position:
top: 0
left: 3
height: 3
width: 3
refreshInterval: 14400
title: "Alerts and Advisories"
type: feedreader
feedreader3:
enabled: true
colors:
rows:
even: "grey"
odd: "white"
feeds:
- https://rss.packetstormsecurity.com/files/tags/advisory/
feedLimit: 22
position:
top: 3
left: 3
height: 3
width: 3
refreshInterval: 14400
title: "PacketStorm Advisories"
type: feedreader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment