Polybar, Conky: Color changes, battery module position change
Battery is now green, Disk is now yellow
This commit is contained in:
parent
794ab0fde6
commit
ede764ab59
@ -24,7 +24,7 @@ conky.config = {
|
|||||||
color3 = '3c3836', -- Background-alt
|
color3 = '3c3836', -- Background-alt
|
||||||
color4 = 'fb4934', -- Red (Hot, generic)
|
color4 = 'fb4934', -- Red (Hot, generic)
|
||||||
color6 = '8ec07c', -- Cyan (Network)
|
color6 = '8ec07c', -- Cyan (Network)
|
||||||
color7 = 'b8bb26', -- Green (Disk)
|
color7 = 'fabd2f', -- Yellow (Disk)
|
||||||
color8 = '83a598', -- Blue (CPU)
|
color8 = '83a598', -- Blue (CPU)
|
||||||
color9 = 'd3869b', -- Magenta (Memory)
|
color9 = 'd3869b', -- Magenta (Memory)
|
||||||
|
|
||||||
|
@ -13,11 +13,11 @@ secondary = ${xrdb:color4}
|
|||||||
alert = ${xrdb:color3}
|
alert = ${xrdb:color3}
|
||||||
warning = ${xrdb:color1}
|
warning = ${xrdb:color1}
|
||||||
|
|
||||||
icon-battery = ${res/colors.primary}
|
icon-battery = ${xrdb:color10}
|
||||||
icon-cpu = ${xrdb:color12}
|
icon-cpu = ${xrdb:color12}
|
||||||
icon-date = ${res/colors.primary}
|
icon-date = ${res/colors.primary}
|
||||||
icon-dropbox = ${res/colors.primary}
|
icon-dropbox = ${res/colors.primary}
|
||||||
icon-fs = ${xrdb:color10}
|
icon-fs = ${xrdb:color11}
|
||||||
icon-memory = ${xrdb:color13}
|
icon-memory = ${xrdb:color13}
|
||||||
icon-volume = ${res/colors.primary}
|
icon-volume = ${res/colors.primary}
|
||||||
icon-wlan = ${xrdb:color14}
|
icon-wlan = ${xrdb:color14}
|
||||||
@ -89,9 +89,9 @@ tray-detached = true
|
|||||||
tray-position = center
|
tray-position = center
|
||||||
tray-maxsize = 16
|
tray-maxsize = 16
|
||||||
|
|
||||||
modules-left = cpu memory
|
modules-left = battery cpu memory
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = xbacklight volume battery | date
|
modules-right = xbacklight volume | date
|
||||||
|
|
||||||
[bar/primary-2]
|
[bar/primary-2]
|
||||||
monitor = ${env:PB_MONITOR:eDP-1}
|
monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
|
Reference in New Issue
Block a user