changed polybar colors
This commit is contained in:
@@ -8,10 +8,9 @@
|
||||
;=====================================================
|
||||
|
||||
[colors]
|
||||
bg = #00101010
|
||||
bg2 = #20101010
|
||||
fg = #f8f8f2
|
||||
select = #44475a
|
||||
black = #0a0a0a
|
||||
dark_gray = #404040
|
||||
white = #f2f8f8
|
||||
blue = ${env:COLOR_BLUE}
|
||||
cyan = ${env:COLOR_CYAN}
|
||||
pink = #ff79c6
|
||||
@@ -23,16 +22,13 @@ yellow = #f1fa8c
|
||||
|
||||
;++++++++++++++++++++++
|
||||
|
||||
;background = ${xrdb:color0:#222}
|
||||
background = ${colors.bg}
|
||||
background-alt = ${colors.select}
|
||||
background-alt2 = ${colors.bg2}
|
||||
;foreground = ${xrdb:color7:#222}
|
||||
foreground = ${colors.fg}
|
||||
foreground-alt = ${colors.select}
|
||||
background = ${colors.dark_gray}
|
||||
background-alt = ${colors.black}
|
||||
foreground = ${colors.white}
|
||||
foreground-alt = ${colors.white}
|
||||
primary = ${colors.purple}
|
||||
secondary = ${colors.cyan}
|
||||
alert = ${colors.pink}
|
||||
secondary = ${colors.white}
|
||||
alert = ${colors.red}
|
||||
|
||||
[bar/top]
|
||||
monitor = ${env:MONITOR}
|
||||
@@ -46,7 +42,7 @@ fixed-center = false
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
line-size = 0
|
||||
line-size = 1
|
||||
line-color = #f00
|
||||
|
||||
border-size = 0
|
||||
@@ -58,16 +54,16 @@ padding = 1
|
||||
module-margin-left = 2
|
||||
module-margin-right = 0
|
||||
|
||||
font-0 = "xos4 Terminess Powerline:pixelsize=16"
|
||||
font-1 = "Font Awesome 5 Free:style=Solid:pixelsize=16;1"
|
||||
font-2 = "Font Awesome 5 Brands:style=Regular:pixelsize=16;1"
|
||||
font-0 = "xos4 Terminess Powerline:pixelsize=16;3"
|
||||
font-1 = "Font Awesome 5 Free:style=Solid:pixelsize=16;3"
|
||||
font-2 = "Font Awesome 5 Brands:style=Regular:pixelsize=16;3"
|
||||
|
||||
modules-left = filesystem wired-network wireless-network volume
|
||||
modules-center = xwindow
|
||||
modules-right = battery xkeyboard date
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 1
|
||||
tray-padding = 0
|
||||
tray-background = ${colors.background}
|
||||
tray-transparent = true
|
||||
scroll-up = i3wm-wsnext
|
||||
@@ -88,9 +84,9 @@ foreground = ${colors.foreground}
|
||||
line-color = ${bar/top.background}
|
||||
line-size = 2
|
||||
|
||||
font-0 = "xos4 Terminess Powerline:pixelsize=16"
|
||||
font-1 = "Font Awesome 5 Free:style=Solid:pixelsize=16;1"
|
||||
font-2 = "Font Awesome 5 Brands:style=Regular:pixelsize=16;1"
|
||||
font-0 = "xos4 Terminess Powerline:pixelsize=16;2"
|
||||
font-1 = "Font Awesome 5 Free:style=Solid:pixelsize=16;3"
|
||||
font-2 = "Font Awesome 5 Brands:style=Regular:pixelsize=16;3"
|
||||
|
||||
spacing = 0
|
||||
padding = 1
|
||||
@@ -149,9 +145,6 @@ blacklist-0 = num lock
|
||||
blacklist-1 = scroll lock
|
||||
blacklist-2 = caps lock
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.yellow}
|
||||
|
||||
label-layout = %layout%
|
||||
|
||||
[module/filesystem]
|
||||
@@ -205,7 +198,7 @@ bar-used-empty-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/wireless-network]
|
||||
type = internal/network
|
||||
interface = wlp3s0
|
||||
interface-type = wireless
|
||||
interval = 1.0
|
||||
|
||||
udspeed-minwidth = 5
|
||||
@@ -235,7 +228,7 @@ animation-packetloss-framerate = 500
|
||||
|
||||
[module/wired-network]
|
||||
type = internal/network
|
||||
interface = enp10s0
|
||||
interface-type = wired
|
||||
interval = 2
|
||||
|
||||
udspeed-minwidth = 2
|
||||
@@ -267,7 +260,7 @@ format-charging = <animation-charging><label-charging>
|
||||
format-discharging = <ramp-capacity><label-discharging>
|
||||
format-full-foreground = ${colors.green}
|
||||
format-charging-foreground = ${colors.yellow}
|
||||
format-discharging-foreground = ${colors.cyan}
|
||||
format-discharging-foreground = ${colors.green}
|
||||
label-charging = %percentage%%
|
||||
label-discharging = %time%
|
||||
label-full =
|
||||
@@ -297,23 +290,16 @@ date-alt = " %d/%m/%Y"
|
||||
time = %H:%M
|
||||
time-alt = %H:%M:%S
|
||||
|
||||
format-prefix-foreground = ${colors.pink}
|
||||
format-prefix= " "
|
||||
format-underline = ${colors.blue}
|
||||
|
||||
label = %time%%date%
|
||||
|
||||
[module/volume]
|
||||
type = internal/pulseaudio
|
||||
|
||||
format-volume = <ramp-volume>: <label-volume>
|
||||
format-volume = <ramp-volume><label-volume>
|
||||
label-muted = : MUTE
|
||||
label-muted-foreground = ${colors.foreground-alt}
|
||||
|
||||
ramp-volume-0-foreground = ${colors.cyan}
|
||||
ramp-volume-1-foreground = ${colors.cyan}
|
||||
ramp-volume-2-foreground = ${colors.cyan}
|
||||
ramp-volume-3-foreground = ${colors.red}
|
||||
ramp-volume-foreground = ${colors.white}
|
||||
ramp-volume-0 =
|
||||
ramp-volume-1 =
|
||||
ramp-volume-2 =
|
||||
|
||||
Reference in New Issue
Block a user