This commit is contained in:
Stephan Raabe
2023-12-18 20:33:29 +01:00
parent 16abb6cdf2
commit 0607296848
55 changed files with 656 additions and 251 deletions

View File

@@ -0,0 +1,3 @@
name="Animations"
order=1
author="Stephan Raabe ML4W"

View File

@@ -0,0 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
sel=""
_getConfSelector animation.conf animations
_getConfEditor animation.conf $sel
_reloadModule

View File

@@ -0,0 +1,3 @@
name="Appearance"
order=2
author="Stephan Raabe ML4W"

View File

@@ -0,0 +1,3 @@
#!/bin/bash
_getHeader "$name"

View File

@@ -0,0 +1,3 @@
name="Windows"
order=1
author="Stephan Raabe ML4W"

View File

@@ -0,0 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
sel=""
_getConfSelector window.conf windows
_getConfEditor window.conf $sel
_reloadModule