Update theme
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -11,7 +11,7 @@ alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
|
||||
exec sway
|
||||
exec sway --unsupported-gpu
|
||||
fi
|
||||
|
||||
# pnpm
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[font]
|
||||
size = 16.0
|
||||
size = 22.0
|
||||
|
||||
[font.normal]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
|
||||
@@ -43,6 +43,7 @@ default_floating_border normal 4
|
||||
|
||||
# Status bar
|
||||
bar {
|
||||
font "JetBrainsMono Nerd Font" "Normal" 22
|
||||
position top
|
||||
colors {
|
||||
statusline $text
|
||||
|
||||
Reference in New Issue
Block a user