feat: change main font

This commit is contained in:
Lucas Barbieri 2024-08-20 10:11:53 -03:00
parent fd462c431b
commit 5ac0d69128
6 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[main] [main]
font=JetBrainsMono NF SemiBold:size=13 font=Lilex:size=14:antialias=true:style=SemiBold
dpi-aware=no dpi-aware=no
fields=name,generic,comment,categories,filename,keywords fields=name,generic,comment,categories,filename,keywords
terminal=foot -e terminal=foot -e

View File

@ -17,4 +17,4 @@ settings:
tabs.favicons.scale: tabs.favicons.scale:
global: 1.3 global: 1.3
tabs.show: tabs.show:
global: always global: never

View File

@ -82,6 +82,7 @@ bindsym $mod+Control+s scratchpad show
bindsym $mod+Shift+s exec steam --noverifyfiles bindsym $mod+Shift+s exec steam --noverifyfiles
bindsym $mod+e exec pcmanfm bindsym $mod+e exec pcmanfm
bindsym Print exec ~/.local/bin/way-print.sh p 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 Shift+Print exec ~/.local/bin/way-print.sh s
bindsym Control+Shift+Print exec ~/.local/bin/way-print.sh t bindsym Control+Shift+Print exec ~/.local/bin/way-print.sh t
bindsym Control+Print exec ~/.local/bin/print-window.sh bindsym Control+Print exec ~/.local/bin/print-window.sh

View File

@ -1,5 +1,6 @@
output { 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-3 disable pos 0 -1080
DP-2 pos 2560 0 DP-2 pos 2560 0
} }
@ -10,6 +11,7 @@ client.focused_inactive #268bd2 #002b36 #839496
focus_on_window_activation none focus_on_window_activation none
popup_during_fullscreen smart popup_during_fullscreen smart
no_focus [window_role="pop-up"] no_focus [window_role="pop-up"]
focus_wrapping workspace
gaps inner 10 gaps inner 10
mouse_warping none mouse_warping none

View File

@ -3,7 +3,7 @@ exec_always {
# gsettings set $gnome-schema gtk-theme 'Gruvbox-Dark-BL-LB' # gsettings set $gnome-schema gtk-theme 'Gruvbox-Dark-BL-LB'
# gsettings set $gnome-schema icon-theme 'Nordzy-green-dark' # gsettings set $gnome-schema icon-theme 'Nordzy-green-dark'
# gsettings set $gnome-schema cursor-theme 'oreo_white_cursors' # 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 { exec {

View File

@ -4,7 +4,7 @@
/* padding: 0; */ /* padding: 0; */
/* margin: 0; */ /* margin: 0; */
font-size: 15px; font-size: 15px;
font-family: FiraCode Nerd Font; font-family: Lilex;
font-style: italic; font-style: italic;
} }