Add nm-applet restart on right click on wlo1
This commit is contained in:
parent
6b2beaf940
commit
ff8999db00
2 changed files with 5 additions and 0 deletions
4
files/.config/i3/bin/restart-nmapplet
Executable file
4
files/.config/i3/bin/restart-nmapplet
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
pkill nm-applet > /dev/null 2>/dev/null
|
||||
nm-applet&
|
|
@ -48,6 +48,7 @@ volume master {
|
|||
wireless wlo1 {
|
||||
format_up = " (%essid) %ip"
|
||||
format_down = ""
|
||||
on_click 3 = "exec /home/tobast/.config/i3/bin/restart-nmapplet"
|
||||
}
|
||||
|
||||
ethernet eno1 {
|
||||
|
|
Loading…
Reference in a new issue