switch to rofi for application launcher. made bemenu script to handle

things bemenu did until I get around to removing bemenu usage in scripts
chromebook
Alex 2022-06-12 21:18:31 -05:00
parent 6a311558a8
commit 415386711d
6 changed files with 13 additions and 2 deletions

View File

@ -17,7 +17,8 @@ set $right l
set $term alacritty
# Your preferred application launcher
# Note: it's recommended that you pass the final command to sway
set $menu bemenu-run | xargs swaymsg exec --
#set $menu bemenu-run | xargs swaymsg exec --
set $menu rofi -theme base16-nord -show run | xargs swaymsg exec --
### Output configuration
#

3
.local/bin/bemenu Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
#using this because I'm too lazy to change all the scripts that use bemenu right now
rofi -theme base16-nord -dmenu "$@"

View File

@ -204,6 +204,10 @@ base() {
#setup local git repos defined in $GIT_REPOS to $GIT_REPOS_DIR
sh ~/.local/scripts/install.sh add-repos ./pkgs/repos.list
#link rofi themes directory so that theming works
mkdir -p "$HOME"/.local/share/rofi/
ln -s "$HOME"/.local/src/base16-rofi/themes/ "$HOME"/.local/share/rofi/themes
#runit configuration
runit_setup

View File

@ -13,3 +13,5 @@ yt-watch
yt-dlp-drop-in
udiskie
waylogout-git
ani-cli-git
rofi-lbonn-wayland-git

View File

@ -70,7 +70,6 @@ swaybg
swayidle
swaylock
waybar
bemenu-wayland
mako
wl-clipboard
grim
@ -83,3 +82,4 @@ cronie-runit
chrony-runit
connman-runit
openssh
aria2

View File

@ -1,2 +1,3 @@
https://github.com/aarowill/base16-alacritty.git
https://github.com/rkubosz/base16-sway.git
https://gitlab.com/jordiorlando/base16-rofi.git