mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Finally got polybar launching
This commit is contained in:
parent
1df4892c75
commit
486e0519e7
@ -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---# #
|
||||||
|
|||||||
@ -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}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user