From f7b32f937bb090439457dcc43461da682071e4c4 Mon Sep 17 00:00:00 2001 From: RenatoXSR Date: Sat, 24 Nov 2018 19:28:24 -0200 Subject: [PATCH] CSL citation styles moved to dir --- LICENSE | 0 README.md | 0 .../abnt-estilo-fdusp-notas-de-rodape.csl | 0 .../abnt-estilo-fdusp.csl | 0 .../abnt-renato-antigo.csl | 0 .../abnt-renato-fdusp.csl | 0 abnt-renato.csl => abnt/abnt-renato.csl | 0 .../abnt-rxsr-completo-v1.csl | 0 abnt-ufpr.csl => abnt/abnt-ufpr.csl | 0 abnt.csl => abnt/abnt.csl | 0 polybar/config | 15 +++++++++++---- 11 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 LICENSE create mode 100644 README.md rename abnt-estilo-fdusp-notas-de-rodape.csl => abnt/abnt-estilo-fdusp-notas-de-rodape.csl (100%) rename abnt-estilo-fdusp.csl => abnt/abnt-estilo-fdusp.csl (100%) rename abnt-renato-antigo.csl => abnt/abnt-renato-antigo.csl (100%) rename abnt-renato-fdusp.csl => abnt/abnt-renato-fdusp.csl (100%) rename abnt-renato.csl => abnt/abnt-renato.csl (100%) rename abnt-rxsr-completo-v1.csl => abnt/abnt-rxsr-completo-v1.csl (100%) rename abnt-ufpr.csl => abnt/abnt-ufpr.csl (100%) rename abnt.csl => abnt/abnt.csl (100%) 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]