bemenu -> wmenu
This commit is contained in:
16
arch-user/config/menu/base.runlist
Normal file
16
arch-user/config/menu/base.runlist
Normal file
@@ -0,0 +1,16 @@
|
||||
exec qutebrowser -R
|
||||
exec gimp
|
||||
exec telegram-desktop
|
||||
man man
|
||||
calc calc
|
||||
power suspend
|
||||
power poweroff
|
||||
power poweroff --check-inhibitors=no
|
||||
power logout
|
||||
power reboot
|
||||
pass pass
|
||||
pass pass otp
|
||||
pass pass info
|
||||
capture screenshot selection
|
||||
capture screenshot output
|
||||
capture pick-color
|
||||
15
arch-user/config/menu/env.sh.tmpl
Executable file
15
arch-user/config/menu/env.sh.tmpl
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
export WMENU_VOPTS="\
|
||||
-i \
|
||||
-f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \
|
||||
-n {{ .theme.color.fg }} -N {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \
|
||||
-m {{ .theme.color.fg_accent }} -M {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \
|
||||
-s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \
|
||||
"
|
||||
export WMENU_HOPTS="\
|
||||
-i \
|
||||
-f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \
|
||||
-n {{ .theme.color.fg }} -N {{ .theme.color.bg }} \
|
||||
-m {{ .theme.color.fg_accent }} -M {{ .theme.color.bg }} \
|
||||
-s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }} \
|
||||
"
|
||||
Reference in New Issue
Block a user