diff --git a/.config/i3/config b/.config/i3/config index fdaef587..1c60744c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -4,6 +4,7 @@ # This config file will use environmental variables such as $BROWSER and $TERMINAL. # You can set these variables in ~/.profile or ~/.bash_profile if you have it as below: +# Polybar exec_always --no-startup-id launch_polybar # #---Basic Definitions---# # diff --git a/.config/polybar/config b/.config/polybar/config index 26a8e465..fdd2815e 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -46,10 +46,10 @@ padding-right = 0 module-margin-left = 1 module-margin-right = 1 -font-0 = mono:pixelsize=9;1 -font-1 = Source Code Pro:size=8;1 -font-2 = Source Code Pro:scale=10:style=Regular;2 -font-3 = Source Code Pro:pixelsize=9;1 +font-0 = "Sauce Code Pro:size=9;1" +font-1 = "Sauce Code Pro:size=8;1" +font-2 = "Sauce Code Pro:scale=10:style=Regular;2" +font-3 = "Sauce Code Pro:size=9;1" wm-restack = i3 @@ -161,7 +161,7 @@ format-volume = label-volume-foreground = ${colors.foreground} format-muted-foreground = ${colors.gray} -label-muted = muted +label-muted = Muted bar-volume-width = 10 bar-volume-foreground-0 = ${colors.blue} diff --git a/.xprofile b/.xprofile index 985768dd..c89f1df6 100644 --- a/.xprofile +++ b/.xprofile @@ -1,5 +1,6 @@ #!/usr/bin/env sh +autorandr -c # This file runs when a DM logs you into a graphical session. # If you use startx/xinit like a Chad, this file will also be sourced. remaps & # run the remaps script, switching caps/esc and more; check it for more info