6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Check if a Hyprland flag is currently enabled.
|
|
|
|
[[ -f "$HOME/.local/state/omarchy/flags/hypr/$1.conf" ]]
|