Finally got polybar launching

This commit is contained in:
Vlad Doster 2020-01-01 23:14:01 -05:00
parent 1df4892c75
commit 486e0519e7
3 changed files with 7 additions and 5 deletions

View File

@ -4,6 +4,7 @@
# This config file will use environmental variables such as $BROWSER and $TERMINAL. # 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: # You can set these variables in ~/.profile or ~/.bash_profile if you have it as below:
# Polybar
exec_always --no-startup-id launch_polybar exec_always --no-startup-id launch_polybar
# #---Basic Definitions---# # # #---Basic Definitions---# #

View File

@ -46,10 +46,10 @@ padding-right = 0
module-margin-left = 1 module-margin-left = 1
module-margin-right = 1 module-margin-right = 1
font-0 = mono:pixelsize=9;1 font-0 = "Sauce Code Pro:size=9;1"
font-1 = Source Code Pro:size=8;1 font-1 = "Sauce Code Pro:size=8;1"
font-2 = Source Code Pro:scale=10:style=Regular;2 font-2 = "Sauce Code Pro:scale=10:style=Regular;2"
font-3 = Source Code Pro:pixelsize=9;1 font-3 = "Sauce Code Pro:size=9;1"
wm-restack = i3 wm-restack = i3
@ -161,7 +161,7 @@ format-volume = <label-volume> <bar-volume>
label-volume-foreground = ${colors.foreground} label-volume-foreground = ${colors.foreground}
format-muted-foreground = ${colors.gray} format-muted-foreground = ${colors.gray}
label-muted = muted label-muted = Muted
bar-volume-width = 10 bar-volume-width = 10
bar-volume-foreground-0 = ${colors.blue} bar-volume-foreground-0 = ${colors.blue}

View File

@ -1,5 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
autorandr -c
# This file runs when a DM logs you into a graphical session. # 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. # 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 remaps & # run the remaps script, switching caps/esc and more; check it for more info