Change polybar style

This commit is contained in:
Ferit Yiğit BALABAN 2022-08-11 23:45:14 +03:00
parent 8ac4d63c09
commit 01cc8e1825

View File

@ -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]