mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 11:22:52 +00:00
14 lines
470 B
Text
14 lines
470 B
Text
![]() |
<?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>Number 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: -->
|