some changes
This commit is contained in:
parent
8356149c44
commit
032947ab89
1 changed files with 91 additions and 91 deletions
|
@ -66,10 +66,10 @@ initialize_modules() {
|
|||
sh "$SCRIPTS_DIR/redshift.sh"
|
||||
;;
|
||||
wob)
|
||||
fifo="/tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob"
|
||||
rm -f "$fifo"
|
||||
mkfifo "$fifo"
|
||||
tail -f "$fifo" | wob &
|
||||
foo="/tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob"
|
||||
rm -f "$foo"
|
||||
mkfoo "$foo"
|
||||
tail -f "$foo" | wob &
|
||||
;;
|
||||
esac
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue