Migrate from stow to dm theme manager
Move all config files from .config/ into themes/dracula/.config/ so the dm tool can manage them as file-level symlinks. Removes .bak file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
53a43e4683
commit
b043d2807d
100 changed files with 0 additions and 10 deletions
2
themes/dracula/.config/rofi/config.rasi
Normal file
2
themes/dracula/.config/rofi/config.rasi
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
@theme "/usr/share/rofi/themes/config.rasi"
|
||||
11
themes/dracula/.config/rofi/wallpaper_selector.sh
Executable file
11
themes/dracula/.config/rofi/wallpaper_selector.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
WALLPAPER_DIR="/mnt/data/Wallpapers"
|
||||
|
||||
WALLPAPERS=$(find "$WALLPAPER_DIR" -type f \( -iname "*.jpg" -o -iname "*.png" -o -iname "*.jpeg" \))
|
||||
|
||||
SELECTED_WALLPAPER=$(echo "$WALLPAPERS" | rofi -dmenu -i -p "Select Wallpaper:")
|
||||
|
||||
if [ -n "$SELECTED_WALLPAPER" ]; then
|
||||
fish -c "awww_set_wallpaper '$SELECTED_WALLPAPER'"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue