mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-05-22 09:46:59 +00:00
Changed polybar to blue
This commit is contained in:
parent
b2e7930ef9
commit
cb7e2d9cd4
@ -5,16 +5,17 @@ blue-light = #B3E5FC
|
|||||||
pink = #E91E63
|
pink = #E91E63
|
||||||
pink-light = #FFCDD2
|
pink-light = #FFCDD2
|
||||||
alert = #E91E63
|
alert = #E91E63
|
||||||
|
white = #FFFFFF
|
||||||
|
|
||||||
[bar/aqua]
|
[bar/aqua]
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 22
|
height = 26
|
||||||
radius = 0.0
|
radius = 0.0
|
||||||
|
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
|
|
||||||
background = ${colors.black}
|
background = ${colors.blue}
|
||||||
foreground = ${colors.blue}
|
foreground = ${colors.white}
|
||||||
|
|
||||||
monitor = ${env:MONITOR:fallback-value}
|
monitor = ${env:MONITOR:fallback-value}
|
||||||
|
|
||||||
@ -30,7 +31,7 @@ padding-right = 1
|
|||||||
module-margin-left = 0
|
module-margin-left = 0
|
||||||
module-margin-right = 2
|
module-margin-right = 2
|
||||||
|
|
||||||
font-0 = SF Pro Display:semibold:fixed:pixelsize=16;1
|
font-0 = SF Pro Display:semibold:fixed:pixelsize=17;1
|
||||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
font-2 = siji:pixelsize=10;1+e
|
font-2 = siji:pixelsize=10;1+e
|
||||||
|
|
||||||
@ -43,13 +44,13 @@ tray-padding = 2
|
|||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title:0:60:...%
|
label = %title:0:80:...%
|
||||||
|
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
|
|
||||||
label-focused = %index%
|
label-focused = %index%
|
||||||
label-focused-background = ${colors.black}
|
label-focused-background = ${colors.blue}
|
||||||
label-focused-underline= ${colors.pink}
|
label-focused-underline= ${colors.pink}
|
||||||
label-focused-padding = 2
|
label-focused-padding = 2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user