diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-24 04:05:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-24 04:05:54 +0530 |
commit | 5941d0615364ac38a17bd1f056c04fbcef97e8b7 (patch) | |
tree | 114db98d38d7f760a7035839d30cf026c4fba4cd /.config | |
parent | fb3fa7ea06d58a165da1e91f7a18a5f6755ce3d2 (diff) |
changed polybar theme
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config.ini | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 503560d..e87c9cb 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -22,20 +22,26 @@ background = #e6100b13 foreground = #FFFFFF ;systray-bg = #232627 -systray-bg = #e6100b13 +systray-bg = ${colors.background} -module-color-0 = #9b1bed -module-color-1 = #ff0aa3 +module-color-0 = #9a30a4 +module-color-1 = #f56ea5 + +;module-color-0 = #9b1bed +;module-color-1 = #ff0aa3 + ;module-color-0 = #1ca09d ;module-color-1 = #2be38f module-bg = #e6100b13 +module-bg-alt = #232627 -xwindow-fg = #9d00ff +;xwindow-fg = #9d00ff ;xwindow-fg = #1ca09d +xwindow-fg = ${colors.module-color-0} -ws-active-fg = #ffffff -;ws-active-fg = #232627 +;ws-active-fg = #ffffff +ws-active-fg = #101520 ws-active-bg = ${colors.module-color-1} ws-active-ul = #d33682 @@ -47,23 +53,23 @@ ws-empty-fg = ${colors.xwindow-fg} ws-empty-bg = ${colors.background} ws-empty-ul = ${colors.background} -time-fg = ${colors.module-color-0} +time-fg = ${colors.module-color-1} time-bg = ${colors.module-bg} -uptime-fg = ${colors.module-color-0} +uptime-fg = ${colors.module-color-1} uptime-bg = ${colors.module-bg} -ethernet-fg = ${colors.module-color-1} +ethernet-fg = ${colors.module-color-0} ethernet-bg = ${colors.module-bg} wifi-fg = ${colors.ethernet-fg} wifi-bg = ${colors.module-bg} -fs-root-fg = ${colors.module-color-0} +fs-root-fg = ${colors.module-color-1} fs-root-bg = ${colors.module-bg} -fs-home-fg = ${colors.module-color-1} -fs-home-bg = ${colors.module-bg} +;fs-home-fg = ${colors.module-color-1} +;fs-home-bg = ${colors.module-bg} fs-hdd-fg = ${colors.module-color-0} fs-hdd-bg = ${colors.module-bg} @@ -73,11 +79,13 @@ cpu-bg = ${colors.module-bg} temp-fg = ${colors.module-color-0} temp-bg = ${colors.module-bg} +temp-warn-fg = ${colors.temp-fg} +temp-warn-bg = ${colors.module-bg-alt} mem-fg = ${colors.module-color-1} mem-bg = ${colors.module-bg} -vol-fg = ${colors.module-color-0} +vol-fg = ${colors.module-color-1} vol-bg = ${colors.module-bg} vol-fg-alt = #c32aeb ;vol-fg-alt = ${colors.module-color-1} @@ -302,8 +310,8 @@ thermal-zone = 0 warn-temperature = 65 label = " TEMP: %temperature-c% " -label-warn-foreground = ${colors.vol-fg-alt} -label-warn-background = ${colors.temp-bg} +label-warn-foreground = ${colors.temp-warn-fg} +label-warn-background = ${colors.temp-warn-bg} label-background = ${colors.temp-bg} label-foreground = ${colors.temp-fg} |