diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-13 12:12:10 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-13 12:12:10 +0200 |
commit | 78416f7765bca2fe29aee343e47841a332c2b577 (patch) | |
tree | bd59e564835d532a8e685bd0f773addaae7133ab | |
parent | in progress (diff) | |
download | dotfiles-bsd-78416f7765bca2fe29aee343e47841a332c2b577.tar.gz dotfiles-bsd-78416f7765bca2fe29aee343e47841a332c2b577.tar.bz2 dotfiles-bsd-78416f7765bca2fe29aee343e47841a332c2b577.tar.xz dotfiles-bsd-78416f7765bca2fe29aee343e47841a332c2b577.tar.zst dotfiles-bsd-78416f7765bca2fe29aee343e47841a332c2b577.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/wtf/config.yml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/.config/wtf/config.yml b/.config/wtf/config.yml index c28c57e..c8fbaf1 100644 --- a/.config/wtf/config.yml +++ b/.config/wtf/config.yml @@ -9,7 +9,7 @@ wtf: rows: [5, 10, 12, 3, 4, 90] refreshInterval: 1 mods: - clocks_a: + clocks: colors: rows: even: "lightblue" @@ -75,8 +75,20 @@ wtf: enabled: true position: top: 3 - left: 1 + 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 |