feat: change main font
This commit is contained in:
parent
fd462c431b
commit
5ac0d69128
@ -1,5 +1,5 @@
|
||||
[main]
|
||||
font=JetBrainsMono NF SemiBold:size=13
|
||||
font=Lilex:size=14:antialias=true:style=SemiBold
|
||||
dpi-aware=no
|
||||
fields=name,generic,comment,categories,filename,keywords
|
||||
terminal=foot -e
|
||||
|
@ -17,4 +17,4 @@ settings:
|
||||
tabs.favicons.scale:
|
||||
global: 1.3
|
||||
tabs.show:
|
||||
global: always
|
||||
global: never
|
||||
|
@ -82,6 +82,7 @@ bindsym $mod+Control+s scratchpad show
|
||||
bindsym $mod+Shift+s exec steam --noverifyfiles
|
||||
bindsym $mod+e exec pcmanfm
|
||||
bindsym Print exec ~/.local/bin/way-print.sh p
|
||||
bindsym $mod+Print exec ~/.local/bin/print-tmp.sh
|
||||
bindsym Shift+Print exec ~/.local/bin/way-print.sh s
|
||||
bindsym Control+Shift+Print exec ~/.local/bin/way-print.sh t
|
||||
bindsym Control+Print exec ~/.local/bin/print-window.sh
|
||||
|
@ -1,5 +1,6 @@
|
||||
output {
|
||||
HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz
|
||||
# HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz
|
||||
HDMI-A-1 pos 0 0
|
||||
DP-3 disable pos 0 -1080
|
||||
DP-2 pos 2560 0
|
||||
}
|
||||
@ -10,6 +11,7 @@ client.focused_inactive #268bd2 #002b36 #839496
|
||||
focus_on_window_activation none
|
||||
popup_during_fullscreen smart
|
||||
no_focus [window_role="pop-up"]
|
||||
focus_wrapping workspace
|
||||
|
||||
gaps inner 10
|
||||
mouse_warping none
|
||||
|
@ -3,7 +3,7 @@ exec_always {
|
||||
# gsettings set $gnome-schema gtk-theme 'Gruvbox-Dark-BL-LB'
|
||||
# gsettings set $gnome-schema icon-theme 'Nordzy-green-dark'
|
||||
# gsettings set $gnome-schema cursor-theme 'oreo_white_cursors'
|
||||
gsettings set $gnome-schema font-name 'CartographCF Nerd Font 13'
|
||||
gsettings set $gnome-schema font-name 'Lilex Nerd Font Mono 14'
|
||||
}
|
||||
|
||||
exec {
|
||||
|
@ -4,7 +4,7 @@
|
||||
/* padding: 0; */
|
||||
/* margin: 0; */
|
||||
font-size: 15px;
|
||||
font-family: FiraCode Nerd Font;
|
||||
font-family: Lilex;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user