aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty.toml2
-rw-r--r--.config/alacritty.yml2
-rw-r--r--.config/awesome/themes/adw/theme.lua2
-rw-r--r--.config/awesome/themes/adwaita/theme.lua2
-rw-r--r--.config/awesome/themes/default/theme.lua2
-rw-r--r--.config/awesome/themes/vide/theme.lua2
-rw-r--r--.config/dunst/dunstrc2
-rw-r--r--.config/gtk-2.0/settings.ini2
-rw-r--r--.config/gtk-3.0/gtk.css4
-rw-r--r--.config/gtk-3.0/settings.ini2
-rw-r--r--.config/gtk-4.0/settings.ini2
-rw-r--r--.config/mpv/mpv.conf4
-rw-r--r--.config/nvim/lua/look.lua2
-rw-r--r--.config/xfce4/terminal/terminalrc2
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml2
-rw-r--r--.config/zed/settings.json4
16 files changed, 19 insertions, 19 deletions
diff --git a/.config/alacritty.toml b/.config/alacritty.toml
index 948da80..f43add7 100644
--- a/.config/alacritty.toml
+++ b/.config/alacritty.toml
@@ -33,7 +33,7 @@ TERM = "xterm-256color"
size = 9.0
[font.normal]
-family = "JetBrains Mono"
+family = "Roboto Mono"
style = "Regular"
[[keyboard.bindings]]
diff --git a/.config/alacritty.yml b/.config/alacritty.yml
index c56d63e..b744f4f 100644
--- a/.config/alacritty.yml
+++ b/.config/alacritty.yml
@@ -119,7 +119,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
- family: JetBrains Mono
+ family: Roboto Mono
# The `style` can be specified to pick a specific face.
style: Regular
diff --git a/.config/awesome/themes/adw/theme.lua b/.config/awesome/themes/adw/theme.lua
index 48cb29b..a5abcb6 100644
--- a/.config/awesome/themes/adw/theme.lua
+++ b/.config/awesome/themes/adw/theme.lua
@@ -12,7 +12,7 @@ local themes_path = "~/.config/awesome/themes/"
local theme = {}
-theme.font = "JetBrains Mono 10"
+theme.font = "Roboto Mono 10"
theme.bg_normal = "#303030"
theme.bg_focus = "#255A9B"
diff --git a/.config/awesome/themes/adwaita/theme.lua b/.config/awesome/themes/adwaita/theme.lua
index 68a1873..87c66fd 100644
--- a/.config/awesome/themes/adwaita/theme.lua
+++ b/.config/awesome/themes/adwaita/theme.lua
@@ -12,7 +12,7 @@ local themes_path = "~/.config/awesome/themes/"
local theme = {}
-theme.font = "JetBrains Mono 10"
+theme.font = "Roboto Mono 10"
theme.bg_normal = "#303030"
theme.bg_focus = "#11427E"
diff --git a/.config/awesome/themes/default/theme.lua b/.config/awesome/themes/default/theme.lua
index 4402726..5e712d0 100644
--- a/.config/awesome/themes/default/theme.lua
+++ b/.config/awesome/themes/default/theme.lua
@@ -11,7 +11,7 @@ local themes_path = gfs.get_themes_dir()
local theme = {}
-theme.font = "Helvetica World 10"
+theme.font = "Adwaita Sans 10"
theme.bg_normal = "#303030"
theme.bg_focus = "#11427E"
diff --git a/.config/awesome/themes/vide/theme.lua b/.config/awesome/themes/vide/theme.lua
index 146a991..f09392e 100644
--- a/.config/awesome/themes/vide/theme.lua
+++ b/.config/awesome/themes/vide/theme.lua
@@ -12,7 +12,7 @@ local themes_path = "~/.config/awesome/themes/"
local theme = {}
-theme.font = "JetBrains Mono 10"
+theme.font = "Roboto Mono 10"
theme.bg_normal = "#000000"
theme.bg_focus = "#303030"
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 4f40f7e..ca7604c 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -147,7 +147,7 @@
### Text ###
- font = JetBrains Mono 10
+ font = Roboto Mono 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
diff --git a/.config/gtk-2.0/settings.ini b/.config/gtk-2.0/settings.ini
index 60aa1ed..03e1c88 100644
--- a/.config/gtk-2.0/settings.ini
+++ b/.config/gtk-2.0/settings.ini
@@ -1,6 +1,6 @@
gtk-theme-name="Adwaita-dark"
gtk-icon-theme-name="elementary-xfce-dark"
-gtk-font-name="Helvetica World 10"
+gtk-font-name="Adwaita Sans 10"
gtk-cursor-theme-name="VideCursors"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css
index 2dd2f81..0dc1b59 100644
--- a/.config/gtk-3.0/gtk.css
+++ b/.config/gtk-3.0/gtk.css
@@ -1,7 +1,7 @@
/* uncomment the following to use a monospace font with xfce4-panel */
/* --- */
/* .xfce4-panel {
- font-family: "JetBrains Mono", monospace;
+ font-family: monospace;
font-size: 10px;
} */
@@ -9,7 +9,7 @@
/* --- */
/* #XfceNotifyWindow label,
#XfceNotifyWindow image {
- font-family: "JetBrains Mono", monospace;
+ font-family: monospace;
font-size: 10px;
} */
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
index 7ca1c2f..a7c9e06 100644
--- a/.config/gtk-3.0/settings.ini
+++ b/.config/gtk-3.0/settings.ini
@@ -1,7 +1,7 @@
[Settings]
gtk-theme-name=Adwaita-dark
gtk-icon-theme-name=elementary-xfce-dark
-gtk-font-name=Helvetica World 10
+gtk-font-name=Adwaita Sans 10
gtk-cursor-theme-name=VideCursors
gtk-cursor-theme-size=0
gtk-dialogs-use-header=false
diff --git a/.config/gtk-4.0/settings.ini b/.config/gtk-4.0/settings.ini
index c097240..dbfed69 100644
--- a/.config/gtk-4.0/settings.ini
+++ b/.config/gtk-4.0/settings.ini
@@ -1,6 +1,6 @@
[Settings]
gtk-icon-theme-name=elementary-xfce-dark
-gtk-font-name=Helvetica World 10
+gtk-font-name=Adwaita Sans 10
gtk-cursor-theme-name=VideCursors
gtk-cursor-theme-size=0
gtk-dialogs-use-header=false
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf
index 58886da..591248a 100644
--- a/.config/mpv/mpv.conf
+++ b/.config/mpv/mpv.conf
@@ -1,8 +1,8 @@
vo=gpu
ao=pulse
hwdec=nvdec
-osd-font='JetBrains Mono'
-sub-font='Helvetica World'
+osd-font='Roboto Mono'
+sub-font='Liberation Sans'
sub-font-size=32
scale=bilinear
cscale=bilinear
diff --git a/.config/nvim/lua/look.lua b/.config/nvim/lua/look.lua
index 609b119..ccfd8b0 100644
--- a/.config/nvim/lua/look.lua
+++ b/.config/nvim/lua/look.lua
@@ -8,7 +8,7 @@ vim.cmd("highlight CocErrorFloat ctermfg=15")
-- gui appearance declarations
if vim.fn.has('gui_running') == 1 then
vim.opt.t_Co = 256
- vim.opt.guifont = "JetBrains Mono 11"
+ vim.opt.guifont = "Roboto Mono 11"
vim.opt.guioptions:remove("m")
vim.opt.guioptions:remove("T")
vim.opt.guioptions:remove("r")
diff --git a/.config/xfce4/terminal/terminalrc b/.config/xfce4/terminal/terminalrc
index 12486e3..aa864eb 100644
--- a/.config/xfce4/terminal/terminalrc
+++ b/.config/xfce4/terminal/terminalrc
@@ -33,7 +33,7 @@ MiscShowUnsafePasteDialog=FALSE
MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU
ColorBoldIsBright=FALSE
ScrollingUnlimited=TRUE
-FontName=JetBrains Mono 9
+FontName=Roboto Mono 9
BackgroundDarkness=1.000000
ScrollingBar=TERMINAL_SCROLLBAR_NONE
ColorCursorUseDefault=FALSE
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml
index 781d040..3fccf90 100644
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml
@@ -9,7 +9,7 @@
<property name="color-cursor-use-default" type="bool" value="false"/>
<property name="color-palette" type="string" value="rgb(63,63,63);rgb(214,121,121);rgb(96,180,138);rgb(223,175,143);rgb(154,184,215);rgb(220,140,195);rgb(140,208,211);rgb(220,220,220);rgb(112,144,128);rgb(220,163,163);rgb(114,213,163);rgb(240,223,175);rgb(148,191,243);rgb(236,147,211);rgb(147,224,227);rgb(255,255,255)"/>
<property name="color-bold-is-bright" type="bool" value="false"/>
- <property name="font-name" type="string" value="JetBrains Mono 9"/>
+ <property name="font-name" type="string" value="Roboto Mono 9"/>
<property name="misc-always-show-tabs" type="bool" value="false"/>
<property name="misc-bell" type="bool" value="false"/>
<property name="misc-bell-urgent" type="bool" value="false"/>
diff --git a/.config/zed/settings.json b/.config/zed/settings.json
index c78ccf8..cf6b481 100644
--- a/.config/zed/settings.json
+++ b/.config/zed/settings.json
@@ -1,9 +1,9 @@
{
- "buffer_font_family": "JetBrains Mono",
+ "buffer_font_family": "Roboto Mono",
"buffer_font_size": 16,
"current_line_highlight": "gutter",
"cursor_blink": false,
"theme": "Adwaita Pastel Dark",
- "ui_font_family": "JetBrains Mono",
+ "ui_font_family": "Roboto Mono",
"ui_font_size": 16
}