Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Refresh the current theme from its templates.
|
||||
|
||||
THEME_NAME_PATH="$HOME/.local/state/blob/current/theme.name"
|
||||
|
||||
if [[ -f $THEME_NAME_PATH ]]; then
|
||||
BLOB_THEME_SKIP_BACKGROUND=1 blob-theme-set "$(cat $THEME_NAME_PATH)"
|
||||
fi
|
||||
Reference in New Issue
Block a user