joplin, polybar and i3wm config update
This commit is contained in:
@@ -32,6 +32,7 @@ floating_modifier $mod
|
||||
# start a terminal
|
||||
# bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec konsole
|
||||
bindsym $mod+c exec konsole
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -97,7 +98,7 @@ bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
bindsym $mod+Shift+a focus child
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
@@ -172,10 +173,10 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
font pango:DejaVu Sans Mono 9
|
||||
status_command i3status
|
||||
}
|
||||
#bar {
|
||||
# font pango:DejaVu Sans Mono 9
|
||||
# status_command i3status
|
||||
#}
|
||||
|
||||
## RENATO ##
|
||||
|
||||
@@ -196,6 +197,10 @@ bindsym $mod+Shift+bar scratchpad show
|
||||
bindsym $mod+comma move scratchpad
|
||||
bindsym $mod+period scratchpad show
|
||||
|
||||
# XKBOPTIONS compose key
|
||||
exec_always --no-startup-id setxkbmap -option "compose:menu"
|
||||
|
||||
|
||||
# Pulse Audio controls
|
||||
# bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
|
||||
# bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
|
||||
@@ -221,11 +226,21 @@ bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
### EXEC ###
|
||||
|
||||
# Polybar
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
|
||||
# Tapping Enabled
|
||||
#exec_always xinput set-prop "SynPS/2 Synaptics TouchPad" 302 1
|
||||
exec_always xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
|
||||
|
||||
# KDE Connect
|
||||
#exec kdeconnect-indicator
|
||||
#exec_always --no-startup-id killall -9 kdeconnectd
|
||||
#exec_always --no-startup-id /usr/lib/libexec/kdeconnectd -platform offscreen
|
||||
#exec --no-startup-id kdeconnect-indicator
|
||||
|
||||
# Joplin
|
||||
exec --no-startup-id /home/renato/.joplin/Joplin.AppImage
|
||||
|
||||
# Mattermost Desktop
|
||||
#exec /opt/Mattermost/mattermost-desktop --hidden
|
||||
@@ -240,15 +255,16 @@ exec_always xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabl
|
||||
exec --no-startup-id feh --bg-scale ~/src/wallpapers/default.jpg
|
||||
|
||||
# NetworkManager Tray Icon
|
||||
#exec nm-tray
|
||||
exec --no-startup-id nm-tray
|
||||
|
||||
# Window Rules
|
||||
|
||||
assign [title="Área de Trabalho — Plasma"] 0
|
||||
for_window [class="plasmashell"] floating enable, border none
|
||||
for_window [class="(?i)skype"] floating enable, border none
|
||||
for_window [class="(?i)galculator"] floating enable
|
||||
|
||||
|
||||
#for_window [class="Firefox"] border none
|
||||
|
||||
# Float by type
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
@@ -260,6 +276,9 @@ for_window [window_type="menu"] floating enable
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
#bindsym $mod+m exec i3-msg focus_follows_mouse no
|
||||
#bindsym $mod+Shift+m exec i3-msg focus_follows_mouse yes
|
||||
|
||||
|
||||
#---( focus related )---)
|
||||
#focus_follows_mouse no
|
||||
@@ -270,6 +289,8 @@ no_focus [window_type="notification"]
|
||||
|
||||
# focus_on_window_activation none
|
||||
|
||||
exec_always --no-startup-id compton -b
|
||||
#exec_always --no-startup-id compton -b
|
||||
exec_always --no-startup-id compton --config /dev/null --backend glx --vsync opengl -i=0.5 -f -m 0.9 -e 0.5 -D 6
|
||||
|
||||
###
|
||||
|
||||
### FIM ###
|
||||
|
||||
@@ -48,8 +48,12 @@ case "$2" in
|
||||
-V lang=pt-br \
|
||||
-V margin=1in \
|
||||
-V documentclass="article" \
|
||||
-V classoption="oneside" \
|
||||
-V classoption="twoside" \
|
||||
-V classoption="openright" \
|
||||
-V classoption="chapter=TITLE" \
|
||||
-V papersize=a4 \
|
||||
-V linestrecth=onehalfspacing \
|
||||
-V institute="Universidade de São Paulo" \
|
||||
~/Documentos/${note}.md
|
||||
;;
|
||||
|
||||
|
||||
@@ -26,6 +26,9 @@ $endif$$endif$%
|
||||
%subsubsection=TITLE % títulos de subsubseções convertidos em letras maiúsculas
|
||||
% -- opções do pacote babel --
|
||||
english, % idioma adicional para hifenização
|
||||
french,%
|
||||
spanish,%
|
||||
italian,%
|
||||
brazil, % o último idioma é o principal do documento
|
||||
sumario=tradicional%
|
||||
]{abntex2}
|
||||
@@ -94,6 +97,7 @@ $endif$
|
||||
$if(linestretch)$
|
||||
\usepackage{setspace}
|
||||
\setstretch{$linestretch$}
|
||||
%\setstretch{1.5}
|
||||
$endif$
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage{ifxetex,ifluatex}
|
||||
@@ -486,7 +490,7 @@ vinculação corporativa e endereço de contato.''} }
|
||||
\setlength{\parskip}{0.2cm} % tente também \onelineskip
|
||||
|
||||
% Espaçamento simples
|
||||
\OneHalfSpacing
|
||||
%\SingleSpacing
|
||||
|
||||
|
||||
|
||||
@@ -508,7 +512,9 @@ vinculação corporativa e endereço de contato.''} }
|
||||
%
|
||||
% Se desejar escrever o artigo em duas colunas, descomente a linha abaixo
|
||||
% e a linha com o texto ``FIM DE ARTIGO EM DUAS COLUNAS''.
|
||||
% \twocolumn[ % INICIO DE ARTIGO EM DUAS COLUNAS
|
||||
$if(twocolumn)$
|
||||
\twocolumn[ % INICIO DE ARTIGO EM DUAS COLUNAS
|
||||
$endif$
|
||||
%
|
||||
%---
|
||||
|
||||
@@ -528,37 +534,73 @@ $endif$
|
||||
|
||||
|
||||
|
||||
% resumo em português
|
||||
$if(abstract-pt)$
|
||||
\begin{resumoumacoluna}
|
||||
Conforme a ABNT NBR 6022:2018, o resumo no idioma do documento é elemento obrigatório.
|
||||
Constituído de uma sequência de frases concisas e objetivas e não de uma
|
||||
simples enumeração de tópicos, não ultrapassando 250 palavras, seguido, logo
|
||||
abaixo, das palavras representativas do conteúdo do trabalho, isto é,
|
||||
palavras-chave e/ou descritores, conforme a NBR 6028. (\ldots) As
|
||||
palavras-chave devem figurar logo abaixo do resumo, antecedidas da expressão
|
||||
Palavras-chave:, separadas entre si por ponto e finalizadas também por ponto.
|
||||
$abstract-pt$
|
||||
|
||||
$if(palavras-chave)$
|
||||
\vspace{\onelineskip}
|
||||
|
||||
\noindent
|
||||
\textbf{Palavras-chave}: latex. abntex. editoração de texto.
|
||||
\textbf{Palavras-chave}: $for(palavras-chave)$ $palavras-chave$$sep$, $endfor$.
|
||||
$endif$
|
||||
\end{resumoumacoluna}
|
||||
$endif$
|
||||
|
||||
|
||||
% resumo em inglês
|
||||
$if(abstract)$
|
||||
\renewcommand{\resumoname}{Abstract}
|
||||
\begin{resumoumacoluna}
|
||||
\begin{otherlanguage*}{english}
|
||||
According to ABNT NBR 6022:2018, an abstract in foreign language is optional.
|
||||
$abstract$
|
||||
|
||||
$if(keywords)$
|
||||
|
||||
\vspace{\onelineskip}
|
||||
|
||||
\noindent
|
||||
\textbf{Keywords}: latex. abntex.
|
||||
\textbf{Keywords}: $for(keywords)$ $keywords$$sep$, $endfor$.
|
||||
$endif$
|
||||
\end{otherlanguage*}
|
||||
\end{resumoumacoluna}
|
||||
$endif$
|
||||
|
||||
% ] % FIM DE ARTIGO EM DUAS COLUNAS
|
||||
|
||||
$if(abstract-fr)$
|
||||
\renewcommand{\resumoname}{Rèsumè}
|
||||
\begin{resumoumacoluna}
|
||||
\begin{otherlanguage*}{french}
|
||||
$abstract-fr$
|
||||
|
||||
$if(mots-cles)$
|
||||
|
||||
\vspace{\onelineskip}
|
||||
\noindent
|
||||
\textbf{Mots-cles}: $for(mots-cles)$ $mots-cles$$sep$, $endfor$.
|
||||
$endif$
|
||||
\end{otherlanguage*}
|
||||
\end{resumoumacoluna}
|
||||
$endif$
|
||||
|
||||
$if(abstract-it)$
|
||||
\renewcommand{\resumoname}{Riassunto}
|
||||
\begin{resumoumacoluna}
|
||||
\begin{otherlanguage*}{italian}
|
||||
$abstract-it$
|
||||
|
||||
$if(parole-chiave)$
|
||||
|
||||
\vspace{\onelineskip}
|
||||
\noindent
|
||||
\textbf{Parole-chiave}: $for(parole-chiave)$ $parole-chiave$$sep$, $endfor$.
|
||||
$endif$
|
||||
\end{otherlanguage*}
|
||||
\end{resumoumacoluna}
|
||||
$endif$
|
||||
|
||||
|
||||
|
||||
|
||||
$if(twocolumn)$
|
||||
] % FIM DE ARTIGO EM DUAS COLUNAS
|
||||
$endif$
|
||||
% ---
|
||||
|
||||
\begin{center}\smaller
|
||||
@@ -574,35 +616,6 @@ o endereço eletrônico, DOI, suportes e outras informações relativas ao acess
|
||||
\textual
|
||||
|
||||
|
||||
$if(abstract-pt)$
|
||||
\begin{abstract}
|
||||
$abstract-pt$
|
||||
\end{abstract}
|
||||
$endif$
|
||||
|
||||
$if(abstract)$
|
||||
\renewcommand{\resumoname}{Abstract}
|
||||
\begin{abstract}
|
||||
$abstract$
|
||||
\end{abstract}
|
||||
$endif$
|
||||
|
||||
$if(abstract-fr)$
|
||||
\renewcommand{\resumoname}{Rèsumè}
|
||||
\begin{abstract}
|
||||
$abstract-fr$
|
||||
\end{abstract}
|
||||
$endif$
|
||||
|
||||
|
||||
$if(abstract-it)$
|
||||
\renewcommand{\resumoname}{Riassunto}
|
||||
\begin{abstract}
|
||||
$abstract-it$
|
||||
\end{abstract}
|
||||
$endif$
|
||||
|
||||
|
||||
|
||||
$endif$
|
||||
|
||||
@@ -637,8 +650,14 @@ $endif$
|
||||
$if(lof)$
|
||||
\listoffigures
|
||||
$endif$
|
||||
|
||||
% ------------------
|
||||
% ----- BODY -------
|
||||
% ------------------
|
||||
|
||||
$body$
|
||||
|
||||
|
||||
$if(natbib)$
|
||||
$if(bibliography)$
|
||||
$if(biblio-title)$
|
||||
|
||||
696
pandoc/templates/artigo-fdusp.latex.bkp~
Normal file
696
pandoc/templates/artigo-fdusp.latex.bkp~
Normal file
@@ -0,0 +1,696 @@
|
||||
\PassOptionsToPackage{unicode=true}{hyperref} % options for packages loaded elsewhere
|
||||
\PassOptionsToPackage{hyphens}{url}
|
||||
$if(colorlinks)$
|
||||
\PassOptionsToPackage{dvipsnames,svgnames*,x11names*}{xcolor}
|
||||
$endif$$if(dir)$$if(latex-dir-rtl)$
|
||||
\PassOptionsToPackage{RTLdocument}{bidi}
|
||||
$endif$$endif$%
|
||||
% ------------- Document Class ---------------
|
||||
|
||||
\documentclass[
|
||||
% -- Começaremos
|
||||
$if(documentclass)$$documentclass$,$endif$ %
|
||||
$if(fontsize)$$fontsize$,$endif$%
|
||||
$if(lang)$$babel-lang$,$endif$%
|
||||
$if(papersize)$$papersize$paper,$endif$%
|
||||
$if(beamer)$ignorenonframetext,%
|
||||
$if(handout)$handout,$endif$%
|
||||
$if(aspectratio)$aspectratio=$aspectratio$,$endif$%
|
||||
$endif$%
|
||||
$for(classoption)$%
|
||||
$classoption$$sep$,%
|
||||
$endfor$%
|
||||
%chapter=TITLE, % títulos de capítulos convertidos em letras maiúsculas
|
||||
%section=TITLE, % títulos de seções convertidos em letras maiúsculas
|
||||
%subsection=TITLE, % títulos de subseções convertidos em letras maiúsculas
|
||||
%subsubsection=TITLE % títulos de subsubseções convertidos em letras maiúsculas
|
||||
% -- opções do pacote babel --
|
||||
english, % idioma adicional para hifenização
|
||||
french,%
|
||||
spanish,%
|
||||
italian,%
|
||||
brazil, % o último idioma é o principal do documento
|
||||
sumario=tradicional%
|
||||
]{abntex2}
|
||||
|
||||
% -----------------------------
|
||||
|
||||
$if(beamer)$
|
||||
$if(background-image)$
|
||||
\usebackgroundtemplate{%
|
||||
\includegraphics[width=\paperwidth]{$background-image$}%
|
||||
}
|
||||
$endif$
|
||||
\usepackage{pgfpages}
|
||||
\setbeamertemplate{caption}[numbered]
|
||||
\setbeamertemplate{caption label separator}{: }
|
||||
\setbeamercolor{caption name}{fg=normal text.fg}
|
||||
\beamertemplatenavigationsymbols$if(navigation)$$navigation$$else$empty$endif$
|
||||
$for(beameroption)$
|
||||
\setbeameroption{$beameroption$}
|
||||
$endfor$
|
||||
% Prevent slide breaks in the middle of a paragraph:
|
||||
\widowpenalties 1 10000
|
||||
\raggedbottom
|
||||
|
||||
$if(section-titles)$
|
||||
\setbeamertemplate{part page}{
|
||||
\centering
|
||||
\begin{beamercolorbox}[sep=16pt,center]{part title}
|
||||
\usebeamerfont{part title}\insertpart\par
|
||||
\end{beamercolorbox}
|
||||
}
|
||||
\setbeamertemplate{section page}{
|
||||
\centering
|
||||
\begin{beamercolorbox}[sep=12pt,center]{part title}
|
||||
\usebeamerfont{section title}\insertsection\par
|
||||
\end{beamercolorbox}
|
||||
}
|
||||
\setbeamertemplate{subsection page}{
|
||||
\centering
|
||||
\begin{beamercolorbox}[sep=8pt,center]{part title}
|
||||
\usebeamerfont{subsection title}\insertsubsection\par
|
||||
\end{beamercolorbox}
|
||||
}
|
||||
\AtBeginPart{
|
||||
\frame{\partpage}
|
||||
}
|
||||
\AtBeginSection{
|
||||
\ifbibliography
|
||||
\else
|
||||
\frame{\sectionpage}
|
||||
\fi
|
||||
}
|
||||
\AtBeginSubsection{
|
||||
\frame{\subsectionpage}
|
||||
}
|
||||
$endif$
|
||||
$endif$
|
||||
$if(beamerarticle)$
|
||||
\usepackage{beamerarticle} % needs to be loaded first
|
||||
$endif$
|
||||
$if(fontfamily)$
|
||||
\usepackage[$for(fontfamilyoptions)$$fontfamilyoptions$$sep$,$endfor$]{$fontfamily$}
|
||||
$else$
|
||||
\usepackage{lmodern}
|
||||
$endif$
|
||||
$if(linestretch)$
|
||||
\usepackage{setspace}
|
||||
\setstretch{$linestretch$}
|
||||
%\setstretch{1.5}
|
||||
$endif$
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage{ifxetex,ifluatex}
|
||||
\usepackage{fixltx2e} % provides \textsubscript
|
||||
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
|
||||
\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{textcomp} % provides euro and other symbols
|
||||
\else % if luatex or xelatex
|
||||
$if(mathspec)$
|
||||
\ifxetex
|
||||
\usepackage{mathspec}
|
||||
\else
|
||||
\usepackage{unicode-math}
|
||||
\fi
|
||||
$else$
|
||||
\usepackage{unicode-math}
|
||||
$endif$
|
||||
\defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
|
||||
$for(fontfamilies)$
|
||||
\newfontfamily{$fontfamilies.name$}[$fontfamilies.options$]{$fontfamilies.font$}
|
||||
$endfor$
|
||||
$if(mainfont)$
|
||||
\setmainfont[$for(mainfontoptions)$$mainfontoptions$$sep$,$endfor$]{$mainfont$}
|
||||
$endif$
|
||||
$if(sansfont)$
|
||||
\setsansfont[$for(sansfontoptions)$$sansfontoptions$$sep$,$endfor$]{$sansfont$}
|
||||
$endif$
|
||||
$if(monofont)$
|
||||
\setmonofont[Mapping=tex-ansi$if(monofontoptions)$,$for(monofontoptions)$$monofontoptions$$sep$,$endfor$$endif$]{$monofont$}
|
||||
$endif$
|
||||
$if(mathfont)$
|
||||
$if(mathspec)$
|
||||
\ifxetex
|
||||
\setmathfont(Digits,Latin,Greek)[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$}
|
||||
\else
|
||||
\setmathfont[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$}
|
||||
\fi
|
||||
$else$
|
||||
\setmathfont[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$}
|
||||
$endif$
|
||||
$endif$
|
||||
$if(CJKmainfont)$
|
||||
\ifxetex
|
||||
\usepackage{xeCJK}
|
||||
\setCJKmainfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$}
|
||||
\fi
|
||||
$endif$
|
||||
$if(luatexjapresetoptions)$
|
||||
\ifluatex
|
||||
\usepackage[$for(luatexjapresetoptions)$$luatexjapresetoptions$$sep$,$endfor$]{luatexja-preset}
|
||||
\fi
|
||||
$endif$
|
||||
$if(CJKmainfont)$
|
||||
\ifluatex
|
||||
\usepackage[$for(luatexjafontspecoptions)$$luatexjafontspecoptions$$sep$,$endfor$]{luatexja-fontspec}
|
||||
\setmainjfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$}
|
||||
\fi
|
||||
$endif$
|
||||
\fi
|
||||
$if(beamer)$
|
||||
$if(theme)$
|
||||
\usetheme[$for(themeoptions)$$themeoptions$$sep$,$endfor$]{$theme$}
|
||||
$endif$
|
||||
$if(colortheme)$
|
||||
\usecolortheme{$colortheme$}
|
||||
$endif$
|
||||
$if(fonttheme)$
|
||||
\usefonttheme{$fonttheme$}
|
||||
$endif$
|
||||
$if(mainfont)$
|
||||
\usefonttheme{serif} % use mainfont rather than sansfont for slide text
|
||||
$endif$
|
||||
$if(innertheme)$
|
||||
\useinnertheme{$innertheme$}
|
||||
$endif$
|
||||
$if(outertheme)$
|
||||
\ useoutertheme{$outertheme$}
|
||||
$endif$
|
||||
$endif$
|
||||
|
||||
% use upquote if available, for straight quotes in verbatim environments
|
||||
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
|
||||
|
||||
% use microtype if available
|
||||
\IfFileExists{microtype.sty}{%
|
||||
\usepackage[$for(microtypeoptions)$$microtypeoptions$$sep$,$endfor$]{microtype}
|
||||
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
|
||||
}{}
|
||||
|
||||
%$if(indent)$
|
||||
%$else$
|
||||
% \IfFileExists{parskip.sty}{%
|
||||
% \usepackage{parskip}
|
||||
% }{% else
|
||||
% \setlength{\parindent}{0pt}
|
||||
% \setlength{\parskip}{6pt plus 2pt minus 1pt}
|
||||
% }
|
||||
%$endif$
|
||||
|
||||
$if(verbatim-in-note)$
|
||||
\usepackage{fancyvrb}
|
||||
$endif$
|
||||
$if(colorlinks)$
|
||||
\usepackage{xcolor}
|
||||
$endif$
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{
|
||||
$if(title-meta)$
|
||||
pdftitle={$title-meta$},
|
||||
$endif$
|
||||
$if(author-meta)$
|
||||
pdfauthor={$author-meta$},
|
||||
$endif$
|
||||
$if(keywords)$
|
||||
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
||||
$endif$
|
||||
$if(colorlinks)$
|
||||
colorlinks=true,
|
||||
linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$,
|
||||
filecolor=$if(filecolor)$$filecolor$$else$Maroon$endif$,
|
||||
citecolor=$if(citecolor)$$citecolor$$else$Blue$endif$,
|
||||
urlcolor=$if(urlcolor)$$urlcolor$$else$Blue$endif$,
|
||||
$else$
|
||||
pdfborder={0 0 0},
|
||||
$endif$
|
||||
breaklinks=true}
|
||||
\urlstyle{same} % don't use monospace font for urls
|
||||
|
||||
$if(verbatim-in-note)$
|
||||
\VerbatimFootnotes % allows verbatim text in footnotes
|
||||
$endif$
|
||||
|
||||
$if(geometry)$
|
||||
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
|
||||
$endif$
|
||||
|
||||
$if(beamer)$
|
||||
\newif\ifbibliography
|
||||
$endif$
|
||||
|
||||
$if(listings)$
|
||||
\usepackage{listings}
|
||||
\newcommand{\passthrough}[1]{#1}
|
||||
$endif$
|
||||
|
||||
$if(lhs)$
|
||||
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}
|
||||
$endif$
|
||||
|
||||
$if(highlighting-macros)$
|
||||
$highlighting-macros$
|
||||
$endif$
|
||||
|
||||
$if(tables)$
|
||||
\usepackage{longtable,booktabs}
|
||||
$if(beamer)$
|
||||
\usepackage{caption}
|
||||
% These lines are needed to make table captions work with longtable:
|
||||
\makeatletter
|
||||
\def\fnum@table{\tablename~\thetable}
|
||||
\makeatother
|
||||
$else$
|
||||
% Fix footnotes in tables (requires footnote package)
|
||||
\IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{longtable}}{}
|
||||
$endif$
|
||||
$endif$
|
||||
|
||||
$if(graphics)$
|
||||
\usepackage{graphicx,grffile}
|
||||
\makeatletter
|
||||
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
|
||||
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
|
||||
\makeatother
|
||||
% Scale images if necessary, so that they will not overflow the page
|
||||
% margins by default, and it is still possible to overwrite the defaults
|
||||
% using explicit options in \includegraphics[width, height, ...]{}
|
||||
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
|
||||
$endif$
|
||||
|
||||
$if(links-as-notes)$
|
||||
% Make links footnotes instead of hotlinks:
|
||||
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}}
|
||||
$endif$
|
||||
|
||||
$if(strikeout)$
|
||||
\usepackage[normalem]{ulem}
|
||||
% avoid problems with \sout in headers with hyperref:
|
||||
\pdfstringdefDisableCommands{\renewcommand{\sout}{}}
|
||||
$endif$
|
||||
|
||||
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
||||
\providecommand{\tightlist}{%
|
||||
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
||||
|
||||
$if(numbersections)$
|
||||
\setcounter{secnumdepth}{$if(secnumdepth)$$secnumdepth$$else$5$endif$}
|
||||
$else$
|
||||
\setcounter{secnumdepth}{0}
|
||||
$endif$
|
||||
|
||||
$if(beamer)$
|
||||
$else$
|
||||
$if(subparagraph)$
|
||||
$else$
|
||||
% Redefines (sub)paragraphs to behave more like sections
|
||||
\ifx\paragraph\undefined\else
|
||||
\let\oldparagraph\paragraph
|
||||
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
|
||||
\fi
|
||||
\ifx\subparagraph\undefined\else
|
||||
\let\oldsubparagraph\subparagraph
|
||||
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
|
||||
\fi
|
||||
$endif$
|
||||
$endif$
|
||||
|
||||
$if(pagestyle)$
|
||||
\pagestyle{$pagestyle$}
|
||||
$endif$
|
||||
|
||||
% set default figure placement to htbp
|
||||
\makeatletter
|
||||
\def\fps@figure{htbp}
|
||||
\makeatother
|
||||
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
||||
$if(lang)$
|
||||
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
|
||||
\usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel}
|
||||
$if(babel-newcommands)$
|
||||
$babel-newcommands$
|
||||
$endif$
|
||||
|
||||
\else
|
||||
% load polyglossia as late as possible as it *could* call bidi if RTL lang (e.g. Hebrew or Arabic)
|
||||
\usepackage{polyglossia}
|
||||
\setmainlanguage[$polyglossia-lang.options$]{$polyglossia-lang.name$}
|
||||
$for(polyglossia-otherlangs)$
|
||||
\setotherlanguage[$polyglossia-otherlangs.options$]{$polyglossia-otherlangs.name$}
|
||||
$endfor$
|
||||
\fi
|
||||
$endif$
|
||||
|
||||
$if(dir)$
|
||||
\ifxetex
|
||||
% load bidi as late as possible as it modifies e.g. graphicx
|
||||
\usepackage{bidi}
|
||||
\fi
|
||||
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
|
||||
\TeXXeTstate=1
|
||||
\newcommand{\RL}[1]{\beginR #1\endR}
|
||||
\newcommand{\LR}[1]{\beginL #1\endL}
|
||||
\newenvironment{RTL}{\beginR}{\endR}
|
||||
\newenvironment{LTR}{\beginL}{\endL}
|
||||
\fi
|
||||
$endif$
|
||||
|
||||
$if(natbib)$
|
||||
\usepackage[$natbiboptions$]{natbib}
|
||||
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||
$endif$
|
||||
|
||||
$if(biblatex)$
|
||||
\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
|
||||
$for(bibliography)$
|
||||
\addbibresource{$bibliography$}
|
||||
$endfor$
|
||||
$endif$
|
||||
|
||||
$if(title)$
|
||||
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
|
||||
$endif$
|
||||
|
||||
$if(subtitle)$
|
||||
\providecommand{\subtitle}[1]{}
|
||||
\subtitle{$subtitle$}
|
||||
$endif$
|
||||
|
||||
$if(author)$
|
||||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||
$endif$
|
||||
|
||||
$if(institute)$
|
||||
\providecommand{\institute}[1]{}
|
||||
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
|
||||
$endif$
|
||||
\date{$date$}
|
||||
$if(beamer)$
|
||||
$if(titlegraphic)$
|
||||
\titlegraphic{\includegraphics{$titlegraphic$}}
|
||||
$endif$
|
||||
|
||||
$if(logo)$
|
||||
\logo{\includegraphics{$logo$}}
|
||||
$endif$
|
||||
$endif$
|
||||
|
||||
% ---
|
||||
% Pacotes de citações
|
||||
% ---
|
||||
\usepackage[brazilian,hyperpageref]{backref} % Paginas com as citações na bibl
|
||||
\usepackage[alf]{abntex2cite} % Citações padrão ABNT
|
||||
% ---
|
||||
|
||||
|
||||
% ---
|
||||
% Configurações do pacote backref
|
||||
% Usado sem a opção hyperpageref de backref
|
||||
\renewcommand{\backrefpagesname}{Citado na(s) página(s):~}
|
||||
% Texto padrão antes do número das páginas
|
||||
\renewcommand{\backref}{}
|
||||
% Define os textos da citação
|
||||
\renewcommand*{\backrefalt}[4]{
|
||||
\ifcase #1 %
|
||||
Nenhuma citação no texto.%
|
||||
\or
|
||||
Citado na página #2.%
|
||||
\else
|
||||
Citado #1 vezes nas páginas #2.%
|
||||
\fi}%
|
||||
% ---
|
||||
|
||||
% --- Informações de dados para CAPA e FOLHA DE ROSTO ---
|
||||
\titulo{Modelo Canônico de Artigo científico com \abnTeX}
|
||||
%\tituloestrangeiro{Canonical article template in \abnTeX: optional foreign title}
|
||||
|
||||
\autor{
|
||||
Equipe \abnTeX\thanks{``Recomenda-se que os dados de vinculação e
|
||||
endereço constem em nota, com sistema de chamada próprio, diferente do sistema
|
||||
adotado para citações no texto.'' \url{http://www.abntex.net.br/}}
|
||||
\\[0.5cm]
|
||||
Lauro César Araujo\thanks{``Constar currículo sucinto de cada autor, com
|
||||
vinculação corporativa e endereço de contato.''} }
|
||||
|
||||
\local{Brasil}
|
||||
\data{2018, v<VERSION>}
|
||||
% ---
|
||||
|
||||
% ---
|
||||
% Configurações de aparência do PDF final
|
||||
|
||||
% alterando o aspecto da cor azul
|
||||
%\definecolor{blue}{RGB}{41,5,195}
|
||||
|
||||
% informações do PDF
|
||||
\makeatletter
|
||||
\hypersetup{
|
||||
%pagebackref=true,
|
||||
pdftitle={\@title},
|
||||
pdfauthor={\@author},
|
||||
pdfsubject={Modelo de artigo científico com abnTeX2},
|
||||
pdfcreator={LaTeX with abnTeX2},
|
||||
pdfkeywords={abnt}{latex}{abntex}{abntex2}{atigo científico},
|
||||
colorlinks=true, % false: boxed links; true: colored links
|
||||
linkcolor=blue, % color of internal links
|
||||
citecolor=blue, % color of links to bibliography
|
||||
filecolor=magenta, % color of file links
|
||||
urlcolor=blue,
|
||||
bookmarksdepth=4
|
||||
}
|
||||
\makeatother
|
||||
% ---
|
||||
|
||||
% ---
|
||||
% compila o indice
|
||||
% ---
|
||||
\makeindex
|
||||
% ---
|
||||
|
||||
% ---
|
||||
% Altera as margens padrões
|
||||
% ---
|
||||
\setlrmarginsandblock{3cm}{3cm}{*}
|
||||
\setulmarginsandblock{3cm}{3cm}{*}
|
||||
\checkandfixthelayout
|
||||
% ---
|
||||
|
||||
% ---
|
||||
% Espaçamentos entre linhas e parágrafos
|
||||
% ---
|
||||
|
||||
% O tamanho do parágrafo é dado por:
|
||||
\setlength{\parindent}{1.3cm}
|
||||
|
||||
% Controle do espaçamento entre um parágrafo e outro:
|
||||
\setlength{\parskip}{0.2cm} % tente também \onelineskip
|
||||
|
||||
% Espaçamento simples
|
||||
%\SingleSpacing
|
||||
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
||||
% Seleciona o idioma do documento (conforme pacotes do babel)
|
||||
%\selectlanguage{english}
|
||||
\selectlanguage{brazil}
|
||||
|
||||
% Retira espaço extra obsoleto entre as frases.
|
||||
\frenchspacing
|
||||
|
||||
% ----------------------------------------------------------
|
||||
% ELEMENTOS PRÉ-TEXTUAIS
|
||||
% ----------------------------------------------------------
|
||||
|
||||
%---
|
||||
%
|
||||
% Se desejar escrever o artigo em duas colunas, descomente a linha abaixo
|
||||
% e a linha com o texto ``FIM DE ARTIGO EM DUAS COLUNAS''.
|
||||
$if(twocolumn)$
|
||||
\twocolumn[ % INICIO DE ARTIGO EM DUAS COLUNAS
|
||||
$endif$
|
||||
%
|
||||
%---
|
||||
|
||||
|
||||
$if(title)$
|
||||
$if(beamer)$
|
||||
\frame{\titlepage}
|
||||
$else$
|
||||
% página de titulo principal (obrigatório)
|
||||
|
||||
\maketitle
|
||||
$endif$
|
||||
|
||||
|
||||
|
||||
% titulo em outro idioma (opcional)
|
||||
|
||||
|
||||
|
||||
$if(abstract-pt)$
|
||||
\begin{resumoumacoluna}
|
||||
$abstract-pt$
|
||||
|
||||
$if(palavras-chave)$
|
||||
\vspace{\onelineskip}
|
||||
\noindent
|
||||
\textbf{Palavras-chave}: $for(palavras-chave)$ $palavras-chave$$sep$, $endfor$.
|
||||
$endif$
|
||||
\end{resumoumacoluna}
|
||||
$endif$
|
||||
|
||||
$if(abstract)$
|
||||
\renewcommand{\resumoname}{Abstract}
|
||||
\begin{resumoumacoluna}
|
||||
\begin{otherlanguage*}{english}
|
||||
$abstract$
|
||||
|
||||
$if(keywords)$
|
||||
|
||||
\vspace{\onelineskip}
|
||||
\noindent
|
||||
\textbf{Keywords}: $for(keywords)$ $keywords$$sep$, $endfor$.
|
||||
$endif$
|
||||
\end{otherlanguage*}
|
||||
\end{resumoumacoluna}
|
||||
$endif$
|
||||
|
||||
|
||||
$if(abstract-fr)$
|
||||
\renewcommand{\resumoname}{Rèsumè}
|
||||
\begin{resumoumacoluna}
|
||||
\begin{otherlanguage*}{french}
|
||||
$abstract-fr$
|
||||
|
||||
$if(mots-cles)$
|
||||
|
||||
\vspace{\onelineskip}
|
||||
\noindent
|
||||
\textbf{Mots-cles}: $for(mots-cles)$ $mots-cles$$sep$, $endfor$.
|
||||
$endif$
|
||||
\end{otherlanguage*}
|
||||
\end{resumoumacoluna}
|
||||
$endif$
|
||||
|
||||
$if(abstract-it)$
|
||||
\renewcommand{\resumoname}{Riassunto}
|
||||
\begin{resumoumacoluna}
|
||||
\begin{otherlanguage*}{italian}
|
||||
$abstract-it$
|
||||
|
||||
$if(parole-chiave)$
|
||||
|
||||
\vspace{\onelineskip}
|
||||
\noindent
|
||||
\textbf{Parole-chiave}: $for(parole-chiave)$ $parole-chiave$$sep$, $endfor$.
|
||||
$endif$
|
||||
\end{otherlanguage*}
|
||||
\end{resumoumacoluna}
|
||||
$endif$
|
||||
|
||||
|
||||
|
||||
|
||||
$if(twocolumn)$
|
||||
] % FIM DE ARTIGO EM DUAS COLUNAS
|
||||
$endif$
|
||||
% ---
|
||||
|
||||
\begin{center}\smaller
|
||||
\textbf{Data de submissão e aprovação}: elemento obrigatório. Indicar dia, mês e ano
|
||||
|
||||
\textbf{Identificação e disponibilidade}: elemento opcional. Pode ser indicado
|
||||
o endereço eletrônico, DOI, suportes e outras informações relativas ao acesso.
|
||||
\end{center}
|
||||
|
||||
% ----------------------------------------------------------
|
||||
% ELEMENTOS TEXTUAIS
|
||||
% ----------------------------------------------------------
|
||||
\textual
|
||||
|
||||
|
||||
|
||||
$endif$
|
||||
|
||||
$for(include-before)$
|
||||
$include-before$
|
||||
|
||||
$endfor$
|
||||
$if(toc)$
|
||||
$if(toc-title)$
|
||||
\renewcommand*\contentsname{$toc-title$}
|
||||
$endif$
|
||||
$if(beamer)$
|
||||
\begin{frame}
|
||||
$if(toc-title)$
|
||||
\frametitle{$toc-title$}
|
||||
$endif$
|
||||
\tableofcontents[hideallsubsections]
|
||||
\end{frame}
|
||||
$else$
|
||||
{
|
||||
$if(colorlinks)$
|
||||
\hypersetup{linkcolor=$if(toccolor)$$toccolor$$else$$endif$}
|
||||
$endif$
|
||||
\setcounter{tocdepth}{$toc-depth$}
|
||||
\tableofcontents
|
||||
}
|
||||
$endif$
|
||||
$endif$
|
||||
$if(lot)$
|
||||
\listoftables
|
||||
$endif$
|
||||
$if(lof)$
|
||||
\listoffigures
|
||||
$endif$
|
||||
|
||||
% ------------------
|
||||
% ----- BODY -------
|
||||
% ------------------
|
||||
|
||||
$body$
|
||||
|
||||
|
||||
$if(natbib)$
|
||||
$if(bibliography)$
|
||||
$if(biblio-title)$
|
||||
$if(book-class)$
|
||||
\renewcommand\bibname{$biblio-title$}
|
||||
$else$
|
||||
\renewcommand\refname{$biblio-title$}
|
||||
$endif$
|
||||
$endif$
|
||||
$if(beamer)$
|
||||
\begin{frame}[allowframebreaks]{$biblio-title$}
|
||||
\bibliographytrue
|
||||
$endif$
|
||||
\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
|
||||
$if(beamer)$
|
||||
\end{frame}
|
||||
$endif$
|
||||
|
||||
$endif$
|
||||
$endif$
|
||||
$if(biblatex)$
|
||||
$if(beamer)$
|
||||
\begin{frame}[allowframebreaks]{$biblio-title$}
|
||||
\bibliographytrue
|
||||
\printbibliography[heading=none]
|
||||
\end{frame}
|
||||
$else$
|
||||
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
|
||||
$endif$
|
||||
|
||||
$endif$
|
||||
$for(include-after)$
|
||||
$include-after$
|
||||
|
||||
$endfor$
|
||||
\end{document}
|
||||
629
polybar/config
Normal file
629
polybar/config
Normal file
@@ -0,0 +1,629 @@
|
||||
;=====================================================
|
||||
;
|
||||
; To learn more about how to configure Polybar
|
||||
; go to https://github.com/jaagr/polybar
|
||||
;
|
||||
; The README contains alot of information
|
||||
;
|
||||
;=====================================================
|
||||
|
||||
[colors]
|
||||
;background = ${xrdb:color0:#222}
|
||||
background = #222
|
||||
background-alt = #444
|
||||
;foreground = ${xrdb:color7:#222}
|
||||
foreground = #dfdfdf
|
||||
foreground-alt = #555
|
||||
primary = #ffb52a
|
||||
secondary = #e60053
|
||||
alert = #bd2c40
|
||||
|
||||
[bar/general]
|
||||
locale = pt_BR.UTF-8
|
||||
|
||||
[bar/default]
|
||||
inherit = bar/general
|
||||
;monitor = ${env:MONITOR:HDMI-1}
|
||||
width = 100%
|
||||
height = 27
|
||||
;offset-x = 1%
|
||||
;offset-y = 1%
|
||||
radius = 6.0
|
||||
fixed-center = false
|
||||
bottom=true
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
line-size = 3
|
||||
line-color = #f00
|
||||
|
||||
border-size = 4
|
||||
border-color = #00000000
|
||||
|
||||
padding-left = 0
|
||||
padding-right = 2
|
||||
|
||||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
|
||||
;font-0 = fixed:pixelsize=10;1
|
||||
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||
;font-2 = siji:pixelsize=10;1
|
||||
font-0 = DejaVuSansMono:antialias=false:size=9;1
|
||||
font-1 = DejaVuSans:size=9:antialias=false;0
|
||||
font-2 = FontAwesome:size=9;0
|
||||
font-3 = "Font Awesome 5 Free:style=Regular:pixelsize=9;1"
|
||||
font-4 = "Font Awesome 5 Free:style=Solid:pixelsize=9;1"
|
||||
font-5 = "Font Awesome 5 Brands:pixelsize=9;1"
|
||||
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 wg wlan battery temperature date powermenu
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
tray-transparent = true
|
||||
tray-background = #0063ff
|
||||
|
||||
;wm-restack = bspwm
|
||||
wm-restack = i3
|
||||
|
||||
;override-redirect = true
|
||||
|
||||
;scroll-up = bspwm-desknext
|
||||
;scroll-down = bspwm-deskprev
|
||||
|
||||
scroll-up = i3wm-wsnext
|
||||
scroll-down = i3wm-wsprev
|
||||
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
format = <label>
|
||||
format-background = #3c3c3c
|
||||
format-foreground = #eee
|
||||
format-padding = 4
|
||||
|
||||
; Available tokens:
|
||||
; %title%
|
||||
; Default: %title%
|
||||
label = %title:0:50:…%
|
||||
;label-maxlen = 50
|
||||
|
||||
; Used instead of label when there is no window title
|
||||
; Available tokens:
|
||||
; None
|
||||
label-empty = Empty
|
||||
label-empty-foreground = #707880
|
||||
|
||||
[module/xkeyboard]
|
||||
type = internal/xkeyboard
|
||||
blacklist-0 = num lock
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-underline = ${colors.secondary}
|
||||
|
||||
label-layout = %layout%
|
||||
label-layout-underline = ${colors.secondary}
|
||||
|
||||
label-indicator-padding = 2
|
||||
label-indicator-margin = 1
|
||||
label-indicator-background = ${colors.secondary}
|
||||
label-indicator-underline = ${colors.secondary}
|
||||
|
||||
[module/filesystem]
|
||||
type = internal/fs
|
||||
interval = 25
|
||||
|
||||
mount-0 = /
|
||||
mount-1 = /home
|
||||
mount-2 = /home/renato/cloud.renatorosa.com
|
||||
mount-3 = /home/renato/drive.silveirarosa.com
|
||||
|
||||
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
|
||||
label-unmounted = (N/A)
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
|
||||
label-focused = %index%
|
||||
label-focused-background = ${colors.background-alt}
|
||||
label-focused-underline= ${colors.primary}
|
||||
label-focused-padding = 2
|
||||
|
||||
label-occupied = %index%
|
||||
label-occupied-padding = 2
|
||||
|
||||
label-urgent = %index%!
|
||||
label-urgent-background = ${colors.alert}
|
||||
label-urgent-padding = 2
|
||||
|
||||
label-empty = %index%
|
||||
label-empty-foreground = ${colors.foreground-alt}
|
||||
label-empty-padding = 2
|
||||
|
||||
[module/i3]
|
||||
type = internal/i3
|
||||
format = <label-state> <label-mode>
|
||||
index-sort = true
|
||||
wrapping-scroll = false
|
||||
|
||||
; Only show workspaces on the same output as the bar
|
||||
;pin-workspaces = true
|
||||
|
||||
label-mode-padding = 2
|
||||
label-mode-foreground = #000
|
||||
label-mode-background = ${colors.primary}
|
||||
|
||||
; focused = Active workspace on focused monitor
|
||||
label-focused = %index%
|
||||
label-focused-background = ${module/bspwm.label-focused-background}
|
||||
label-focused-underline = ${module/bspwm.label-focused-underline}
|
||||
label-focused-padding = ${module/bspwm.label-focused-padding}
|
||||
|
||||
; unfocused = Inactive workspace on any monitor
|
||||
label-unfocused = %index%
|
||||
label-unfocused-padding = ${module/bspwm.label-occupied-padding}
|
||||
|
||||
; visible = Active workspace on unfocused monitor
|
||||
label-visible = %index%
|
||||
label-visible-background = ${self.label-focused-background}
|
||||
label-visible-underline = ${self.label-focused-underline}
|
||||
label-visible-padding = ${self.label-focused-padding}
|
||||
|
||||
; urgent = Workspace with urgency hint set
|
||||
label-urgent = %index%
|
||||
label-urgent-background = ${module/bspwm.label-urgent-background}
|
||||
label-urgent-padding = ${module/bspwm.label-urgent-padding}
|
||||
|
||||
[module/mpd]
|
||||
type = internal/mpd
|
||||
format-online = <label-song> <icon-prev> <icon-stop> <toggle> <icon-next>
|
||||
|
||||
icon-prev =
|
||||
icon-stop =
|
||||
icon-play =
|
||||
icon-pause =
|
||||
icon-next =
|
||||
|
||||
label-song-maxlen = 25
|
||||
label-song-ellipsis = true
|
||||
|
||||
[module/backlight]
|
||||
;type = internal/xbacklight
|
||||
type = internal/backlight
|
||||
card = intel_backlight
|
||||
|
||||
format = <label> <ramp> <bar>
|
||||
label = BL
|
||||
|
||||
bar-width = 5
|
||||
bar-indicator = |
|
||||
bar-indicator-foreground = #ff
|
||||
;bar-indicator-font = 2
|
||||
|
||||
bar-fill = ─
|
||||
;bar-fill-font = 2
|
||||
bar-fill-foreground = #9f78e1
|
||||
|
||||
; Only applies if <ramp> is used
|
||||
ramp-0 = 🌕
|
||||
ramp-1 = 🌔
|
||||
ramp-2 = 🌓
|
||||
ramp-3 = 🌒
|
||||
ramp-4 = 🌑
|
||||
|
||||
bar-empty = ─
|
||||
;bar-empty-font = 2
|
||||
bar-empty-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/backlight-acpi]
|
||||
inherit = module/backlight
|
||||
type = internal/backlight
|
||||
card = intel_backlight
|
||||
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #f90000
|
||||
label = %percentage:2%%
|
||||
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #4bffdc
|
||||
label = %percentage_used%%
|
||||
|
||||
[module/memory-alt]
|
||||
type = internal/memory
|
||||
|
||||
; Seconds to sleep between updates
|
||||
; Default: 1
|
||||
interval = 3
|
||||
|
||||
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
; <bar-used>
|
||||
; <bar-free>
|
||||
; <ramp-used>
|
||||
; <ramp-free>
|
||||
; <bar-swap-used> (unreleased)
|
||||
; <bar-swap-free> (unreleased)
|
||||
; <ramp-swap-used> (unreleased)
|
||||
; <ramp-swap-free> (unreleased)
|
||||
format = <label> <ramp-used>
|
||||
|
||||
; Available tokens:
|
||||
; %percentage_used% (default)
|
||||
; %percentage_free%
|
||||
; %gb_used%
|
||||
; %gb_free%
|
||||
; %gb_total%
|
||||
; %mb_used%
|
||||
; %mb_free%
|
||||
; %mb_total%
|
||||
; %percentage_swap_used%
|
||||
; %percentage_swap_free%
|
||||
; %mb_swap_total%
|
||||
; %mb_swap_free%
|
||||
; %mb_swap_used%
|
||||
; %gb_swap_total%
|
||||
; %gb_swap_free%
|
||||
; %gb_swap_used%
|
||||
|
||||
label = RAM %gb_used%/%gb_free%
|
||||
|
||||
; Only applies if <bar-used> is used
|
||||
bar-used-indicator =
|
||||
bar-used-width = 50
|
||||
bar-used-foreground-0 = #55aa55
|
||||
bar-used-foreground-1 = #557755
|
||||
bar-used-foreground-2 = #f5a70a
|
||||
bar-used-foreground-3 = #ff5555
|
||||
bar-used-fill = ▐
|
||||
bar-used-empty = ▐
|
||||
bar-used-empty-foreground = #444444
|
||||
|
||||
; Only applies if <ramp-used> is used
|
||||
ramp-used-0 = ▁
|
||||
ramp-used-1 = ▂
|
||||
ramp-used-2 = ▃
|
||||
ramp-used-3 = ▄
|
||||
ramp-used-4 = ▅
|
||||
ramp-used-5 = ▆
|
||||
ramp-used-6 = ▇
|
||||
ramp-used-7 = █
|
||||
|
||||
; Only applies if <ramp-free> is used
|
||||
ramp-free-0 = ▁
|
||||
ramp-free-1 = ▂
|
||||
ramp-free-2 = ▃
|
||||
ramp-free-3 = ▄
|
||||
ramp-free-4 = ▅
|
||||
ramp-free-5 = ▆
|
||||
ramp-free-6 = ▇
|
||||
ramp-free-7 = █
|
||||
|
||||
|
||||
[module/wlan]
|
||||
type = internal/network
|
||||
interface = wlp2s0
|
||||
interval = 3.0
|
||||
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
format-connected-underline = #9f78e1
|
||||
label-connected = %essid%
|
||||
|
||||
;format-disconnected = W:
|
||||
format-disconnected = <label-disconnected>
|
||||
format-disconnected-underline = ${self.format-connected-underline}
|
||||
label-disconnected = %ifname%
|
||||
label-disconnected-foreground = ${colors.foreground-alt}
|
||||
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
ramp-signal-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/eth]
|
||||
type = internal/network
|
||||
interface = enp1s0f1
|
||||
interval = 3.0
|
||||
|
||||
format-connected-underline = #55aa55
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||
label-connected = %local_ip%
|
||||
|
||||
;format-disconnected =
|
||||
format-disconnected = <label-disconnected>
|
||||
format-disconnected-underline = ${self.format-connected-underline}
|
||||
label-disconnected = %ifname%
|
||||
label-disconnected-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/wg]
|
||||
inherit = module/eth
|
||||
interface = wg0apk
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
interval = 1.0
|
||||
|
||||
date = " %d/%m/%y"
|
||||
date-alt = " %A %d de %B de %Y"
|
||||
|
||||
time = %H:%M
|
||||
time-alt = %H:%M:%S
|
||||
|
||||
format-prefix =
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #0a6cf5
|
||||
|
||||
label = %date% %time%
|
||||
|
||||
[module/date-alt]
|
||||
type = internal/date
|
||||
|
||||
; Seconds to sleep between updates
|
||||
interval = 1.0
|
||||
|
||||
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
|
||||
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
||||
;date = %Y-%m-%d%
|
||||
date = %d/%m/%y%
|
||||
|
||||
; Optional time format
|
||||
time = %H:%M
|
||||
|
||||
; if `date-alt` or `time-alt` is defined, clicking
|
||||
; the module will toggle between formats
|
||||
date-alt = %A, %d %B %Y
|
||||
time-alt = %H:%M:%S
|
||||
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
format = 🕓 <label>
|
||||
;format-background = #55ff3399
|
||||
;format-foreground = #fff
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #0a6cf5
|
||||
|
||||
; Available tokens:
|
||||
; %date%
|
||||
; %time%
|
||||
; Default: %date%
|
||||
label = %date% %time%
|
||||
;label-font = 2
|
||||
;label-foreground = #9A32DB
|
||||
|
||||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
|
||||
format-volume = <label-volume> <bar-volume>
|
||||
label-volume = VOL
|
||||
label-volume-foreground = ${root.foreground}
|
||||
|
||||
format-muted-prefix = " "
|
||||
format-muted-foreground = ${colors.foreground-alt}
|
||||
label-muted = sound muted
|
||||
|
||||
bar-volume-width = 5
|
||||
bar-volume-foreground-0 = #55aa55
|
||||
bar-volume-foreground-1 = #55aa55
|
||||
bar-volume-foreground-2 = #55aa55
|
||||
bar-volume-foreground-3 = #55aa55
|
||||
bar-volume-foreground-4 = #55aa55
|
||||
bar-volume-foreground-5 = #f5a70a
|
||||
bar-volume-foreground-6 = #ff5555
|
||||
bar-volume-gradient = false
|
||||
bar-volume-indicator = |
|
||||
;bar-volume-indicator-font = 2
|
||||
bar-volume-fill = ─
|
||||
;bar-volume-fill-font = 2
|
||||
bar-volume-empty = ─
|
||||
;bar-volume-empty-font = 2
|
||||
bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
full-at = 98
|
||||
|
||||
; If an inotify event haven't been reported in this many
|
||||
; seconds, manually poll for new values.
|
||||
;
|
||||
; Needed as a fallback for systems that don't report events
|
||||
; on sysfs/procfs.
|
||||
;
|
||||
; Disable polling by setting the interval to 0.
|
||||
;
|
||||
; Default: 5
|
||||
poll-interval = 5
|
||||
|
||||
; see "man date" for details on how to format the time string
|
||||
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
||||
; Default: %H:%M:%S
|
||||
time-format = %H:%M
|
||||
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
format-charging-underline = #ffb52a
|
||||
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
format-discharging-underline = ${self.format-charging-underline}
|
||||
|
||||
format-full-prefix = " "
|
||||
format-full-prefix-foreground = ${colors.foreground-alt}
|
||||
format-full-underline = ${self.format-charging-underline}
|
||||
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-foreground = ${colors.foreground-alt}
|
||||
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-foreground = ${colors.foreground-alt}
|
||||
animation-charging-framerate = 750
|
||||
|
||||
[module/battery-alt]
|
||||
type = internal/battery
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
full-at = 98
|
||||
|
||||
; If an inotify event haven't been reported in this many
|
||||
; seconds, manually poll for new values.
|
||||
;
|
||||
; Needed as a fallback for systems that don't report events
|
||||
; on sysfs/procfs.
|
||||
;
|
||||
; Disable polling by setting the interval to 0.
|
||||
;
|
||||
; Default: 5
|
||||
poll-interval = 5
|
||||
|
||||
; Available tags:
|
||||
; <label-charging> (default)
|
||||
; <bar-capacity>
|
||||
; <ramp-capacity>
|
||||
; <animation-charging>
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
|
||||
; Available tags:
|
||||
; <label-discharging> (default)
|
||||
; <bar-capacity>
|
||||
; <ramp-capacity>
|
||||
; <animation-discharging>
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
|
||||
; Available tags:
|
||||
; <label-full> (default)
|
||||
; <bar-capacity>
|
||||
; <ramp-capacity>
|
||||
format-full = <ramp-capacity> <label-full>
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
; %time%
|
||||
; %consumption% (shows current charge rate in watts)
|
||||
label-charging = "⚡ percentage%% (%time%)"
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
; %time%
|
||||
; %consumption% (shows current discharge rate in watts)
|
||||
label-discharging = "🔋 %percentage%% (%time%)"
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
;label-full = "☻ Full"
|
||||
label-full = "100%"
|
||||
|
||||
; Only applies if <ramp-capacity> is used
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
|
||||
; Only applies if <bar-capacity> is used
|
||||
bar-capacity-width = 10
|
||||
|
||||
; Only applies if <animation-charging> is used
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-3 =
|
||||
animation-charging-4 =
|
||||
; Framerate in milliseconds
|
||||
animation-charging-framerate = 750
|
||||
|
||||
; Only applies if <animation-discharging> is used
|
||||
animation-discharging-0 =
|
||||
animation-discharging-1 =
|
||||
animation-discharging-2 =
|
||||
animation-discharging-3 =
|
||||
animation-discharging-4 =
|
||||
; Framerate in milliseconds
|
||||
animation-discharging-framerate = 500
|
||||
|
||||
[module/temperature]
|
||||
type = internal/temperature
|
||||
thermal-zone = 0
|
||||
warn-temperature = 60
|
||||
|
||||
format = <ramp> <label>
|
||||
format-underline = #f50a4d
|
||||
format-warn = <ramp> <label-warn>
|
||||
format-warn-underline = ${self.format-underline}
|
||||
|
||||
label = %temperature%
|
||||
label-warn = %temperature%
|
||||
label-warn-foreground = ${colors.secondary}
|
||||
|
||||
ramp-0 =
|
||||
ramp-1 =
|
||||
ramp-2 =
|
||||
ramp-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/powermenu]
|
||||
type = custom/menu
|
||||
|
||||
expand-right = true
|
||||
|
||||
format-spacing = 1
|
||||
|
||||
label-open =
|
||||
label-open-foreground = ${colors.secondary}
|
||||
label-close = cancel
|
||||
label-close-foreground = ${colors.secondary}
|
||||
label-separator = |
|
||||
label-separator-foreground = ${colors.foreground-alt}
|
||||
|
||||
menu-0-0 = reboot
|
||||
menu-0-0-exec = menu-open-1
|
||||
menu-0-1 = power off
|
||||
menu-0-1-exec = menu-open-2
|
||||
|
||||
menu-1-0 = cancel
|
||||
menu-1-0-exec = menu-open-0
|
||||
menu-1-1 = reboot
|
||||
menu-1-1-exec = sudo reboot
|
||||
|
||||
menu-2-0 = power off
|
||||
menu-2-0-exec = sudo poweroff
|
||||
menu-2-1 = cancel
|
||||
menu-2-1-exec = menu-open-0
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
;compositing-background = xor
|
||||
;compositing-background = screen
|
||||
;compositing-foreground = source
|
||||
;compositing-border = over
|
||||
|
||||
[global/wm]
|
||||
margin-top = 5
|
||||
margin-bottom = 5
|
||||
|
||||
; vim:ft=dosini
|
||||
12
polybar/launch.sh
Executable file
12
polybar/launch.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
killall -q polybar
|
||||
|
||||
# Wait until the processes have been shut down
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch bar1 and bar2
|
||||
polybar default &
|
||||
|
||||
echo "Bars launched..."
|
||||
Reference in New Issue
Block a user