swayr config update

This commit is contained in:
Penelope Gwen 2026-07-06 12:20:36 -07:00 committed by Penelope Gwen
parent d3fcc67d06
commit f901093386

View file

@ -2,7 +2,7 @@
executable = "wofi" executable = "wofi"
args = [ args = [
"--show=dmenu", "--show=dmenu",
"-C", "/home/pogmommy/.config/de-vars/colors/active/colors", # "-C", "/home/pogmommy/.config/de-vars/colors/active/colors",
"--conf=/home/pogmommy/.config/wofi/config", "--conf=/home/pogmommy/.config/wofi/config",
"--define=layer=overlay", "--define=layer=overlay",
"--allow-markup", "--allow-markup",
@ -11,7 +11,7 @@ args = [
"--cache-file=/dev/null", "--cache-file=/dev/null",
"--parse-search", "--parse-search",
"--height=40%", "--height=40%",
"--width=60%", "--width=700",
"--prompt={prompt}", "--prompt={prompt}",
] ]