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=Open the current theme's user background folder
|
||||
|
||||
CURRENT_THEME_NAME=$(cat "$HOME/.local/state/blob/current/theme.name")
|
||||
THEME_USER_BACKGROUNDS="$HOME/.config/blob/backgrounds/$CURRENT_THEME_NAME"
|
||||
|
||||
mkdir -p "$THEME_USER_BACKGROUNDS"
|
||||
nautilus "$THEME_USER_BACKGROUNDS"
|
||||
Reference in New Issue
Block a user