From 31313f72c06e9abd7ad72b86309aa814524dafff Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 28 Aug 2026 19:27:36 +0100 Subject: Initial commit of cowclock.conf --- .config/cow/cowclock.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/cow/cowclock.conf (limited to '.config/cow/cowclock.conf') diff --git a/.config/cow/cowclock.conf b/.config/cow/cowclock.conf new file mode 100644 index 0000000..e6840d6 --- /dev/null +++ b/.config/cow/cowclock.conf @@ -0,0 +1,33 @@ +# Default cowclock presentation. User overrides are read from +# $XDG_CONFIG_HOME/cow/cowclock.conf or ~/.config/cow/cowclock.conf. + +size 138 138 +minimum-size 120 120 +aspect-ratio true +padding 8 +numerals arabic +direction clockwise +ticks true +second-mode tick +timezone local +date-format "" + +# With no style or font overrides, cowclock inherits CoW's current theme. +# Individual elements can still be changed independently, for example: +# +font "GoMono Nerd Font 8" +style background 0x282828c6 +style foreground 0xffffffff +style hour 0x928374ff +style minute 0xebdbb2ff +style second 0xfb4934ff +# style outline 0x000000ff + +hand hour 52 11 +hand minute 72 7 +hand second 82 0.9 +tick major 10 0.9 +tick minor 4 0.4 +numeral-radius 72 +centre-size 2.5 +face-outline 0 -- cgit v1.3