aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-03 10:47:37 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-03 10:47:37 +0000
commit413ddaca26bfa125e2b8d2cc694931039f270de2 (patch)
tree2036cb7c621f47044dc29361d725394ea403436b
parent22dc0efc112aab7cccac887151a9b47bf06cb1d7 (diff)
downloaddotfiles-413ddaca26bfa125e2b8d2cc694931039f270de2.tar.gz
dotfiles-413ddaca26bfa125e2b8d2cc694931039f270de2.zip
Update polybar config and git config
-rw-r--r--git/.gitconfig5
-rw-r--r--polybar/config14
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 <git@yannherklotz.com>
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}