Compare commits

...

4 commits

Author SHA1 Message Date
7be2918ead No setear XDG_RUNTIME_DIR en .profile
Ahora manejado por un script en /etc/profile.d
2021-12-16 00:09:24 -03:00
90b8c818b0 Desactivar yambar 2021-12-16 00:09:15 -03:00
7c53a3bcf9 Usar Fantasque Sans Mono 2021-12-16 00:09:04 -03:00
5338c4bb53 foot: agrandar más :P 2021-12-15 15:56:38 -03:00
4 changed files with 5 additions and 13 deletions

View file

@ -82,10 +82,10 @@
<!-- Set default monospace font -->
<alias>
<family>monospace</family>
<prefer><family>IBM Plex Mono</family></prefer>
<prefer><family>Fantasque Sans Mono</family></prefer>
</alias>
<alias>
<family>IBM Plex Mono</family>
<family>Fantasque Sans Mono</family>
<default><family>monospace</family></default>
</alias>

View file

@ -5,7 +5,7 @@ riverctl background-color 0x$background
riverctl border-color-focused 0x$border_focused
riverctl border-color-unfocused 0x$border_unfocused
riverctl border-width 3
riverctl spawn 'killall yambar ; yambar'
# riverctl spawn 'killall yambar ; yambar'
if test -n "$bg"; then
riverctl spawn "killall swaybg ; swaybg --image $bg"

View file

@ -11,11 +11,11 @@ lines = 10000
hide-when-typing=yes
[main]
font=monospace:size=10
font=monospace:size=11
line-height=16
vertical-letter-offset=2
pad=5x5 center
pad=10x10 center
" > ~/.config/foot/foot.ini
rose_pine () {

View file

@ -6,14 +6,6 @@ ulimit -c unlimited
export MESA_LOADER_DRIVER_OVERRIDE=crocus
if test -z "${XDG_RUNTIME_DIR}"; then
export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
if ! test -d "${XDG_RUNTIME_DIR}"; then
mkdir "${XDG_RUNTIME_DIR}"
chmod 0700 "${XDG_RUNTIME_DIR}"
fi
fi
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/go/bin:$PATH"
# export PATH="$HOME/.local/share/theme.sh:$PATH"