Skip to content

Commit

Permalink
Add frigg
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 9, 2025
1 parent 7a4bb74 commit eb73939
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,16 @@ const symlinks = async () => [{
src: '.config/awesome/rc.lua',
dst: '.config/awesome/rc.lua.template',
pkgs: ['awesome']
}, {
src: '.config/awesome/themes/powerarrow-dark/wall.png',
dst: await randomFile('drive/wallpaper/hosts/frigg') ?? '.config/awesome/themes/powerarrow/wall.png',
hosts: ['frigg'],
pkgs: ['awesome']
}, {
src: '.config/awesome/themes/powerarrow-dark/wall.png-2',
dst: await randomFile('drive/wallpaper/hosts/frigg') ?? '.config/awesome/themes/powerarrow/wall.png',
hosts: ['frigg'],
pkgs: ['awesome']
}, {
src: '.config/awesome/themes/powerarrow-dark/wall.png',
dst: await randomFile('drive/wallpaper/hosts/mjolnir') ?? '.config/awesome/themes/powerarrow/wall.png',
Expand Down

0 comments on commit eb73939

Please sign in to comment.