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]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
|
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
|
||||||
exec sway
|
exec sway --unsupported-gpu
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# pnpm
|
# pnpm
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[font]
|
[font]
|
||||||
size = 16.0
|
size = 22.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "JetBrainsMono Nerd Font"
|
family = "JetBrainsMono Nerd Font"
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ default_floating_border normal 4
|
|||||||
|
|
||||||
# Status bar
|
# Status bar
|
||||||
bar {
|
bar {
|
||||||
|
font "JetBrainsMono Nerd Font" "Normal" 22
|
||||||
position top
|
position top
|
||||||
colors {
|
colors {
|
||||||
statusline $text
|
statusline $text
|
||||||
|
|||||||
Reference in New Issue
Block a user