Fix system-menu.sh

This commit is contained in:
Alexander Rosenberg 2024-08-03 23:04:36 -07:00
parent 3152c90c00
commit e291adb39d
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -5,7 +5,7 @@ function is-laptop-p {
}
function is-desktop-p {
is-laptop
! is-laptop
}
pgrep swayidle && swayidle_state="Enabled" || swayidle_state="Disabled"