diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/abnt-estilo-fdusp-notas-de-rodape.csl b/abnt/abnt-estilo-fdusp-notas-de-rodape.csl similarity index 100% rename from abnt-estilo-fdusp-notas-de-rodape.csl rename to abnt/abnt-estilo-fdusp-notas-de-rodape.csl diff --git a/abnt-estilo-fdusp.csl b/abnt/abnt-estilo-fdusp.csl similarity index 100% rename from abnt-estilo-fdusp.csl rename to abnt/abnt-estilo-fdusp.csl diff --git a/abnt-renato-antigo.csl b/abnt/abnt-renato-antigo.csl similarity index 100% rename from abnt-renato-antigo.csl rename to abnt/abnt-renato-antigo.csl diff --git a/abnt-renato-fdusp.csl b/abnt/abnt-renato-fdusp.csl similarity index 100% rename from abnt-renato-fdusp.csl rename to abnt/abnt-renato-fdusp.csl diff --git a/abnt-renato.csl b/abnt/abnt-renato.csl similarity index 100% rename from abnt-renato.csl rename to abnt/abnt-renato.csl diff --git a/abnt-rxsr-completo-v1.csl b/abnt/abnt-rxsr-completo-v1.csl similarity index 100% rename from abnt-rxsr-completo-v1.csl rename to abnt/abnt-rxsr-completo-v1.csl diff --git a/abnt-ufpr.csl b/abnt/abnt-ufpr.csl similarity index 100% rename from abnt-ufpr.csl rename to abnt/abnt-ufpr.csl diff --git a/abnt.csl b/abnt/abnt.csl similarity index 100% rename from abnt.csl rename to abnt/abnt.csl diff --git a/polybar/config b/polybar/config index 6709903..8da5b3c 100644 --- a/polybar/config +++ b/polybar/config @@ -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]