mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
dotfiles: switch to Cantarell for UI
This commit is contained in:
parent
125bd088c2
commit
aeedf5943b
5 changed files with 14 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
frame_width = 2
|
||||
frame_color = "#4c7899"
|
||||
transparency = 5
|
||||
font = DejaVu Sans 10
|
||||
font = Cantarell 10
|
||||
line_height = 0
|
||||
|
||||
# Put urgent notifications on top
|
||||
|
|
10
dotfiles/fonts.conf
Normal file
10
dotfiles/fonts.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<alias binding="strong">
|
||||
<family>system-ui</family>
|
||||
<prefer>
|
||||
<family>Cantarell</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>
|
|
@ -2,7 +2,7 @@ gtk-theme-name="Adwaita-dark"
|
|||
gtk-icon-theme-name="Adwaita"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-font-name="DejaVu Sans 10"
|
||||
gtk-font-name="Cantarell 10"
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-fallback-icon-theme="gnome"
|
||||
|
|
|
@ -31,6 +31,7 @@ dunstrc .config/dunst/dunstrc
|
|||
picom.conf .config/picom.conf
|
||||
polybar.conf .config/polybar/config
|
||||
rofi.conf .config/rofi/config.rasi
|
||||
fonts.conf .config/fontconfig/fonts.conf
|
||||
EOF
|
||||
rm -f ~/.config/gtk-3.0/settings.ini
|
||||
dconf load / < ~/.config/i3/dotfiles/dconf.ini
|
||||
|
|
|
@ -7,7 +7,7 @@ Net/IconThemeName "Adwaita"
|
|||
Net/EnableEventSounds 0
|
||||
Gtk/CursorThemeName "Adwaita"
|
||||
Gtk/CursorThemeSize 0
|
||||
Gtk/FontName "DejaVu Sans 10"
|
||||
Gtk/FontName "Cantarell 10"
|
||||
Gtk/KeyThemeName "Emacs"
|
||||
Gtk/ButtonImages 1
|
||||
Gtk/MenuImages 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue