add debug thingy
This commit is contained in:
parent
163079201e
commit
c575b519ba
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||
cpu
|
||||
);
|
||||
|
||||
if c > 20 {
|
||||
if c > 20 && std::env::var("SWAYSTATUS_DEBUG").is_ok() {
|
||||
std::process::exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue