diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-13 12:31:03 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-13 12:31:03 +0200 |
commit | 79995424d38153df98e009174bb45486ed6cd754 (patch) | |
tree | 73c5a8cb3f16b18565d9ec511095f7381f02c48d /.config | |
parent | up (diff) | |
download | dotfiles-bsd-79995424d38153df98e009174bb45486ed6cd754.tar.gz dotfiles-bsd-79995424d38153df98e009174bb45486ed6cd754.tar.bz2 dotfiles-bsd-79995424d38153df98e009174bb45486ed6cd754.tar.xz dotfiles-bsd-79995424d38153df98e009174bb45486ed6cd754.tar.zst dotfiles-bsd-79995424d38153df98e009174bb45486ed6cd754.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/wtf/config.yml | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/.config/wtf/config.yml b/.config/wtf/config.yml index c8fbaf1..5853ddb 100644 --- a/.config/wtf/config.yml +++ b/.config/wtf/config.yml @@ -6,28 +6,22 @@ wtf: normal: gray grid: columns: [50, 50, 50, 50, 90] - rows: [5, 10, 12, 3, 4, 90] + rows: [8, 10, 12, 3, 4, 90] refreshInterval: 1 mods: - clocks: - colors: - rows: - even: "lightblue" - odd: "white" + digitalclock: + color: orange enabled: true - locations: - Paris: "Europe/Paris" - New York: "America/New York" - Hong Kong: "Asia/Hong Kong" + font: digitalfont + hourFormat: 24 position: top: 0 left: 1 height: 1 width: 1 - refreshInterval: 15 - sort: "alphabetical" - title: "Clocks A" - type: "clocks" + refreshInterval: 1 + title: "big clock" + type: "digitalclock" ipinfo: colors: name: "lightblue" |