update font names

This commit is contained in:
LordMZTE 2023-01-19 08:37:17 +01:00
parent 4e34c376b1
commit 3761fcf510
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
12 changed files with 18 additions and 22 deletions

View File

@ -6,7 +6,7 @@ env:
font:
normal:
family: "Iosevka Term"
family: "Iosevka Term Nerd Font Mono"
bell:
duration: 20

View File

@ -1,7 +1,7 @@
[Settings]
gtk-theme-name=Dracula
gtk-icon-theme-name=candy-icons
gtk-font-name=Iosevka 11
gtk-font-name=Iosevka Nerd Font 11
gtk-cursor-theme-name=LyraQ-cursors
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH

View File

@ -1,7 +1,7 @@
[Settings]
gtk-theme-name=Dracula
gtk-icon-theme-name=candy-icons
gtk-font-name=Iosevka 11
gtk-font-name=Iosevka Nerd Font 11
gtk-cursor-theme-name=LyraQ-cursors
gtk-cursor-theme-size=0
gtk-enable-event-sounds=1

View File

@ -267,7 +267,7 @@ client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
client.background #F8F8F2
bar {
font pango:Iosevka 12
font pango:Iosevka Term Nerd Font Mono 12
mode hide
position top
status_command i3status-rs

View File

@ -1,4 +1,4 @@
font_family Iosevka Term
font_family Iosevka Term Nerd Font Mono
background_opacity 0.8
# https://draculatheme.com/kitty

View File

@ -15,7 +15,7 @@ local dracula = {
local theme = {}
-- Default settings
theme.font = "12px Iosevka"
theme.font = "12px Iosevka Nerd Font"
theme.fg = dracula.fg
theme.bg = dracula.bg
@ -89,7 +89,7 @@ theme.trust_fg = dracula.green
theme.notrust_fg = dracula.red
-- Follow mode hints
theme.hint_font = "12px Iosevka, monospace, courier, sans-serif"
theme.hint_font = "12px Iosevka Nerd Font, monospace, courier, sans-serif"
theme.hint_fg = dracula.fg
theme.hint_bg = dracula.very_bright_bg
theme.hint_border = "2px dashed " .. dracula.green

View File

@ -1,15 +1,17 @@
local settings = require "settings"
local font_family = "Iosevka Nerd Font"
settings.application.prefer_dark_mode = true
settings.webview.enable_accelerated_2d_canvas = true
settings.webview.enable_webgl = true
settings.webview.javascript_can_access_clipboard = true
settings.webview.default_font_family = "Iosevka"
settings.webview.monospace_font_family = "Iosevka"
settings.webview.sans_serif_font_family = "Iosevka"
settings.webview.serif_font_family = "Iosevka"
settings.webview.default_font_family = font_family
settings.webview.monospace_font_family = font_family
settings.webview.sans_serif_font_family = font_family
settings.webview.serif_font_family = font_family
settings.window.default_search_engine = "duckduckgo"
settings.window.home_page = "luakit://newtab"

View File

@ -1,7 +1,7 @@
configuration {
/* requires rofi-emoji */
modi: "window,drun,combi,emoji,nheko";
font: "Iosevka 12";
font: "Iosevka Nerd Font 12";
show-icons: true;
icon-theme: "candy-icons";
combi-modi: "drun,nheko,window,run";

View File

@ -34,7 +34,7 @@
params: ScrollingTextBlock((
color: Color(hex: "#8be9fd"),
ellipsize: End,
font: "Iosevka Bold 12",
font: "Iosevka Nerd Font Bold 12",
lhs_dist: 25.0,
padding: Padding(left: 8.0, right: 8.0, top: 8.0, bottom: 4.0),
rhs_dist: 25.0,
@ -54,7 +54,7 @@
text: "%b",
color: Color(hex: "#f8f8f2"),
ellipsize: End,
font: "Iosevka Bold 12",
font: "Iosevka Nerd Font Bold 12",
padding: Padding(left: 8.0, right: 8.0, top: 0.0, bottom: 8.0),
dimensions: (
width: (min: 500, max: 500),

View File

@ -80,7 +80,7 @@ element-text {
background-color: inherit;
text-color: inherit;
vertical-align: 0.5;
font: "Iosevka 24px";
font: "Iosevka Nerd Font Mono 24px";
}
element selected normal {
background-color: @blue;

View File

@ -1,6 +0,0 @@
if exists("g:GtkGuiLoaded")
call rpcnotify(1, 'Gui', 'Font', 'Iosevka 12')
else
GuiFont! Iosevka:h12
endif

View File

@ -14,7 +14,7 @@ o.smartcase = true
o.scrolloff = 10
opt.number = true
opt.relativenumber = true
o.guifont = "Iosevka:h10"
o.guifont = "Iosevka Nerd Font Mono:h10"
o.mouse = "a"
o.termguicolors = true
wo.cursorline = true