diff options
| author | Josh <joshott16@gmail.com> | 2025-07-25 23:35:34 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-25 23:35:34 -0400 |
| commit | b631c301c0afbdc859dc7f68703d77539b0e6cf1 (patch) | |
| tree | 6746b990386e2f3dd37ca9aae2c4ccc2e5b019ea | |
| parent | 1122286fa84b7a17470bad8f65c1d87b62acb89e (diff) | |
| download | dotfiles-b631c301c0afbdc859dc7f68703d77539b0e6cf1.tar.gz dotfiles-b631c301c0afbdc859dc7f68703d77539b0e6cf1.zip | |
new font!
| -rw-r--r-- | kitty.conf | 6 | ||||
| -rw-r--r-- | rofi/theme.rasi | 2 | ||||
| -rw-r--r-- | sway/config | 16 | ||||
| -rw-r--r-- | wallust/templates/dunstrc | 2 | ||||
| -rw-r--r-- | wallust/templates/swaylock | 2 | ||||
| -rw-r--r-- | waybar/style.css | 2 | ||||
| -rw-r--r-- | zathura/zathurarc | 2 |
7 files changed, 15 insertions, 17 deletions
@@ -1,10 +1,10 @@ include colors.conf # BEGIN_KITTY_FONTS -font_family family='FiraCode Nerd Font' postscript_name=FiraCodeNF-Reg +font_family family="Lilex Nerd Font" bold_font auto -italic_font family='FiraCode Nerd Font' style=Regular -bold_italic_font family='FiraCode Nerd Font' style=SemiBold +italic_font auto +bold_italic_font auto # END_KITTY_FONTS font_size 11.0 diff --git a/rofi/theme.rasi b/rofi/theme.rasi index 2ccfa97..d8ef494 100644 --- a/rofi/theme.rasi +++ b/rofi/theme.rasi @@ -2,7 +2,7 @@ * { width: 600; - font: "Fira Code Nerd Font 14"; + font: "Lilex Nerd Font 14"; } element-text, element-icon , mode-switcher { diff --git a/sway/config b/sway/config index 92e1edb..d093b49 100644 --- a/sway/config +++ b/sway/config @@ -6,7 +6,7 @@ include colors exec --no-startup-id dex -ae sway -font pango:Fira Sans 10 +font pango:Lilex Nerd Font 10 ### Variables set $mod Mod4 @@ -50,8 +50,6 @@ input type:tablet_tool { map_to_output eDP-1 } -mouse_warping container - ### Key bindings # # Basics: @@ -189,12 +187,12 @@ bindsym $mod+Shift+c exec kitty --app-id 'numbat' numbat bindsym $mod+Shift+g exec feh -Z -F -B black /home/josh/Pictures/game.png bindsym $mod+Shift+w exec wallpicker -# target title bg text indicator border -client.focused $color12 $color12 $background $color15 $color12 -client.focused_inactive $color0 $color0 $foreground $color13 00000000 -client.unfocused $color0 $color0 $foreground $color13 00000000 -client.urgent $color13 $background $color13 $color8 $color13 -client.placeholder $color8 $background $foreground $color8 $color8 +# target title bg text indicator border +client.focused $color12 $color12 $background $color12 $color12 +client.focused_inactive $color0 $color0 $foreground 00000000 00000000 +client.unfocused $color0 $color0 $foreground 00000000 00000000 +client.urgent $color13 $background $color13 00000000 $color13 +client.placeholder $color8 $background $foreground 00000000 $color8 client.background $background gaps inner 10px diff --git a/wallust/templates/dunstrc b/wallust/templates/dunstrc index 3ee6f67..fdf9c88 100644 --- a/wallust/templates/dunstrc +++ b/wallust/templates/dunstrc @@ -1,7 +1,7 @@ [global] horizontal_padding = 12 frame_width = 2 -font = FiraCodeNerdFont 11 +font = LilexNerdFont 11 icon_theme = Papyrus corner_radius = 16 diff --git a/wallust/templates/swaylock b/wallust/templates/swaylock index e5eff15..66801bd 100644 --- a/wallust/templates/swaylock +++ b/wallust/templates/swaylock @@ -25,5 +25,5 @@ text-wrong-color={{color10}} inside-wrong-color={{background}}88 grace=4 fade-in=0.2 -font=FiraCodeNerdFont +font=LilexNerdFont font-size=30 diff --git a/waybar/style.css b/waybar/style.css index 2a1d9f8..92c4d65 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -2,7 +2,7 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: FiraCode Nerd Font; + font-family: Lilex Nerd Font; font-size: 13px; } diff --git a/zathura/zathurarc b/zathura/zathurarc index 5717b31..8556efd 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -1,4 +1,4 @@ include colors -set font FiraCodeNerdFont +set font LilexNerdFont set selection-clipboard clipboard set database sqlite |