feat: minor default make-install restructure

This commit is contained in:
imgurbot12 2024-04-03 22:40:26 -07:00
parent 317fdafe3b
commit 4a593201c9
2 changed files with 15 additions and 15 deletions

View File

@ -31,15 +31,15 @@ package: build deploy
#: locally deploy build-artifcats into their designated locations #: locally deploy build-artifcats into their designated locations
deploy: deploy:
mkdir -p ${DEST} ${INSTALL} mkdir -p ${DEST}/plugins ${INSTALL}
cp -vfr themes ${DEST}/themes cp -vfr themes ${DEST}/.
cp -vfr other-plugins/* ${DEST}/. cp -vfr other-plugins/* ${DEST}/plugins/.
cp -vf ./target/release/rmenu ${INSTALL}/rmenu cp -vf ./target/release/rmenu ${INSTALL}/rmenu
cp -vf ./target/release/rmenu-build ${INSTALL}/rmenu-build cp -vf ./target/release/rmenu-build ${INSTALL}/rmenu-build
cp -vf ./target/release/desktop ${DEST}/rmenu-desktop cp -vf ./target/release/desktop ${DEST}/plugins/rmenu-desktop
cp -vf ./target/release/run ${DEST}/rmenu-run cp -vf ./target/release/run ${DEST}/plugins/rmenu-run
cp -vf ./target/release/network ${DEST}/rmenu-network cp -vf ./target/release/network ${DEST}/plugins/rmenu-network
cp -vf ./target/release/window ${DEST}/rmenu-window cp -vf ./target/release/window ${DEST}/plugins/rmenu-window
cp -vf ./rmenu/public/config.yaml ${DEST}/config.yaml cp -vf ./rmenu/public/config.yaml ${DEST}/config.yaml
ln -sf ${DEST}/themes/dark.css ${DEST}/style.css ln -sf ${DEST}/themes/dark.css ${DEST}/style.css

View File

@ -19,11 +19,11 @@ window:
# configured plugin settings # configured plugin settings
plugins: plugins:
run: run:
exec: ["~/.config/rmenu/rmenu-run"] exec: ["~/.config/rmenu/plugins/rmenu-run"]
cache: 300 cache: 300
drun: drun:
exec: ["~/.config/rmenu/rmenu-desktop"] exec: ["~/.config/rmenu/plugins/rmenu-desktop"]
cache: onlogin cache: onlogin
options: options:
css: ~/.config/rmenu/themes/launchpad.css css: ~/.config/rmenu/themes/launchpad.css
@ -36,19 +36,19 @@ plugins:
key_jump_prev: ["Arrow-Up"] key_jump_prev: ["Arrow-Up"]
key_jump_next: ["Arrow-Down"] key_jump_next: ["Arrow-Down"]
network: network:
exec: ["~/.config/rmenu/rmenu-network"] exec: ["~/.config/rmenu/plugins/rmenu-network"]
cache: false cache: false
placeholder: "Connect to the Specified Wi-Fi" placeholder: "Connect to the Specified Wi-Fi"
window: window:
exec: ["~/.config/rmenu/rmenu-window"] exec: ["~/.config/rmenu/plugins/rmenu-window"]
cache: false cache: false
placeholder: "Jump to the Specified Window" placeholder: "Jump to the Specified Window"
audio: audio:
exec: ["~/.config/rmenu/pactl-audio.sh"] exec: ["~/.config/rmenu/plugins/pactl-audio.sh"]
cache: false cache: false
placeholder: "Select an Audio Sink" placeholder: "Select an Audio Sink"
powermenu: powermenu:
exec: ["~/.config/rmenu/powermenu.sh"] exec: ["~/.config/rmenu/plugins/powermenu.sh"]
cache: false cache: false
# custom keybindings # custom keybindings