From 413ddaca26bfa125e2b8d2cc694931039f270de2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 3 Mar 2022 10:47:37 +0000 Subject: Update polybar config and git config --- git/.gitconfig | 5 ++++- polybar/config | 14 +++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index 61ee177..52597c9 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -9,7 +9,7 @@ [sendemail] from = Yann Herklotz smtpuser = - smtpserver = "/usr/local/bin/msmtp" + smtpserver = "/usr/bin/msmtp" smtpencryption = tls chainreplyto = false confirm = auto @@ -22,3 +22,6 @@ [credential] helper = store + +[init] + defaultBranch = main diff --git a/polybar/config b/polybar/config index c0913bd..10d3023 100644 --- a/polybar/config +++ b/polybar/config @@ -41,8 +41,8 @@ module-margin-left = 1 module-margin-right = 2 font-0 = Iosevka:style=Regular:pixelsize=10 -font-1 = Font Awesome 5 Free:style=Solid:pixelsize=9 -font-2 = Font Awesome 5 Brands:style=Regular +font-1 = Font Awesome 6 Free:style=Solid:pixelsize=9 +font-2 = Font Awesome 6 Brands:style=Regular font-3 = Siji:style=Regular:pixelsize=10 font-4 = Unifont:fontformat=truetype:size=8:antialias=false @@ -94,8 +94,8 @@ module-margin-left = 1 module-margin-right = 2 font-0 = Iosevka:style=Regular:pixelsize=10 -font-1 = Font Awesome 5 Free:style=Solid:pixelsize=9 -font-2 = Font Awesome 5 Brands:style=Regular +font-1 = Font Awesome 6 Free:style=Solid:pixelsize=9 +font-2 = Font Awesome 6 Brands:style=Regular font-3 = Siji:style=Regular:pixelsize=10 font-4 = Unifont:fontformat=truetype:size=8:antialias=false @@ -146,8 +146,8 @@ module-margin-left = 1 module-margin-right = 2 font-0 = Iosevka:style=Regular:pixelsize=10 -font-1 = Font Awesome 5 Free:style=Solid:pixelsize=9 -font-2 = Font Awesome 5 Brands:style=Regular +font-1 = Font Awesome 6 Free:style=Solid:pixelsize=9 +font-2 = Font Awesome 6 Brands:style=Regular font-3 = Siji:style=Regular:pixelsize=10 font-4 = Unifont:fontformat=truetype:size=8:antialias=false @@ -343,7 +343,7 @@ ramp-signal-foreground = ${colors.foreground} [module/eth] type = internal/network -interface = eno1 +interface = eth0 interval = 3.0 format-connected-underline = ${colors.primary} -- cgit