summaryrefslogtreecommitdiffstats
path: root/asciiquarium/src/asciiquarium.kcfg
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-04-26 18:17:21 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-21 12:18:46 +0900
commit038e20a6bb9c2adfeb54e5c98ee475969575f39f (patch)
tree7052c9031a8b067f1311d2d0bff0785db25c195d /asciiquarium/src/asciiquarium.kcfg
parente3a9c9e680ad33d28923091a881b9eca5ad78368 (diff)
downloadtdeartwork-038e20a6bb9c2adfeb54e5c98ee475969575f39f.tar.gz
tdeartwork-038e20a6bb9c2adfeb54e5c98ee475969575f39f.zip
Import original source code KDE3 Asciiquarium-0.3.2 from https://store.kde.org/p/1124051.
KDE Asciiquarium is a screensaver based off Kirk Baucom's asciiquarium program (http://www.robobunny.com/projects/asciiquarium/). Code is GPL licensed, https://robobunny.com/projects/asciiquarium/gpl.txt Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 66605c73afda749d19dac310d41f7a7241d6d00b)
Diffstat (limited to 'asciiquarium/src/asciiquarium.kcfg')
-rw-r--r--asciiquarium/src/asciiquarium.kcfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/asciiquarium/src/asciiquarium.kcfg b/asciiquarium/src/asciiquarium.kcfg
new file mode 100644
index 00000000..244a1197
--- /dev/null
+++ b/asciiquarium/src/asciiquarium.kcfg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
+<kcfg>
+ <kcfgfile name="asciiquariumrc"/>
+ <group name="Settings">
+ <entry name="fishCount" type="Int">
+ <label>Amount of fish to have in the sea.</label>
+ <default>20</default>
+ <whatsthis>You can use this value to select the number of fish that will be
+ on screen at a given time.</whatsthis>
+ </entry>
+ </group>
+</kcfg>
+<!-- vim: set noet ts=4: -->