CSL citation styles moved to dir
This commit is contained in:
@@ -63,7 +63,7 @@ font-6 = siji:pixelsize=9;1
|
||||
modules-left = bspwm i3 xwindow
|
||||
;modules-left = i3
|
||||
modules-center = mpd
|
||||
modules-right = filesystem backlight volume xkeyboard memory cpu eth wlan wg temperature battery date powermenu
|
||||
modules-right = filesystem backlight volume xkeyboard memory cpu eth wlan wg0 wg1 temperature battery date powermenu
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
@@ -372,11 +372,18 @@ format-disconnected-underline = ${self.format-connected-underline}
|
||||
label-disconnected = %ifname%
|
||||
label-disconnected-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/wg]
|
||||
[module/wg0]
|
||||
inherit = module/eth
|
||||
interface = wg0apk
|
||||
interface = wg0
|
||||
unknown-as-up = true
|
||||
label-connected = %local_ip% (U: %upspeed% D: %downspeed%)
|
||||
label-connected = wg0: %local_ip% (U: %upspeed% D: %downspeed%)
|
||||
format-connected-underline = #aa5555
|
||||
|
||||
[module/wg1]
|
||||
inherit = module/eth
|
||||
interface = wg1
|
||||
unknown-as-up = true
|
||||
label-connected = wg1: %local_ip% (U: %upspeed% D: %downspeed%)
|
||||
format-connected-underline = #aa5555
|
||||
|
||||
[module/date]
|
||||
|
||||
Reference in New Issue
Block a user