🧑💻 feat(fonts): Change fonts on everything
This commit is contained in:
parent
79a042f5d7
commit
5c15ca02b0
5 changed files with 51 additions and 44 deletions
|
@ -25,6 +25,10 @@ M.theme = {
|
||||||
wallpaper = config_dir .. "themes/catppuccin/buttons.png",
|
wallpaper = config_dir .. "themes/catppuccin/buttons.png",
|
||||||
pfp = config_dir .. "themes/catppuccin/assets/pfp.jpg",
|
pfp = config_dir .. "themes/catppuccin/assets/pfp.jpg",
|
||||||
icon_theme = "Papirus",
|
icon_theme = "Papirus",
|
||||||
|
font = {
|
||||||
|
family = "FairiesevkaSans Nerd Font Propo",
|
||||||
|
size = "10",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
M.icons = {
|
M.icons = {
|
||||||
|
|
|
@ -60,7 +60,7 @@ theme.volume_on = theme_path .. "assets/volume-on.png"
|
||||||
theme.volume_off = theme_path .. "assets/volume-off.png"
|
theme.volume_off = theme_path .. "assets/volume-off.png"
|
||||||
theme.pfp = config.theme.pfp
|
theme.pfp = config.theme.pfp
|
||||||
theme.wallpaper = config.theme.wallpaper
|
theme.wallpaper = config.theme.wallpaper
|
||||||
theme.font = "FiraCode Nerd Font Propo 10"
|
theme.font = config.theme.font.family .. " " .. config.theme.font.size
|
||||||
|
|
||||||
theme.titlebar_bg_focus = theme.color.base
|
theme.titlebar_bg_focus = theme.color.base
|
||||||
theme.titlebar_bg = theme.color.base
|
theme.titlebar_bg = theme.color.base
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# Animations #
|
# Animations #
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
|
|
||||||
animations: false;
|
animations: false;
|
||||||
animation-stiffness = 125
|
animation-stiffness = 125
|
||||||
|
|
||||||
|
@ -16,10 +15,10 @@ animation-for-open-window = "zoom"; #open window
|
||||||
|
|
||||||
animation-for-unmap-window = "zoom"; #minimize window
|
animation-for-unmap-window = "zoom"; #minimize window
|
||||||
|
|
||||||
animation-for-workspace-switch-in = "fly-in"; #the windows in the works pace that is coming in
|
animation-for-workspace-switch-in = "fly-in"; #the windows in the workspace that is coming in
|
||||||
|
|
||||||
|
animation-for-workspace-switch-out = "fly-in"; #the windows in the workspace that are coming out
|
||||||
|
|
||||||
animation-for-workspace-switch-out = "fly-in"; #the windows in the work space that are coming out
|
|
||||||
|
|
||||||
animation-for-transient-window = "slide-up"; #popup windows
|
animation-for-transient-window = "slide-up"; #popup windows
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
@ -168,26 +167,27 @@ active-opacity = 0.92;
|
||||||
|
|
||||||
# Specify a list of conditions of windows that should always be considered focused.
|
# Specify a list of conditions of windows that should always be considered focused.
|
||||||
# focus-exclude = []
|
# focus-exclude = []
|
||||||
focus-exclude = [ "class_g = 'awesome'",
|
focus-exclude = [
|
||||||
"class_g = 'Cairo-clock'",
|
"class_g = 'awesome'",
|
||||||
"class_g = 'Rofi'",
|
"class_g = 'Cairo-clock'",
|
||||||
"class_g = 'firefox'",
|
"class_g = 'Rofi'",
|
||||||
"class_g = 'Firefox'",
|
"class_g = 'firefox'",
|
||||||
"class_g = 'VSCodium'",
|
"class_g = 'Firefox'",
|
||||||
"class_g = 'feh'",
|
"class_g = 'VSCodium'",
|
||||||
"class_g = 'Thunar'",
|
"class_g = 'feh'",
|
||||||
"class_g = 'slop'",
|
"class_g = 'Thunar'",
|
||||||
"class_g = 'origin.exe'",
|
"class_g = 'slop'",
|
||||||
"class_g = 'Virt-manager'",
|
"class_g = 'origin.exe'",
|
||||||
"class_g = 'discord'",
|
"class_g = 'Virt-manager'",
|
||||||
"class_g = 'steam_app_0'",
|
"class_g = 'discord'",
|
||||||
"class_g = 'SlimeRancher2.exe'",
|
"class_g = 'steam_app_0'",
|
||||||
"class_g = 'Steam'",
|
"class_g = 'SlimeRancher2.exe'",
|
||||||
"class_g = 'origin.exe'",
|
"class_g = 'Steam'",
|
||||||
"class_g = 'Minecraft 1.8.9'",
|
"class_g = 'origin.exe'",
|
||||||
"class_g = 'VirtualBox Machine'",
|
"class_g = 'Minecraft 1.8.9'",
|
||||||
"class_g = 'Wine'",
|
"class_g = 'VirtualBox Machine'",
|
||||||
];
|
"class_g = 'Wine'",
|
||||||
|
];
|
||||||
|
|
||||||
# Use fixed inactive dim value, instead of adjusting according to window opacity.
|
# Use fixed inactive dim value, instead of adjusting according to window opacity.
|
||||||
# inactive-dim-fixed = 1.0
|
# inactive-dim-fixed = 1.0
|
||||||
|
@ -265,7 +265,7 @@ blur-kern = "11x11gaussian";
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"window_type = 'dock'",
|
"window_type = 'dock'",
|
||||||
"class_g = 'origin.exe'",
|
"class_g = 'origin.exe'",
|
||||||
"class_g = 'slop'", # Very Important for Screenshot, if set else won't Work
|
"class_g = 'slop'", # Very important for screenshot, if set else won't work
|
||||||
"window_type = 'desktop'",
|
"window_type = 'desktop'",
|
||||||
"_GTK_FRAME_EXTENTS@:c"
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
];
|
];
|
||||||
|
|
|
@ -20,7 +20,7 @@ configuration {
|
||||||
* {
|
* {
|
||||||
blue: #f5bde6;
|
blue: #f5bde6;
|
||||||
border-col: @blue;
|
border-col: @blue;
|
||||||
font: "FiraCode Nerd Font Propo 12";
|
font: "FairiesevkaSans Nerd Font Propo 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
|
|
@ -8,23 +8,26 @@ config.enable_tab_bar = false
|
||||||
|
|
||||||
config.default_prog = { "/usr/bin/fish", "-c tmux attach -t main || tmux new -s main" }
|
config.default_prog = { "/usr/bin/fish", "-c tmux attach -t main || tmux new -s main" }
|
||||||
|
|
||||||
config.font = wezterm.font({
|
config.font = wezterm.font_with_fallback({
|
||||||
family = "FiraCode Nerd Font",
|
{ family = "Fairiesevka Nerd Font" },
|
||||||
harfbuzz_features = {
|
{
|
||||||
"cv02",
|
family = "FiraCode Nerd Font",
|
||||||
"cv06",
|
harfbuzz_features = {
|
||||||
"ss01",
|
"cv02",
|
||||||
"cv14",
|
"cv06",
|
||||||
"onum",
|
"ss01",
|
||||||
"ss04",
|
"cv14",
|
||||||
"cv18",
|
"onum",
|
||||||
"cv31",
|
"ss04",
|
||||||
"cv30",
|
"cv18",
|
||||||
"cv25",
|
"cv31",
|
||||||
"cv26",
|
"cv30",
|
||||||
"cv32",
|
"cv25",
|
||||||
"ss06",
|
"cv26",
|
||||||
"ss07",
|
"cv32",
|
||||||
|
"ss06",
|
||||||
|
"ss07",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
config.font_size = 11.0
|
config.font_size = 11.0
|
||||||
|
|
Loading…
Reference in a new issue