Compare commits
3 Commits
better-dep
...
668d260fd6
| Author | SHA1 | Date | |
|---|---|---|---|
| 668d260fd6 | |||
| 03dc0984f3 | |||
| 0d94904c50 |
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -70,8 +70,7 @@ jobs:
|
||||
password: ${{ secrets.GARRISON_DOCKER_PASSWORD }}
|
||||
script: |
|
||||
cd monitor-im-flur
|
||||
echo "Deploying Docker container..."
|
||||
$HYPRLAND_INSTANCE_SIGNATURE
|
||||
export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"")
|
||||
hyprctl dispatch exec 'pkill firefox'
|
||||
hyprctl dispatch exec 'firefox -kiosk localhost:9123'
|
||||
git clean -dfx
|
||||
|
||||
@@ -4,6 +4,7 @@ import imposter from "/img/imposter.png";
|
||||
import style from "./style.module.css";
|
||||
|
||||
type Amogus = {
|
||||
key: string;
|
||||
isImposter: boolean;
|
||||
posX: number;
|
||||
posY: number;
|
||||
|
||||
Reference in New Issue
Block a user