Fix system-menu.sh
This commit is contained in:
parent
3152c90c00
commit
e291adb39d
@ -5,7 +5,7 @@ function is-laptop-p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function is-desktop-p {
|
function is-desktop-p {
|
||||||
is-laptop
|
! is-laptop
|
||||||
}
|
}
|
||||||
|
|
||||||
pgrep swayidle && swayidle_state="Enabled" || swayidle_state="Disabled"
|
pgrep swayidle && swayidle_state="Enabled" || swayidle_state="Disabled"
|
||||||
|
Loading…
Reference in New Issue
Block a user