[i3/polybar] Launch nmtui on wlan icon click
Instead of launching nm-applet with i3. It looked bad.
This commit is contained in:
parent
85b359b47e
commit
54600f7ca2
2 changed files with 3 additions and 3 deletions
|
@ -415,7 +415,7 @@ bindsym $mod+x move workspace to output right
|
||||||
exec_always --no-startup-id $barlaunchcmd
|
exec_always --no-startup-id $barlaunchcmd
|
||||||
|
|
||||||
# some applets (bah)
|
# some applets (bah)
|
||||||
exec --no-startup-id nm-applet
|
#exec --no-startup-id nm-applet
|
||||||
#exec --no-startup-id nextcloud
|
#exec --no-startup-id nextcloud
|
||||||
|
|
||||||
# hide the mouse after some time
|
# hide the mouse after some time
|
||||||
|
|
|
@ -296,11 +296,11 @@ interval = 3
|
||||||
; <ramp-signal> show a signal strength icon
|
; <ramp-signal> show a signal strength icon
|
||||||
; This overlays the actual signal strength icon over the dark "full signal" icon
|
; This overlays the actual signal strength icon over the dark "full signal" icon
|
||||||
;format-connected = %{T7}%{F#333}%{F}%{T-}%{O-18}<ramp-signal> <label-connected>
|
;format-connected = %{T7}%{F#333}%{F}%{T-}%{O-18}<ramp-signal> <label-connected>
|
||||||
format-connected = %{T7}%{F#333}%{F}%{T-}%{O-18}<ramp-signal>
|
format-connected = %{A:i3-sensible-terminal -x nmtui-connect:}%{A3:i3-sensible-terminal -x nmtui:}%{T7}%{F#333}%{F}%{T-}%{O-18}<ramp-signal>%{A}%{A}
|
||||||
format-connected-foreground = ${colors.foreground-alt}
|
format-connected-foreground = ${colors.foreground-alt}
|
||||||
label-connected = %essid%
|
label-connected = %essid%
|
||||||
|
|
||||||
format-disconnected = <label-disconnected>
|
format-disconnected = %{A1:i3-sensible-terminal -x nmtui-connect:}%{A3:i3-sensible-terminal -x nmtui:}<label-disconnected>%{A}%{A}
|
||||||
label-disconnected =
|
label-disconnected =
|
||||||
label-disconnected-foreground = ${colors.foreground-alt}
|
label-disconnected-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue