mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +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_width = 2
|
||||||
frame_color = "#4c7899"
|
frame_color = "#4c7899"
|
||||||
transparency = 5
|
transparency = 5
|
||||||
font = DejaVu Sans 10
|
font = Cantarell 10
|
||||||
line_height = 0
|
line_height = 0
|
||||||
|
|
||||||
# Put urgent notifications on top
|
# 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-icon-theme-name="Adwaita"
|
||||||
gtk-cursor-theme-name="Adwaita"
|
gtk-cursor-theme-name="Adwaita"
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-font-name="DejaVu Sans 10"
|
gtk-font-name="Cantarell 10"
|
||||||
gtk-button-images=1
|
gtk-button-images=1
|
||||||
gtk-menu-images=1
|
gtk-menu-images=1
|
||||||
gtk-fallback-icon-theme="gnome"
|
gtk-fallback-icon-theme="gnome"
|
||||||
|
|
|
@ -31,6 +31,7 @@ dunstrc .config/dunst/dunstrc
|
||||||
picom.conf .config/picom.conf
|
picom.conf .config/picom.conf
|
||||||
polybar.conf .config/polybar/config
|
polybar.conf .config/polybar/config
|
||||||
rofi.conf .config/rofi/config.rasi
|
rofi.conf .config/rofi/config.rasi
|
||||||
|
fonts.conf .config/fontconfig/fonts.conf
|
||||||
EOF
|
EOF
|
||||||
rm -f ~/.config/gtk-3.0/settings.ini
|
rm -f ~/.config/gtk-3.0/settings.ini
|
||||||
dconf load / < ~/.config/i3/dotfiles/dconf.ini
|
dconf load / < ~/.config/i3/dotfiles/dconf.ini
|
||||||
|
|
|
@ -7,7 +7,7 @@ Net/IconThemeName "Adwaita"
|
||||||
Net/EnableEventSounds 0
|
Net/EnableEventSounds 0
|
||||||
Gtk/CursorThemeName "Adwaita"
|
Gtk/CursorThemeName "Adwaita"
|
||||||
Gtk/CursorThemeSize 0
|
Gtk/CursorThemeSize 0
|
||||||
Gtk/FontName "DejaVu Sans 10"
|
Gtk/FontName "Cantarell 10"
|
||||||
Gtk/KeyThemeName "Emacs"
|
Gtk/KeyThemeName "Emacs"
|
||||||
Gtk/ButtonImages 1
|
Gtk/ButtonImages 1
|
||||||
Gtk/MenuImages 1
|
Gtk/MenuImages 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue