From 782b89006e196381052421bd41b4e0a4ec03622e Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Thu, 2 Jun 2022 14:31:50 +0200 Subject: [PATCH] some rofi config updates --- .config/networkmanager-dmenu/config.ini | 24 ++++++++++++++++++++++++ .config/rofi/config.rasi | 12 +++++++----- 2 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 .config/networkmanager-dmenu/config.ini diff --git a/.config/networkmanager-dmenu/config.ini b/.config/networkmanager-dmenu/config.ini new file mode 100644 index 0000000..243ddb2 --- /dev/null +++ b/.config/networkmanager-dmenu/config.ini @@ -0,0 +1,24 @@ +[dmenu] +dmenu_command = rofi -dmenu +# # 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 = True +# (Default: False) use rofi highlighting instead of '==' +# 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) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 13f1c6b..887368e 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -9,10 +9,11 @@ configuration{ location: 0; disable-history: false; hide-scrollbar: true; - display-drun: "  Apps "; - display-run: "  Run "; - display-window: " 﩯 window"; - display-Network: " 󰤨 Network"; + display-drun: " Apps"; + display-run: " Run"; + display-window: "﩯 Windows"; + display-network: " Network"; + display-power-menu: " Power"; sidebar-mode: true; } @@ -24,7 +25,8 @@ element-text, element-icon , mode-switcher { } window { - height: 360px; + height: 500px; + width: 900px; border: 3px; border-color: @border-col; background-color: @bg-col;