Compare commits
4 commits
cf1f3a93b9
...
7be2918ead
Author | SHA1 | Date | |
---|---|---|---|
7be2918ead | |||
90b8c818b0 | |||
7c53a3bcf9 | |||
5338c4bb53 |
4 changed files with 5 additions and 13 deletions
|
@ -82,10 +82,10 @@
|
||||||
<!-- Set default monospace font -->
|
<!-- Set default monospace font -->
|
||||||
<alias>
|
<alias>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
<prefer><family>IBM Plex Mono</family></prefer>
|
<prefer><family>Fantasque Sans Mono</family></prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>IBM Plex Mono</family>
|
<family>Fantasque Sans Mono</family>
|
||||||
<default><family>monospace</family></default>
|
<default><family>monospace</family></default>
|
||||||
</alias>
|
</alias>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ riverctl background-color 0x$background
|
||||||
riverctl border-color-focused 0x$border_focused
|
riverctl border-color-focused 0x$border_focused
|
||||||
riverctl border-color-unfocused 0x$border_unfocused
|
riverctl border-color-unfocused 0x$border_unfocused
|
||||||
riverctl border-width 3
|
riverctl border-width 3
|
||||||
riverctl spawn 'killall yambar ; yambar'
|
# riverctl spawn 'killall yambar ; yambar'
|
||||||
|
|
||||||
if test -n "$bg"; then
|
if test -n "$bg"; then
|
||||||
riverctl spawn "killall swaybg ; swaybg --image $bg"
|
riverctl spawn "killall swaybg ; swaybg --image $bg"
|
||||||
|
|
|
@ -11,11 +11,11 @@ lines = 10000
|
||||||
hide-when-typing=yes
|
hide-when-typing=yes
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
font=monospace:size=10
|
font=monospace:size=11
|
||||||
line-height=16
|
line-height=16
|
||||||
vertical-letter-offset=2
|
vertical-letter-offset=2
|
||||||
|
|
||||||
pad=5x5 center
|
pad=10x10 center
|
||||||
" > ~/.config/foot/foot.ini
|
" > ~/.config/foot/foot.ini
|
||||||
|
|
||||||
rose_pine () {
|
rose_pine () {
|
||||||
|
|
8
.profile
8
.profile
|
@ -6,14 +6,6 @@ ulimit -c unlimited
|
||||||
|
|
||||||
export MESA_LOADER_DRIVER_OVERRIDE=crocus
|
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/.local/bin:$PATH"
|
||||||
export PATH="$HOME/go/bin:$PATH"
|
export PATH="$HOME/go/bin:$PATH"
|
||||||
# export PATH="$HOME/.local/share/theme.sh:$PATH"
|
# export PATH="$HOME/.local/share/theme.sh:$PATH"
|
||||||
|
|
Loading…
Reference in a new issue