Vendor the command set the menu and shell depend on
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Check if a toggle is enabled (flag file exists)
|
||||
# blob:args=<flag-name>
|
||||
|
||||
[[ -f "$HOME/.local/state/blob/toggles/$1" ]]
|
||||
Reference in New Issue
Block a user