diff options
Diffstat (limited to 'apps/xclock/app-defaults')
-rw-r--r-- | apps/xclock/app-defaults/XClock | 1 | ||||
-rw-r--r-- | apps/xclock/app-defaults/XClock-color | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/apps/xclock/app-defaults/XClock b/apps/xclock/app-defaults/XClock new file mode 100644 index 000000000..971ae2d99 --- /dev/null +++ b/apps/xclock/app-defaults/XClock @@ -0,0 +1 @@ +XClock.input: false diff --git a/apps/xclock/app-defaults/XClock-color b/apps/xclock/app-defaults/XClock-color new file mode 100644 index 000000000..ec857f648 --- /dev/null +++ b/apps/xclock/app-defaults/XClock-color @@ -0,0 +1,10 @@ +! $XFree86$ + +#include "XClock" + +XClock.Clock.hourColor: rgba:7f/00/00/c0 +XClock.Clock.minuteColor: rgba:00/7f/7f/c0 +XClock.Clock.secondColor: rgba:00/00/ff/80 +XClock.Clock.majorColor: rgba:7f/00/00/c0 +XClock.Clock.minorColor: rgba:00/7f/7f/c0 + |