Change polybar style
This commit is contained in:
parent
8ac4d63c09
commit
01cc8e1825
@ -28,7 +28,7 @@ def main():
|
|||||||
width = 100%
|
width = 100%
|
||||||
height = 2.5%
|
height = 2.5%
|
||||||
radius = 0
|
radius = 0
|
||||||
font-0 = "JetBrainsMono Nerd Font:pixelsize=13;2"
|
font-0 = "JetBrainsMono Nerd Font:pixelsize=12;2"
|
||||||
font-1 = "IPAGothic:pixelsize=13;2"
|
font-1 = "IPAGothic:pixelsize=13;2"
|
||||||
|
|
||||||
background = ${{colors.background}}
|
background = ${{colors.background}}
|
||||||
@ -42,11 +42,11 @@ def main():
|
|||||||
padding-right = 1
|
padding-right = 1
|
||||||
module-margin = 1
|
module-margin = 1
|
||||||
|
|
||||||
separator = |
|
;separator = |
|
||||||
separator-foreground = ${{colors.disabled}}
|
separator-foreground = ${{colors.disabled}}
|
||||||
modules-left = xworkspaces music
|
modules-left = arch xworkspaces xwindow
|
||||||
modules-center = arch xwindow
|
modules-center = date
|
||||||
modules-right = aud bat mem cpu temp wlan eth date
|
modules-right = aud bat mem cpu temp wlan eth music
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ def main():
|
|||||||
|
|
||||||
[module/arch]
|
[module/arch]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
content = " "
|
content = " "
|
||||||
content-foreground = {primary_color}
|
content-foreground = {primary_color}
|
||||||
|
|
||||||
[module/xworkspaces]
|
[module/xworkspaces]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user