aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/swayr/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-14 17:57:54 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-14 17:57:54 -0600
commitf5ad2685ab35ee16967a3e0c5c2f8b71d1559739 (patch)
tree34b2587af18503da1b063e3c84b2b7acd5905210 /swayr/.config
parenta80e6652f58afcfd48d3fd936c143f919db1c46a (diff)
feat(wmenu): change menu to wmenu (again...)
Diffstat (limited to 'swayr/.config')
-rw-r--r--swayr/.config/swayr/config.toml14
1 files changed, 12 insertions, 2 deletions
diff --git a/swayr/.config/swayr/config.toml b/swayr/.config/swayr/config.toml
index e519670..6f4a00d 100644
--- a/swayr/.config/swayr/config.toml
+++ b/swayr/.config/swayr/config.toml
@@ -1,6 +1,16 @@
[menu]
-executable = 'rofi'
-args = ['-dmenu', '-markup', '--allow-images']
+executable = 'wmenu'
+args = [
+ '-i',
+ '-f',
+ 'monospace 12',
+ '-nebdbb2',
+ '-N282828',
+ '-S282828',
+ '-sfe8019',
+ '-mebdbb2',
+ '-M8ec07c',
+]
[format]
output_format = '{indent}<b>Output {name}</b> <span alpha="20000">({id})</span>'