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 set $term alacritty
# Your preferred application launcher # Your preferred application launcher
# Note: it's recommended that you pass the final command to sway # 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 ### 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 #setup local git repos defined in $GIT_REPOS to $GIT_REPOS_DIR
sh ~/.local/scripts/install.sh add-repos ./pkgs/repos.list 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 configuration
runit_setup runit_setup

View File

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

View File

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

View File

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