Added wifi menu for Rofi.
This commit is contained in:
parent
d4db1095db
commit
c39481cd70
19
rofi/wifi
Executable file
19
rofi/wifi
Executable file
|
@ -0,0 +1,19 @@
|
|||
# Config for rofi-wifi-menu
|
||||
|
||||
# position values:
|
||||
# 1 2 3
|
||||
# 8 0 4
|
||||
# 7 6 5
|
||||
POSITION=3
|
||||
|
||||
#y-offset
|
||||
YOFF=35
|
||||
|
||||
#x-offset
|
||||
XOFF=-225
|
||||
|
||||
#fields to be displayed
|
||||
FIELDS=SSID,SECURITY,BARS
|
||||
|
||||
#font
|
||||
FONT="FiraCode 10"
|
|
@ -76,7 +76,8 @@
|
|||
// "interface": "wlp2s0", // (Optional) To force the use of this interface
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
|
||||
"format-disconnected": "Disconnected ⚠"
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"on-click": "rofi-wifi-menu"
|
||||
},
|
||||
"pulseaudio": {
|
||||
//"scroll-step": 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user