From 93129292fd45e4eb2d50f5f17a245ba9ee36480a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 16 Aug 2022 18:57:58 +0300 Subject: networkmanager_dmenu with rofi --- dotfiles/.config/networkmanager-dmenu/config.ini | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dotfiles/.config/networkmanager-dmenu/config.ini (limited to 'dotfiles/.config/networkmanager-dmenu') diff --git a/dotfiles/.config/networkmanager-dmenu/config.ini b/dotfiles/.config/networkmanager-dmenu/config.ini new file mode 100644 index 0000000..0dba762 --- /dev/null +++ b/dotfiles/.config/networkmanager-dmenu/config.ini @@ -0,0 +1,24 @@ +[dmenu] +dmenu_command = rofi -dmenu -i +# # Note that dmenu_command can contain arguments as well like: +# # `dmenu_command = rofi -dmenu -i -theme nmdm` +# # `dmenu_command = rofi -dmenu -width 30 -i` +# # `dmenu_command = dmenu -i -l 25 -b -nb #909090 -nf #303030` +# rofi_highlight = # (Default: False) use rofi highlighting instead of '==' +rofi_highlight = True +# compact = # (Default: False). Remove extra spacing from display +# pinentry = # (Default: None) e.g. `pinentry-gtk` +# wifi_chars = +# wifi_chars = ▂▄▆█ +# list_saved = # (Default: False) list saved connections + +[dmenu_passphrase] +# # Uses the -password flag for Rofi, -x for bemenu. For dmenu, sets -nb and +# # -nf to the same color or uses -P if the dmenu password patch is applied +# # https://tools.suckless.org/dmenu/patches/password/ +# obscure = True +# obscure_color = #222222 + +[editor] +# terminal = +# gui_if_available = (Default: True) -- cgit v1.2.3