Updates
This commit is contained in:
3
hypr/settings/modules/appearance/decorations/config.sh
Normal file
3
hypr/settings/modules/appearance/decorations/config.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
name="Decorations"
|
||||
order=1
|
||||
author="Stephan Raabe ML4W"
|
||||
8
hypr/settings/modules/appearance/decorations/module.sh
Executable file
8
hypr/settings/modules/appearance/decorations/module.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector decoration.conf decorations
|
||||
_getConfEditor decoration.conf $sel decorations
|
||||
setsid $HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1 &
|
||||
_reloadModule
|
||||
Reference in New Issue
Block a user