switch to rofi for application launcher. made bemenu script to handle
things bemenu did until I get around to removing bemenu usage in scriptschromebook
parent
6a311558a8
commit
415386711d
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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 "$@"
|
|
@ -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
|
||||
|
||||
|
|
|
@ -13,3 +13,5 @@ yt-watch
|
|||
yt-dlp-drop-in
|
||||
udiskie
|
||||
waylogout-git
|
||||
ani-cli-git
|
||||
rofi-lbonn-wayland-git
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue