Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Returns true when Hyprland has an active external monitor
|
||||
# blob:hidden=true
|
||||
|
||||
hyprctl monitors all -j | jq -e '.[] | select(.name | test("^(eDP|LVDS|DSI)-") | not) | select(.disabled == false)' >/dev/null 2>&1
|
||||
Reference in New Issue
Block a user