Compare commits

..

No commits in common. "a6008c6444ce72734048194501bff5b175a32fff" and "ce54393ed1a7fd0a30207dc731d76c77b28a7639" have entirely different histories.

1 changed files with 8 additions and 23 deletions

View File

@ -15,7 +15,7 @@ include-file = ~/.config/polybar/colors.config
[bar/example] [bar/example]
; Generic options ; Generic options
width = 100% width = 100%
height = 30 height = 26
dpi-x = 96 dpi-x = 96
dpi-y = 96 dpi-y = 96
@ -29,18 +29,18 @@ background = #9912151c
foreground = ${colors.white} foreground = ${colors.white}
; Set bar's fonts list ; Set bar's fonts list
font-0 = "Noto Sans:size=11:antialias=true;2" font-0 = "Noto Sans:size=10.5:antialias=true;3"
font-1 = "Source Code Pro:pixelsize=20:antialias=true;6" font-1 = "Source Code Pro:pixelsize=20:antialias=true;6"
font-2 = "Source Code Pro:size=11:weight=bold:antialias=true;3" font-2 = "Source Code Pro:size=11:weight=bold:antialias=true;3"
font-3 = "Font Awesome 6 Free Solid:size=10:antialias=true;3" font-3 = "Font Awesome 6 Free Solid:size=11:antialias=true;3"
font-4 = "Font Awesome 6 Free:size=10:antialias=true;3" font-4 = "Font Awesome 6 Free:size=11:antialias=true;3"
font-5 = "Font Awesome 6 Brands:size=10:antialias=true;3" font-5 = "Font Awesome 6 Brands:size=11:antialias=true;3"
font-6 = "Font Awesome v4 Compatibility:size=10:antialias=true;3" font-6 = "Font Awesome v4 Compatibility:size=11:antialias=true;3"
; Set modules list ; Set modules list
modules-left = xwindow modules-left = xwindow
modules-center = i3 modules-center = i3
modules-right = updates temperature memory clockspeed cpu pulseaudio date startarrow modules-right = temperature memory clockspeed cpu pulseaudio date startarrow
fixed-center = true fixed-center = true
;======================================= ;=======================================
@ -98,21 +98,6 @@ format-background = ${self.background}
format-foreground = ${colors.white} format-foreground = ${colors.white}
label = " %used% " label = " %used% "
[module/updates]
; Powerline settings
inherit = powerline-templates/right-to-left-item
background = ${colors.background}
background-next = ${root.background}
; Other settings
type = custom/script
format-background = ${self.background}
format-foreground = ${colors.white}
format-warn-background = ${self.background}
exec = checkupdates | wc -l
format = "  <label> "
click-left = WINIT_X11_SCALE_FACTOR=1 alacritty -e bash -c "yay ; echo Done, press any key to exit... ; read"
[module/clockspeed] [module/clockspeed]
; Powerline settings ; Powerline settings
inherit = powerline-templates/right-to-left-item inherit = powerline-templates/right-to-left-item
@ -130,7 +115,7 @@ format = " <label> GHz "
; Powerline settings ; Powerline settings
inherit = powerline-templates/right-to-left-item inherit = powerline-templates/right-to-left-item
background = ${colors.blue} background = ${colors.blue}
background-next = ${colors.background} background-next = ${root.background}
; Other settings ; Other settings
type = custom/script type = custom/script
format-background = ${colors.blue} format-background = ${colors.blue}