CSL citation styles moved to dir

This commit is contained in:
2018-11-24 19:28:24 -02:00
parent c26395ca34
commit f7b32f937b
11 changed files with 11 additions and 4 deletions

View File

@@ -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]