Compare commits

..

3 commits

Author SHA1 Message Date
a9c5baeb7f .profile: no usar MOZ_ENABLE_WAYLAND
Aparentemente ya no es necesario desde Firefox 91.
2021-10-29 17:42:39 -03:00
cb3e9db83c foot: agrandar letra 2021-10-27 21:26:10 -03:00
a62093d8f3 yambar: mostrar batería aún cuando es "unknown" 2021-10-27 21:25:53 -03:00
3 changed files with 17 additions and 6 deletions

View file

@ -1,7 +1,7 @@
font=JetBrainsMono Nerd Font Mono:style=Regular:size=9.5
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=9.5
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=9.5
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=9.5
font=JetBrainsMono Nerd Font Mono:style=Regular:size=10.5
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=10.5
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=10.5
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=10.5
letter-spacing=-0.5
pad=5x5

View file

@ -152,9 +152,22 @@ bar:
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: " {capacity}%"}
unknown:
- ramp:
tag: capacity
items:
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: " {capacity}%"}
full:
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: " {capacity}% full"}
- clock:
date-format: "%A %d of %B"
content:

View file

@ -14,8 +14,6 @@ export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/go/bin:$PATH"
# export PATH="$HOME/.local/share/theme.sh:$PATH"
export MOZ_ENABLE_WAYLAND=1
export EDITOR=nvim
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1