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