mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 17:32:21 -04:00
5 lines
203 B
Bash
5 lines
203 B
Bash
#!/bin/bash
|
|
# Get wifi debugmode from steamos-manager
|
|
|
|
busctl get-property com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager WifiDebugModeState
|
|
|