mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
Change the default font
- Change the default font to FiraCode, the reason I did this is because it is available on all Linux distributions and even BSD!
This commit is contained in:
@@ -24,17 +24,17 @@ Personal collection of themes and scripts for <a href="https://www.i3wm.org">i3w
|
||||
<P>The i3 themer relies on a couple of dependencies to work nicely.</p>
|
||||
<p>Fedora</p>
|
||||
|
||||
# dnf install dunst i3 i3lock polybar nitrogen rofi bash fontawesome-fonts sensible-utils xdg-utils alsa-utils rxvt-unicode roboto-fonts scrot imagemagick
|
||||
# dnf install dunst i3 i3lock polybar nitrogen rofi bash fontawesome-fonts sensible-utils xdg-utils alsa-utils rxvt-unicode fira-code-fonts scrot imagemagick
|
||||
|
||||
<p>Debian</p>
|
||||
|
||||
# apt-get install dunst i3 i3lock polybar nitrogen rofi bash fonts-font-awesome xdg-utils sensible-utils alsa-utils rxvt-unicode fonts-roboto scrot imagemagick
|
||||
# apt-get install dunst i3 i3lock polybar nitrogen rofi bash fonts-font-awesome xdg-utils sensible-utils alsa-utils rxvt-unicode fonts-firacode scrot imagemagick
|
||||
|
||||
<p>You can download the remaining dependencies for Debian <a href="https://github.com/cizordj/i3-themer/blob/master/assets/debian_dependencies/">here</a></p>
|
||||
|
||||
<p>FreeBSD</p>
|
||||
|
||||
# pkg install bash i3 i3lock dunst polybar nitrogen rofi xdg-utils rxvt-unicode font-awesome roboto-fonts-ttf scrot imagemagick7 mixertui
|
||||
# pkg install bash i3 i3lock dunst polybar nitrogen rofi xdg-utils rxvt-unicode font-awesome firacode scrot imagemagick7 mixertui
|
||||
|
||||
<h2>How to apply themes</h2>
|
||||
<ul>
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ padding-right = 2
|
||||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
|
||||
font-0 = "Source Code Pro:style=semibold:size=10;1"
|
||||
font-0 = "Fira Code:style=semibold:size=10;1"
|
||||
font-1 = "FontAwesome:size=10;1"
|
||||
|
||||
modules-left = ${polybar['modules-left']}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
function dunstConfig(){
|
||||
cat << EOF
|
||||
[global]
|
||||
font = Roboto Mono Semibold 12
|
||||
font = Fira Code 12
|
||||
markup = yes
|
||||
plain_text = no
|
||||
format = "<b>%s</b>\n%b"
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ bindsym $mod+u border none
|
||||
bindsym $mod+y border pixel 1
|
||||
bindsym $mod+n border normal
|
||||
|
||||
font xft:Roboto Mono 11
|
||||
font xft:Fira Code 11
|
||||
|
||||
floating_modifier $mod
|
||||
|
||||
|
||||
+2
-2
@@ -22,7 +22,7 @@ cat << XRESOURCES
|
||||
*color7: ${xresources['color7']}
|
||||
*color15: ${xresources['color15']}
|
||||
|
||||
URxvt.font: xft:Roboto Mono:size=11
|
||||
URxvt.font: xft:Fira Code:size=11
|
||||
URxvt.depth: 32
|
||||
URxvt*scrollBar: false
|
||||
URxvt*mouseWheelScrollPage: false
|
||||
@@ -40,7 +40,7 @@ rofi.color-urgent: ${xresources['rofi.color-urgent']}
|
||||
rofi.separator-style: solid
|
||||
rofi.sidebar-mode: false
|
||||
rofi.lines: 5
|
||||
rofi.font: Roboto Mono Bold 10.5
|
||||
rofi.font: Fira Code 10.5
|
||||
rofi.bw: 1
|
||||
rofi.columns: 2
|
||||
rofi.padding: 5
|
||||
|
||||
Reference in New Issue
Block a user