From 246d9473584277981586021a22087b115c78ef19 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 8 Mar 2023 21:50:37 +0530 Subject: menu: switchout bemenu for wmenu --- 1337x | 2 +- README.md | 2 +- damb | 2 +- pirowatch | 2 +- yts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/1337x b/1337x index 67596c9..a1d5bc3 100755 --- a/1337x +++ b/1337x @@ -60,7 +60,7 @@ main() query= [ -z "$DISPLAY" ] && - menu="bemenu" + menu="wmenu" if [ "$#" -gt 0 ] && [ "$1" = "-o" ] then out=true diff --git a/README.md b/README.md index 9a14445..fed024e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [dmenu](https://tools.suckless.org/dmenu/) is a fast and lightweight dynamic menu for X written by the [suckless](https://suckless.org/) community. this is my collection of posix scripts for dmenu like programs. these scipts were initially made for dmenu with xorg in mind, now -they work on both xorg and wayland using dmenu and bemenu respectively. these +they work on both xorg and wayland using dmenu and wmenu respectively. these scripts might use [nerd fonts](https://www.nerdfonts.com/), make sure you've installed them for the best experience. you can find more info about them below. diff --git a/damb b/damb index b5621ab..4425ae7 100755 --- a/damb +++ b/damb @@ -49,7 +49,7 @@ get_link() main() { [ -z "$DISPLAY" ] && - menu="bemenu" + menu="wmenu" dep_check "$menu" diff --git a/pirowatch b/pirowatch index 8cbe346..4ed54ce 100755 --- a/pirowatch +++ b/pirowatch @@ -83,7 +83,7 @@ main() shift fi [ -z "$DISPLAY" ] && - menu="bemenu" + menu="wmenu" dep_check "$menu" diff --git a/yts b/yts index 9df7b9d..7401761 100755 --- a/yts +++ b/yts @@ -70,7 +70,7 @@ main() query= [ -z "$DISPLAY" ] && - menu="bemenu" + menu="wmenu" if [ "$#" -gt 0 ] && [ "$1" = "-o" ] then out=true -- cgit v1.2.3