summaryrefslogtreecommitdiffstats
path: root/.config/wtf
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-21 12:16:27 +0200
committerjoe <rbo@gmx.us>2025-10-21 12:16:27 +0200
commit0ba8c5e2d103fd6ab9c81af08e5b92b4f30c9d83 (patch)
treecdf67a8203e29f0f6f209a786fc8c5164a67ab1c /.config/wtf
parentup (diff)
downloaddotfiles-bsd-0ba8c5e2d103fd6ab9c81af08e5b92b4f30c9d83.tar.gz
dotfiles-bsd-0ba8c5e2d103fd6ab9c81af08e5b92b4f30c9d83.tar.bz2
dotfiles-bsd-0ba8c5e2d103fd6ab9c81af08e5b92b4f30c9d83.tar.xz
dotfiles-bsd-0ba8c5e2d103fd6ab9c81af08e5b92b4f30c9d83.tar.zst
dotfiles-bsd-0ba8c5e2d103fd6ab9c81af08e5b92b4f30c9d83.zip
removed some bloat
Diffstat (limited to '')
-rw-r--r--.config/wtf/config.yml88
1 files changed, 0 insertions, 88 deletions
diff --git a/.config/wtf/config.yml b/.config/wtf/config.yml
deleted file mode 100644
index 5853ddb..0000000
--- a/.config/wtf/config.yml
+++ /dev/null
@@ -1,88 +0,0 @@
-wtf:
- colors:
- border:
- focusable: darkslateblue
- focused: orange
- normal: gray
- grid:
- columns: [50, 50, 50, 50, 90]
- rows: [8, 10, 12, 3, 4, 90]
- refreshInterval: 1
- mods:
- digitalclock:
- color: orange
- enabled: true
- font: digitalfont
- hourFormat: 24
- position:
- top: 0
- left: 1
- height: 1
- width: 1
- refreshInterval: 1
- title: "big clock"
- type: "digitalclock"
- ipinfo:
- colors:
- name: "lightblue"
- value: "white"
- enabled: true
- position:
- top: 1
- left: 1
- height: 1
- width: 1
- refreshInterval: 150
- power:
- enabled: true
- position:
- top: 1
- left: 2
- height: 1
- width: 1
- refreshInterval: 15
- title: "⚡️"
- feedreader:
- enabled: true
- feeds:
- - http://feeds.bbci.co.uk/news/rss.xml
- feedLimit: 10
- position:
- top: 2
- left: 0
- width: 2
- height: 1
- refreshInterval: 900
- hackernews:
- enabled: true
- numberOfStories: 10
- position:
- top: 2
- left: 2
- width: 2
- height: 1
- storyType: top
- refreshInterval: 900
- uptime:
- args: [""]
- cmd: "uptime"
- enabled: true
- position:
- top: 3
- left: 0
- height: 1
- width: 2
- refreshInterval: 30
- type: cmdrunner
- resourceusage:
- cpuCombined: false
- enabled: true
- position:
- top: 0
- left: 0
- height: 2
- width: 1
- refreshInterval: 1
- showCPU: true
- showMem: true
- showSwp: true