Remove noto fonts and replace by firacode

This commit is contained in:
flyingscorpio@clevo 2022-09-18 10:01:07 +02:00
parent f76a83a815
commit 365198dbfe
3 changed files with 3 additions and 5 deletions

View file

@ -15,7 +15,6 @@
- picom - picom
- python-feedparser - python-feedparser
- python-matplotlib - python-matplotlib
- noto-fonts
- numlockx # activate numlock (set in .xinitrc) - numlockx # activate numlock (set in .xinitrc)
- scrot - scrot
- sysstat - sysstat
@ -40,7 +39,6 @@
- fonts-font-awesome - fonts-font-awesome
- fonts-jetbrains-mono - fonts-jetbrains-mono
- fonts-firacode - fonts-firacode
- fonts-noto
- hsetroot - hsetroot
- i3-wm - i3-wm
- i3lock - i3lock

View file

@ -3,7 +3,7 @@ set $super Mod4
set $alt Mod1 set $alt Mod1
# set font # set font
font pango: Noto Sans 9 font pango: FiraCode 9
# Use Mouse+$super to drag floating windows to their wanted position # Use Mouse+$super to drag floating windows to their wanted position
floating_modifier $super floating_modifier $super
@ -19,7 +19,7 @@ exec --no-startup-id xsettingsd &
exec --no-startup-id picom -b --config ~/.config/picom.conf exec --no-startup-id picom -b --config ~/.config/picom.conf
# program launcher # program launcher
bindsym $super+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'" bindsym $super+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'FiraCode:size=9'"
# scratchpad # scratchpad
bindsym $super+Shift+BackSpace move scratchpad bindsym $super+Shift+BackSpace move scratchpad

View file

@ -926,7 +926,7 @@
background_color = "#003300" background_color = "#003300"
background_image = None background_image = None
cursor_color = "#00c800" cursor_color = "#00c800"
font = Noto Mono 7 font = FiraCode 8
foreground_color = "#00c800" foreground_color = "#00c800"
scrollback_infinite = True scrollback_infinite = True
scrollbar_position = hidden scrollbar_position = hidden