mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-24 05:09:52 -05:00
34 lines
1.5 KiB
INI
34 lines
1.5 KiB
INI
|
[instamenu]
|
||
|
; fn = SourceCodePro-11
|
||
|
; instamenu_command = /usr/bin/instamenu
|
||
|
; Note that instamenu_command can contain arguments as well like `rofi -width 30`
|
||
|
; Rofi and instamenu are set to case insensitive by default `-i`
|
||
|
; l = number of lines to display, defaults to number of total network options
|
||
|
w = 750
|
||
|
; nb = normal background (name, #RGB, or #RRGGBB)
|
||
|
; nf = normal foreground
|
||
|
; sb = selected background
|
||
|
; sf = selected foreground
|
||
|
; b = (just set to empty value and menu will appear at the bottom
|
||
|
; m = number of monitor to display on
|
||
|
; p = Custom Prompt for the networks menu
|
||
|
; pinentry = Pinentry command
|
||
|
; rofi_highlight = <True or False> # (Default: False) use rofi highlighting instead of '**'
|
||
|
; compact = <True or False> # (Default: False). Remove extra spacing from display
|
||
|
; wifi_chars = <string of 4 unicode characters representing 1-4 bars strength>
|
||
|
wifi_chars = ▂▄▆█
|
||
|
; list_saved = <True or False> # (Default: False) list saved connections
|
||
|
|
||
|
[instamenu_passphrase]
|
||
|
; override normal foreground and background colors, use the -P option along
|
||
|
; with the Suckless instamenu password patch or use the -password option (rofi) to
|
||
|
; obscure passphrase entry.
|
||
|
; nf = #222222
|
||
|
; nb = #222222
|
||
|
; rofi_obscure = <True or False> (Default: True) Obscure passwords when typing
|
||
|
; instamenu_password = <True or False> (Default: False) Use the -P option for instamenu (you need the appropriate instamenu patch!)
|
||
|
|
||
|
[editor]
|
||
|
; terminal = <name of terminal program>
|
||
|
; gui_if_available = <True or False> (Default: True)
|