Re-enable pcb2gcode, make itch window autoclose after startup since the application setting for it doesn't work, update monitoring dashboard url for streamdeck

This commit is contained in:
2025-12-04 14:11:26 -08:00
parent 1f27c34b09
commit 447ad9e125
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kicad kicad
#pcb2gcode pcb2gcode
]; ];
} }

View File

@@ -185,4 +185,5 @@ exec-once = sleep 5 && blueman-applet # Traditional bluetooth management tool
exec-once = sleep 5 && streamdeck -n # Streamdeck management tool exec-once = sleep 5 && streamdeck -n # Streamdeck management tool
exec-once = sleep 5 && Telegram -startintray # Gotta keep in touch with peeps exec-once = sleep 5 && Telegram -startintray # Gotta keep in touch with peeps
exec-once = sleep 10 && itch exec-once = sleep 10 && itch
exec-once = sleep 15 && hyprctl dispatch closewindow 'title:itch'

View File

@@ -116,7 +116,7 @@
"icon": "/home/caperren/.config/streamdeck-ui/icons/unifi-camera-logo.png", "icon": "/home/caperren/.config/streamdeck-ui/icons/unifi-camera-logo.png",
"keys": "", "keys": "",
"write": "", "write": "",
"command": "google-chrome-stable --kiosk --start-fullscreen https://homeassistant.crestline.perren.cloud/house-dashboard/0?kiosk", "command": "google-chrome-stable --kiosk --start-fullscreen http://192.168.1.36:8123/house-guest-bedroom-monitoring-dashboard",
"brightness_change": 0, "brightness_change": 0,
"switch_page": 0, "switch_page": 0,
"switch_state": 0, "switch_state": 0,