dmenu -> rofi

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent f936b8d0db
commit bd13baa2eb
33 changed files with 13 additions and 3123 deletions

View File

@ -33,11 +33,11 @@ scripts="$XDG_CONFIG_HOME/herbstluftwm/scripts"
terminal=kitty
browser=firefox
calculator=dcalc
calculator="rofi -show calc"
calendar="$terminal -e nvim +Agenda"
feed_reader="$terminal -e newsboat"
file_manager=thunar
launcher="dmenu_run -nb $color0 -nf $color15 -sb $color1 -sf $color15"
launcher="rofi -show run"
music_player="$terminal -e ncmpcpp"
screen_locker="i3lock -c 000000"
@ -223,4 +223,5 @@ pidof dunst || dunst &
pidof mpd || mpd &
pidof flameshot || flameshot &
pidof lxpolkit || lxpolkit &
wal -R && ~/.fehbg
wal -R
~/.fehbg

View File

@ -1,6 +1,6 @@
#!/bin/bash
dmenu="dmenu -p exit"
choice=$(echo -e "shutdown\nrestart\nlogoff\nscreenlock" | $dmenu)
menu="rofi -dmenu"
choice=$(echo -e "shutdown\nrestart\nlogoff\nscreenlock" | $menu)
case $choice in

View File

@ -1,7 +1,7 @@
#!/bin/bash
dmenu="dmenu -p resize"
menu="rofi -dmenu"
resizestep=$(echo -e "0.04\n0.01\n0.004\n0.001" | $dmenu)
resizestep=$(echo -e "0.04\n0.01\n0.004\n0.001" | $menu)
confpath=$XDG_CONFIG_HOME/herbstluftwm/autostart

View File

@ -1,8 +1,8 @@
#!/bin/bash
dmenu="dmenu -p toggle"
menu="rofi -dmenu"
choice=$(echo -e "picom\nwindowcovering\nframeborderwidth\nresizestep" | $dmenu)
choice=$(echo -e "picom\nwindowcovering\nframeborderwidth\nresizestep" | $menu)
case $choice in

View File

@ -1,6 +1,6 @@
#!/bin/bash
dmenu="dmenu -p volume"
menu="rofi -menu"
volume=$(echo -e "0\n25\n50\n75\n100" | $dmenu)
pulsemixer --set-volume $volume