From 14a311b32cb3771838159544cd40d8bc5d263765 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Wed, 2 Nov 2022 12:52:45 +0000 Subject: [PATCH] Updated xmobar config to new font engine format --- .config/xmobar/xmobarrc0 | 12 ++++++------ .config/xmobar/xmobarrc1 | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/xmobar/xmobarrc0 b/.config/xmobar/xmobarrc0 index 2f630d9..08bb20b 100644 --- a/.config/xmobar/xmobarrc0 +++ b/.config/xmobar/xmobarrc0 @@ -4,13 +4,13 @@ -- Dependencies: otf-font-awesome ttf-mononoki ttf-ubuntu-font-family trayer -- Also depends on scripts from dtos-local-bin from the dtos-core-repo. -Config {font = "xft:Ubuntu:weight=bold:pixelsize=14:antialias=true:hinting=true" +Config {font = "Ubuntu bold 10" , additionalFonts = - [ "xft:Font Awesome 6 Free Solid:pixelsize=14" - , "xft:Font Awesome 6 Free Solid:pixelsize=13:bold" - , "xft:FiraCode Nerd Font Mono:pixelsize=21" - , "xft:FiraCode Nerd Font Mono:pixelsize=14" - , "xft:Font Awesome 6 Free Solid:pixelsize=21" + [ "Font Awesome 6 Free Solid 10" + , "Font Awesome 6 Free Solid 9" + , "FiraCode Nerd Font Mono 17" + , "FiraCode Nerd Font Mono 10" + , "Font Awesome 6 Free Solid 17" ] , bgColor = "#2B2E37" , fgColor = "#929AAD" diff --git a/.config/xmobar/xmobarrc1 b/.config/xmobar/xmobarrc1 index a152fec..e4acb53 100644 --- a/.config/xmobar/xmobarrc1 +++ b/.config/xmobar/xmobarrc1 @@ -4,13 +4,13 @@ -- Dependencies: otf-font-awesome ttf-mononoki ttf-ubuntu-font-family trayer -- Also depends on scripts from dtos-local-bin from the dtos-core-repo. -Config { font = "xft:Ubuntu:weight=bold:pixelsize=12:antialias=true:hinting=true" +Config {font = "Ubuntu bold 10" , additionalFonts = - [ "xft:Font Awesome 6 Free Solid:pixelsize=12" - , "xft:Font Awesome 6 Free Solid:pixelsize=10:bold" - , "xft:Font Awesome 6 Free Solid:pixelsize=14" - , "xft:Hack Nerd Font Mono:pixelsize=19" - , "xft:Hack Nerd Font Mono:pixelsize=23" + [ "Font Awesome 6 Free Solid 10" + , "Font Awesome 6 Free Solid 9" + , "FiraCode Nerd Font Mono 17" + , "FiraCode Nerd Font Mono 10" + , "Font Awesome 6 Free Solid 17" ] , bgColor = "#2B2E37" , fgColor = "#929AAD"