More improvements for ranger.
Use smart borders, and only display the SSID.
This commit is contained in:
parent
16ac2e7751
commit
67aefab566
@ -198,6 +198,7 @@ bindsym $mod+r mode "resize"
|
||||
new_window 1pixel
|
||||
new_float normal
|
||||
gaps inner 8
|
||||
smart_borders on
|
||||
|
||||
#for_window [instance="terminator"] border none
|
||||
#for_window [instance="urxvt"] border none
|
||||
|
@ -47,7 +47,7 @@ status.register("alsa",
|
||||
format="♪{volume}%{muted}",
|
||||
card=1,
|
||||
color=COLORS['White'],
|
||||
color_muted=COLORS['Red'],
|
||||
color_muted=COLORS['Yellow'],
|
||||
muted="M")
|
||||
|
||||
if os.path.exists("/sys/class/power_supply/BAT0"):
|
||||
@ -83,7 +83,7 @@ if os.path.exists("/sys/class/power_supply/BAT1"):
|
||||
if os.path.exists("/sys/class/net/wlp3s0"):
|
||||
status.register("wireless",
|
||||
interface="wlp3s0",
|
||||
format_up="{essid} {quality:.0f}%",
|
||||
format_up="{essid}",
|
||||
color_up=COLORS['Green'],
|
||||
color_down=COLORS['Red'])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user