Switch PAGER to less and add swaynag config.
This commit is contained in:
parent
4a70ca8c2f
commit
a5873a8095
|
@ -14,6 +14,7 @@ stow -d $DOTDIR -t $HOME alacritty \
|
||||||
scripts \
|
scripts \
|
||||||
sway \
|
sway \
|
||||||
swaylock \
|
swaylock \
|
||||||
|
swaynag \
|
||||||
waybar \
|
waybar \
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
|
|
15
swaynag/.config/swaynag/config
Normal file
15
swaynag/.config/swaynag/config
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[warning]
|
||||||
|
background=b58900bf
|
||||||
|
border-bottom=b58900bf
|
||||||
|
border=b58900
|
||||||
|
button-background=b58900
|
||||||
|
button-text=eee8d5
|
||||||
|
text=eee8d5
|
||||||
|
|
||||||
|
[error]
|
||||||
|
background=dc322fbf
|
||||||
|
border-bottom=dc322fbf
|
||||||
|
border=dc322f
|
||||||
|
button-background=dc322f
|
||||||
|
button-text=eee8d5
|
||||||
|
text=eee8d5
|
|
@ -5,7 +5,7 @@ export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
||||||
# Essentials
|
# Essentials
|
||||||
export LANG="en_DK.UTF-8"
|
export LANG="en_DK.UTF-8"
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export PAGER="more"
|
export PAGER="less"
|
||||||
|
|
||||||
# Secret variables
|
# Secret variables
|
||||||
[[ -f $ZDOTDIR/.env ]] && source $ZDOTDIR/.env
|
[[ -f $ZDOTDIR/.env ]] && source $ZDOTDIR/.env
|
||||||
|
|
Loading…
Reference in a new issue