sporo zmian, nie pamiętam czego :)
This commit is contained in:
2
.config/waybar/bin/biurko_off.sh
Executable file
2
.config/waybar/bin/biurko_off.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/ledy_off
|
2
.config/waybar/bin/biurko_on.sh
Executable file
2
.config/waybar/bin/biurko_on.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/ledy_on
|
2
.config/waybar/bin/biurko_rainbow.sh
Executable file
2
.config/waybar/bin/biurko_rainbow.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/biurko_rainbow
|
2
.config/waybar/bin/biurko_red.sh
Executable file
2
.config/waybar/bin/biurko_red.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/ledy_red
|
2
.config/waybar/bin/domofon.sh
Executable file
2
.config/waybar/bin/domofon.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/domofon
|
2
.config/waybar/bin/tv_voldown.sh
Executable file
2
.config/waybar/bin/tv_voldown.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/tv_voldown
|
2
.config/waybar/bin/tv_volup.sh
Executable file
2
.config/waybar/bin/tv_volup.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/tv_volup
|
Reference in New Issue
Block a user