Update
This commit is contained in:
3
hypr/settings/modules/appearance/animations/config.sh
Normal file
3
hypr/settings/modules/appearance/animations/config.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
name="Animations"
|
||||
order=1
|
||||
author="Stephan Raabe ML4W"
|
||||
7
hypr/settings/modules/appearance/animations/module.sh
Executable file
7
hypr/settings/modules/appearance/animations/module.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector animation.conf animations
|
||||
_getConfEditor animation.conf $sel
|
||||
_reloadModule
|
||||
3
hypr/settings/modules/appearance/config.sh
Normal file
3
hypr/settings/modules/appearance/config.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
name="Appearance"
|
||||
order=2
|
||||
author="Stephan Raabe ML4W"
|
||||
3
hypr/settings/modules/appearance/module.sh
Executable file
3
hypr/settings/modules/appearance/module.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name"
|
||||
|
||||
3
hypr/settings/modules/appearance/windows/config.sh
Normal file
3
hypr/settings/modules/appearance/windows/config.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
name="Windows"
|
||||
order=1
|
||||
author="Stephan Raabe ML4W"
|
||||
7
hypr/settings/modules/appearance/windows/module.sh
Executable file
7
hypr/settings/modules/appearance/windows/module.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector window.conf windows
|
||||
_getConfEditor window.conf $sel
|
||||
_reloadModule
|
||||
Reference in New Issue
Block a user