Polybar: Mess with bar styling
This commit is contained in:
parent
ffffb7c777
commit
14c1307924
@ -2,7 +2,7 @@
|
|||||||
DefaultProfile=Primary.profile
|
DefaultProfile=Primary.profile
|
||||||
|
|
||||||
[Favorite Profiles]
|
[Favorite Profiles]
|
||||||
Favorites=Primary.profile,Small.profile
|
Favorites=Small.profile,Primary.profile
|
||||||
|
|
||||||
[FileDialogSize]
|
[FileDialogSize]
|
||||||
Height 1080=480
|
Height 1080=480
|
||||||
|
@ -32,8 +32,9 @@ border = #3c3836
|
|||||||
|
|
||||||
[res/config]
|
[res/config]
|
||||||
padding = 4
|
padding = 4
|
||||||
bar-width = 15
|
bar-width = 30
|
||||||
bar-fill = ━
|
bar-indicator =
|
||||||
|
bar-fill = /
|
||||||
|
|
||||||
[res/fonts]
|
[res/fonts]
|
||||||
font-0 = "Roboto:style=Regular:size=10;2"
|
font-0 = "Roboto:style=Regular:size=10;2"
|
||||||
@ -184,7 +185,7 @@ bar-capacity-fill = ${res/config.bar-fill}
|
|||||||
bar-capacity-fill-foreground = ${res/colors.icon-battery}
|
bar-capacity-fill-foreground = ${res/colors.icon-battery}
|
||||||
bar-capacity-empty = ${self.bar-capacity-fill}
|
bar-capacity-empty = ${self.bar-capacity-fill}
|
||||||
bar-capacity-empty-foreground = ${res/colors.background-alt}
|
bar-capacity-empty-foreground = ${res/colors.background-alt}
|
||||||
bar-capacity-indicator = |
|
bar-capacity-indicator = ${res/config.bar-indicator}
|
||||||
bar-capacity-indicator-foreground = ${res/colors.background-alt}
|
bar-capacity-indicator-foreground = ${res/colors.background-alt}
|
||||||
|
|
||||||
[module/cpu]
|
[module/cpu]
|
||||||
@ -199,7 +200,7 @@ bar-load-fill = ${res/config.bar-fill}
|
|||||||
bar-load-fill-foreground = ${res/colors.icon-cpu}
|
bar-load-fill-foreground = ${res/colors.icon-cpu}
|
||||||
bar-load-empty = ${self.bar-load-fill}
|
bar-load-empty = ${self.bar-load-fill}
|
||||||
bar-load-empty-foreground = ${res/colors.background-alt}
|
bar-load-empty-foreground = ${res/colors.background-alt}
|
||||||
bar-load-indicator = |
|
bar-load-indicator = ${res/config.bar-indicator}
|
||||||
bar-load-indicator-foreground = ${res/colors.background-alt}
|
bar-load-indicator-foreground = ${res/colors.background-alt}
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
@ -236,7 +237,7 @@ bar-used-fill = ${res/config.bar-fill}
|
|||||||
bar-used-fill-foreground = ${res/colors.icon-fs}
|
bar-used-fill-foreground = ${res/colors.icon-fs}
|
||||||
bar-used-empty = ${self.bar-used-fill}
|
bar-used-empty = ${self.bar-used-fill}
|
||||||
bar-used-empty-foreground = ${res/colors.background-alt}
|
bar-used-empty-foreground = ${res/colors.background-alt}
|
||||||
bar-used-indicator = |
|
bar-used-indicator = ${res/config.bar-indicator}
|
||||||
bar-used-indicator-foreground = ${res/colors.background-alt}
|
bar-used-indicator-foreground = ${res/colors.background-alt}
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
@ -253,7 +254,7 @@ bar-used-fill = ${res/config.bar-fill}
|
|||||||
bar-used-fill-foreground = ${res/colors.icon-memory}
|
bar-used-fill-foreground = ${res/colors.icon-memory}
|
||||||
bar-used-empty = ${self.bar-used-fill}
|
bar-used-empty = ${self.bar-used-fill}
|
||||||
bar-used-empty-foreground = ${res/colors.background-alt}
|
bar-used-empty-foreground = ${res/colors.background-alt}
|
||||||
bar-used-indicator = |
|
bar-used-indicator = ${res/config.bar-indicator}
|
||||||
bar-used-indicator-foreground = ${res/colors.background-alt}
|
bar-used-indicator-foreground = ${res/colors.background-alt}
|
||||||
|
|
||||||
[module/volume]
|
[module/volume]
|
||||||
@ -274,7 +275,7 @@ bar-volume-fill = ${res/config.bar-fill}
|
|||||||
bar-volume-fill-foreground = ${res/colors.icon-volume}
|
bar-volume-fill-foreground = ${res/colors.icon-volume}
|
||||||
bar-volume-empty = ${self.bar-volume-fill}
|
bar-volume-empty = ${self.bar-volume-fill}
|
||||||
bar-volume-empty-foreground = ${res/colors.background-alt}
|
bar-volume-empty-foreground = ${res/colors.background-alt}
|
||||||
bar-volume-indicator = |
|
bar-volume-indicator = ${res/config.bar-indicator}
|
||||||
bar-volume-indicator-foreground = ${res/colors.background-alt}
|
bar-volume-indicator-foreground = ${res/colors.background-alt}
|
||||||
|
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user