From 83f7853eb988a1c77b12564deb10724e4dd8ed29 Mon Sep 17 00:00:00 2001
From: Vidhu Kant Sharma <vidhukant@protonmail.ch>
Date: Sat, 16 Apr 2022 14:48:23 +0530
Subject: re-designing my polybar

---
 .config/polybar/config.ini            | 300 +++-----------------
 .config/polybar/polybar-powerline.ini | 514 ++++++++++++++++++++++++++++++++++
 2 files changed, 553 insertions(+), 261 deletions(-)
 create mode 100644 .config/polybar/polybar-powerline.ini

(limited to '.config/polybar')

diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index 4513a13..07244c4 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -17,21 +17,22 @@
 ;==========================================================
 
 [colors]
-background = #130F23
+background = #36393F
+;background = #130F23
 background-alt = #130f23
 foreground = #dfdfdf
 foreground-alt = #555
-primary = #ffb52a
 secondary = #e60053
 alert = #bd2c40
 ;systray-bg = #0063ff
-;systray-bg = #232627
+systray-bg = #232627
 ;systray-bg = #bd93f9
 ;systray-bg = #ff79c6
-systray-bg = #282a36
+;systray-bg = #282a36
 
-module-color-0 = #9b35e8
-module-color-1 = #f516a4
+module-color-0 = #a92aeb
+module-color-1 = #eb2a9c
+module-bg = #2F3136
 
 xwindow-fg = #0fe9b0
 
@@ -47,44 +48,43 @@ ws-empty-fg = ${colors.xwindow-fg}
 ws-empty-bg = ${colors.background}
 ws-empty-ul = ${colors.background}
 
+time-fg = ${colors.module-color-0}
+time-bg = ${colors.module-bg}
 
-time-bg = ${colors.module-color-0}
-time-fg = #232627
+ethernet-fg = ${colors.module-color-1}
+ethernet-bg = ${colors.module-bg}
 
-ethernet-bg = ${colors.module-color-1}
-ethernet-fg = #232627
+wifi-fg = ${colors.ethernet-bg}
+wifi-bg = ${colors.module-bg}
 
-wifi-bg = ${colors.ethernet-bg}
-wifi-fg = #ffffff
+fs-root-fg = ${colors.module-color-0}
+fs-root-bg = ${colors.module-bg}
 
-fs-root-bg = ${colors.module-color-0}
-fs-root-fg = #232627
+fs-home-fg = ${colors.module-color-1}
+fs-home-bg = ${colors.module-bg}
 
-fs-home-bg = ${colors.module-color-1}
-fs-home-fg = #232627
+cpu-fg = ${colors.module-color-0}
+cpu-bg = ${colors.module-bg}
 
-cpu-bg = ${colors.module-color-0}
-cpu-fg = ${colors.temp-fg}
+temp-fg = ${colors.module-color-1}
+temp-bg = ${colors.cpu-bg}
 
-temp-bg = ${colors.module-color-1}
-temp-fg = #232627
+mem-fg = ${colors.module-color-0}
+mem-bg = ${colors.module-bg}
 
-mem-bg = ${colors.module-color-0}
-mem-fg = #232627
-
-vol-bg = ${colors.module-color-1}
-vol-fg = #232627
+vol-fg = ${colors.module-color-1}
+vol-bg = ${colors.module-bg}
 vol-fg-alt = ${colors.foreground-alt}
 
 [bar/mybar]
 ;monitor = ${env:MONITOR:eDP-1-1}
 enable-ipc = true
 width = 100%
-height = 32
-offset-x = 0%
-offset-y = 0%
+height = 28
+offset-x = 0
+offset-y = 0
 radius = 0
-fixed-center = false
+fixed-center = true
 bottom = 0
 
 background = ${colors.background}
@@ -103,74 +103,22 @@ module-margin-left = 0
 module-margin-right = 0
 
 font-0 = "SauceCodePro:style=Regular:size=12;3"
-font-1 = "Source Han Sans JP Normal:size=12;2"
+font-1 = "Source Han Sans JP Normal:size=11;2"
 font-2 = "RobotoMono Nerd Font Mono:size=22;5"
 font-3 = fixed:pixelsize=10;1
 font-4 = unifont:fontformat=truetype:size=8:antialias=false;0
 font-5 = siji:pixelsize=10;1
 
-modules-left = systray-arrow date date-arrow wlan eth wifi-arrow filesystem-root fs-root-arrow filesystem-home fs-home-arrow cpu temp-arrow temperature cpu-arrow memory mem-arrow pulseaudio vol-arrow xwindow
+modules-left = date wlan eth filesystem-root filesystem-home cpu temperature memory xwindow
 ;modules-center = xwindow
-modules-right = ewmh
+modules-right = pulseaudio ewmh
 
 tray-position = right
 tray-padding = 2
 tray-background = ${colors.systray-bg}
 
-;wm-restack = bspwm
-;wm-restack = i3
-
-override-redirect = true
-
-cursor-click = pointer
-cursor-scroll = ns-resize
-
-[bar/mybar-bspwm]
-;monitor = ${env:MONITOR:HDMI-1}
-width = 100%
-height = 35
-offset-x = 0%
-offset-y = 0%
-radius = 0
-fixed-center = false
-bottom = 0
-
-background = ${colors.background}
-foreground = ${colors.foreground}
-
-line-size = 3
-line-color = #f00
-
-border-size = 0
-border-color = #00000000
-
-padding-left = 0
-padding-right = 2
-
-module-margin-left = 1
-module-margin-right = 2
-
-font-0 = "Sauce Code Pro:size=12"
-font-1 = "Source Han Sans JP Normal:size=12"
-font-2 = fixed:pixelsize=10;1
-font-3 = unifont:fontformat=truetype:size=8:antialias=false;0
-font-4 = siji:pixelsize=10;1
-
-modules-left = bspwm xwindow
-modules-right = pulseaudio memory cpu temperature xkeyboard wlan eth date
-
-tray-position = right
-tray-padding = 2
-tray-background = #0063ff
-
-;wm-restack = bspwm
-;wm-restack = i3
-
 override-redirect = true
 
-scroll-up = bspwm-desknext
-scroll-down = bspwm-deskprev
-
 cursor-click = pointer
 cursor-scroll = ns-resize
 
@@ -179,108 +127,40 @@ type = internal/xwindow
 label = "  %title:0:60:...%"
 label-foreground = ${colors.xwindow-fg}
 
-[module/xkeyboard]
-type = internal/xkeyboard
-;blacklist-0 = num lock
-
-format-prefix = ""
-format-prefix-foreground = ${colors.foreground-alt}
-format-prefix-underline = ${colors.secondary}
-
-label-layout = %layout%
-label-layout-underline = ${colors.secondary}
-
-label-indicator-padding = 2
-label-indicator-margin = 1
-label-indicator-background = ${colors.secondary}
-label-indicator-underline = ${colors.secondary}
-
 [module/filesystem-root]
 type = internal/fs
 interval = 25
 
 mount-0 = /
 
-label-mounted = " %mountpoint% %percentage_used%%"
+label-mounted = "  %mountpoint% %percentage_used%%  "
 label-mounted-background = ${colors.fs-root-bg}
 label-mounted-foreground = ${colors.fs-root-fg}
 
-[module/fs-root-arrow]
-type = custom/text
-content = ""
-;content = ""
-content-foreground = ${colors.fs-root-bg}
-content-background = ${colors.fs-home-bg}
-
 [module/filesystem-home]
 type = internal/fs
 interval = 25
 
 mount-0 = /home
 
-label-mounted = "%mountpoint% %percentage_used%%"
+label-mounted = "  %mountpoint% %percentage_used%%  "
 label-mounted-background = ${colors.fs-home-bg}
 label-mounted-foreground = ${colors.fs-home-fg}
 
-[module/fs-home-arrow]
-type = custom/text
-;content = ""
-content = ""
-content-foreground = ${colors.fs-home-bg}
-content-background = ${colors.cpu-bg}
-
-[module/mpd]
-type = internal/mpd
-format-online = <label-song>  <icon-prev> <icon-stop> <toggle> <icon-next>
-
-icon-prev = 
-icon-stop = 
-icon-play = 
-icon-pause = 
-icon-next = 
-
-label-song-maxlen = 25
-label-song-ellipsis = true
-
-bar-width = 10
-bar-indicator = |
-bar-indicator-foreground = #fff
-bar-indicator-font = 2
-bar-fill = ─
-bar-fill-font = 2
-bar-fill-foreground = #9f78e1
-bar-empty = ─
-bar-empty-font = 2
-bar-empty-foreground = ${colors.foreground-alt}
-
 [module/cpu]
 type = internal/cpu
 interval = 2
-label = " CPU: %percentage:2%%"
+label = "  CPU: %percentage:2%%  "
 label-background = ${colors.cpu-bg}
 label-foreground = ${colors.cpu-fg}
 
-[module/cpu-arrow]
-type = custom/text
-;content = ""
-content = ""
-content-foreground = ${colors.temp-bg}
-content-background = ${colors.mem-bg}
-
 [module/memory]
 type = internal/memory
 interval = 2
 
 label-background = ${colors.mem-bg}
 label-foreground = ${colors.mem-fg}
-label = " MEM: %percentage_used%%"
-
-[module/mem-arrow]
-type = custom/text
-;content = ""
-content = ""
-content-foreground = ${colors.mem-bg}
-content-background = ${colors.vol-bg}
+label = "  MEM: %percentage_used%%  "
 
 [module/wlan]
 type = internal/network
@@ -304,13 +184,6 @@ ramp-signal-3 =
 ramp-signal-4 =
 ramp-signal-foreground = ${colors.foreground-alt}
 
-[module/wifi-arrow]
-type = custom/text
-;content = ""
-content = ""
-content-foreground = ${colors.wifi-bg}
-content-background = ${colors.fs-root-bg}
-
 [module/eth]
 type = internal/network
 interface = eno1
@@ -345,85 +218,28 @@ format-background = ${colors.time-bg}
 
 label = %time%
 
-[module/date-arrow]
-type = custom/text
-;content = ""
-content = ""
-;content-font = 2
-content-foreground = ${colors.time-bg}
-content-background = ${colors.ethernet-bg}
-
-[module/systray-arrow]
-type = custom/text
-;content = ""
-content = ""
-content-foreground = ${colors.background}
-content-background = ${colors.time-bg}
-
 [module/pulseaudio]
 type = internal/pulseaudio
 format-volume = <label-volume>
-label-volume = " VOL: %percentage%%"
+label-volume = "   VOL: %percentage%%   "
 label-volume-background = ${colors.vol-bg}
 label-volume-foreground = ${colors.vol-fg}
 
-label-muted = " muted"
+label-muted = "  muted"
 label-muted-foreground = ${colors.vol-fg-alt}
 label-muted-background = ${colors.vol-bg}
 
-[module/vol-arrow]
-type = custom/text
-;content = ""
-content = ""
-content-foreground = ${colors.vol-bg}
-content-background = ${colors.background}
-
-[module/alsa]
-type = internal/alsa
-
-format-volume = <label-volume> <bar-volume>
-label-volume = VOL
-label-volume-foreground = ${root.foreground}
-
-format-muted-prefix = " "
-format-muted-foreground = ${colors.foreground-alt}
-label-muted = sound muted
-
-bar-volume-width = 10
-bar-volume-foreground-0 = #55aa55
-bar-volume-foreground-1 = #55aa55
-bar-volume-foreground-2 = #55aa55
-bar-volume-foreground-3 = #55aa55
-bar-volume-foreground-4 = #55aa55
-bar-volume-foreground-5 = #f5a70a
-bar-volume-foreground-6 = #ff5555
-bar-volume-gradient = false
-bar-volume-indicator = |
-bar-volume-indicator-font = 2
-bar-volume-fill = ─
-bar-volume-fill-font = 2
-bar-volume-empty = ─
-bar-volume-empty-font = 2
-bar-volume-empty-foreground = ${colors.foreground-alt}
-
 [module/temperature]
 type = internal/temperature
 thermal-zone = 0
 warn-temperature = 65
 
-label = "%temperature-c%"
+label = "@%temperature-c%"
 label-warn-foreground = ${colors.secondary}
 
 label-background = ${colors.temp-bg}
 label-foreground = ${colors.temp-fg}
 
-[module/temp-arrow]
-type = custom/text
-content = ""
-;content = ""
-content-foreground = ${colors.cpu-bg}
-content-background = ${colors.temp-bg}
-
 [settings]
 screenchange-reload = true
 ;compositing-background = xor
@@ -474,41 +290,3 @@ label-urgent-foreground = #000000
 label-urgent-background = #bd2c40
 label-urgent-underline = #9b0a20
 label-urgent-padding = 0
-
-[module/bspwm]
-type = internal/bspwm
-
-; this is exactly the same as ewmh but the type is different
-; somehow ewmh conflicts with lxsession in bspwm
-pin-workspaces = false
-enable-click = true
-enable-scroll = false
-format = <label-state>
-
-label-monitor = %name%
-
-label-active = %name%
-label-active-foreground = ${colors.ws-active-fg}
-label-active-background = ${colors.ws-active-bg}
-label-active-underline = ${colors.ws-active-ul}
-label-active-padding = 4
-
-label-occupied = %name%
-label-occupied-foreground = ${colors.ws-occupied-fg}
-label-occupied-background = ${colors.ws-occupied-bg}
-label-occupied-underline = ${colors.ws-occupied-ul}
-label-occupied-padding = 4
-
-label-empty = %name%
-label-empty-foreground = ${colors.ws-empty-fg}
-label-empty-background = ${colors.ws-empty-bg}
-label-empty-underline = ${colors.ws-empty-ul}
-label-empty-padding = 4
-
-label-urgent = %name%
-label-urgent-foreground = #000000
-label-urgent-background = #bd2c40
-label-urgent-underline = #9b0a20
-label-urgent-padding = 4
-
-
diff --git a/.config/polybar/polybar-powerline.ini b/.config/polybar/polybar-powerline.ini
new file mode 100644
index 0000000..4513a13
--- /dev/null
+++ b/.config/polybar/polybar-powerline.ini
@@ -0,0 +1,514 @@
+;==========================================================
+;
+;
+;   ██████╗  ██████╗ ██╗  ██╗   ██╗██████╗  █████╗ ██████╗
+;   ██╔══██╗██╔═══██╗██║  ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
+;   ██████╔╝██║   ██║██║   ╚████╔╝ ██████╔╝███████║██████╔╝
+;   ██╔═══╝ ██║   ██║██║    ╚██╔╝  ██╔══██╗██╔══██║██╔══██╗
+;   ██║     ╚██████╔╝███████╗██║   ██████╔╝██║  ██║██║  ██║
+;   ╚═╝      ╚═════╝ ╚══════╝╚═╝   ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
+;
+;
+;   To learn more about how to configure Polybar
+;   go to https://github.com/polybar/polybar
+;
+;   The README contains a lot of information
+;
+;==========================================================
+
+[colors]
+background = #130F23
+background-alt = #130f23
+foreground = #dfdfdf
+foreground-alt = #555
+primary = #ffb52a
+secondary = #e60053
+alert = #bd2c40
+;systray-bg = #0063ff
+;systray-bg = #232627
+;systray-bg = #bd93f9
+;systray-bg = #ff79c6
+systray-bg = #282a36
+
+module-color-0 = #9b35e8
+module-color-1 = #f516a4
+
+xwindow-fg = #0fe9b0
+
+ws-active-fg = #ffffff
+ws-active-bg = ${colors.module-color-1}
+ws-active-ul = #d33682
+
+ws-occupied-fg = #FFFFFF
+ws-occupied-bg = ${colors.module-color-0}
+ws-occupied-ul = #130f23
+
+ws-empty-fg = ${colors.xwindow-fg}
+ws-empty-bg = ${colors.background}
+ws-empty-ul = ${colors.background}
+
+
+time-bg = ${colors.module-color-0}
+time-fg = #232627
+
+ethernet-bg = ${colors.module-color-1}
+ethernet-fg = #232627
+
+wifi-bg = ${colors.ethernet-bg}
+wifi-fg = #ffffff
+
+fs-root-bg = ${colors.module-color-0}
+fs-root-fg = #232627
+
+fs-home-bg = ${colors.module-color-1}
+fs-home-fg = #232627
+
+cpu-bg = ${colors.module-color-0}
+cpu-fg = ${colors.temp-fg}
+
+temp-bg = ${colors.module-color-1}
+temp-fg = #232627
+
+mem-bg = ${colors.module-color-0}
+mem-fg = #232627
+
+vol-bg = ${colors.module-color-1}
+vol-fg = #232627
+vol-fg-alt = ${colors.foreground-alt}
+
+[bar/mybar]
+;monitor = ${env:MONITOR:eDP-1-1}
+enable-ipc = true
+width = 100%
+height = 32
+offset-x = 0%
+offset-y = 0%
+radius = 0
+fixed-center = false
+bottom = 0
+
+background = ${colors.background}
+foreground = ${colors.foreground}
+
+line-size = 0
+line-color = #f00
+
+border-size = 0
+border-color = #00000000
+
+padding-left = 0
+padding-right = 0
+
+module-margin-left = 0
+module-margin-right = 0
+
+font-0 = "SauceCodePro:style=Regular:size=12;3"
+font-1 = "Source Han Sans JP Normal:size=12;2"
+font-2 = "RobotoMono Nerd Font Mono:size=22;5"
+font-3 = fixed:pixelsize=10;1
+font-4 = unifont:fontformat=truetype:size=8:antialias=false;0
+font-5 = siji:pixelsize=10;1
+
+modules-left = systray-arrow date date-arrow wlan eth wifi-arrow filesystem-root fs-root-arrow filesystem-home fs-home-arrow cpu temp-arrow temperature cpu-arrow memory mem-arrow pulseaudio vol-arrow xwindow
+;modules-center = xwindow
+modules-right = ewmh
+
+tray-position = right
+tray-padding = 2
+tray-background = ${colors.systray-bg}
+
+;wm-restack = bspwm
+;wm-restack = i3
+
+override-redirect = true
+
+cursor-click = pointer
+cursor-scroll = ns-resize
+
+[bar/mybar-bspwm]
+;monitor = ${env:MONITOR:HDMI-1}
+width = 100%
+height = 35
+offset-x = 0%
+offset-y = 0%
+radius = 0
+fixed-center = false
+bottom = 0
+
+background = ${colors.background}
+foreground = ${colors.foreground}
+
+line-size = 3
+line-color = #f00
+
+border-size = 0
+border-color = #00000000
+
+padding-left = 0
+padding-right = 2
+
+module-margin-left = 1
+module-margin-right = 2
+
+font-0 = "Sauce Code Pro:size=12"
+font-1 = "Source Han Sans JP Normal:size=12"
+font-2 = fixed:pixelsize=10;1
+font-3 = unifont:fontformat=truetype:size=8:antialias=false;0
+font-4 = siji:pixelsize=10;1
+
+modules-left = bspwm xwindow
+modules-right = pulseaudio memory cpu temperature xkeyboard wlan eth date
+
+tray-position = right
+tray-padding = 2
+tray-background = #0063ff
+
+;wm-restack = bspwm
+;wm-restack = i3
+
+override-redirect = true
+
+scroll-up = bspwm-desknext
+scroll-down = bspwm-deskprev
+
+cursor-click = pointer
+cursor-scroll = ns-resize
+
+[module/xwindow]
+type = internal/xwindow
+label = "  %title:0:60:...%"
+label-foreground = ${colors.xwindow-fg}
+
+[module/xkeyboard]
+type = internal/xkeyboard
+;blacklist-0 = num lock
+
+format-prefix = ""
+format-prefix-foreground = ${colors.foreground-alt}
+format-prefix-underline = ${colors.secondary}
+
+label-layout = %layout%
+label-layout-underline = ${colors.secondary}
+
+label-indicator-padding = 2
+label-indicator-margin = 1
+label-indicator-background = ${colors.secondary}
+label-indicator-underline = ${colors.secondary}
+
+[module/filesystem-root]
+type = internal/fs
+interval = 25
+
+mount-0 = /
+
+label-mounted = " %mountpoint% %percentage_used%%"
+label-mounted-background = ${colors.fs-root-bg}
+label-mounted-foreground = ${colors.fs-root-fg}
+
+[module/fs-root-arrow]
+type = custom/text
+content = ""
+;content = ""
+content-foreground = ${colors.fs-root-bg}
+content-background = ${colors.fs-home-bg}
+
+[module/filesystem-home]
+type = internal/fs
+interval = 25
+
+mount-0 = /home
+
+label-mounted = "%mountpoint% %percentage_used%%"
+label-mounted-background = ${colors.fs-home-bg}
+label-mounted-foreground = ${colors.fs-home-fg}
+
+[module/fs-home-arrow]
+type = custom/text
+;content = ""
+content = ""
+content-foreground = ${colors.fs-home-bg}
+content-background = ${colors.cpu-bg}
+
+[module/mpd]
+type = internal/mpd
+format-online = <label-song>  <icon-prev> <icon-stop> <toggle> <icon-next>
+
+icon-prev = 
+icon-stop = 
+icon-play = 
+icon-pause = 
+icon-next = 
+
+label-song-maxlen = 25
+label-song-ellipsis = true
+
+bar-width = 10
+bar-indicator = |
+bar-indicator-foreground = #fff
+bar-indicator-font = 2
+bar-fill = ─
+bar-fill-font = 2
+bar-fill-foreground = #9f78e1
+bar-empty = ─
+bar-empty-font = 2
+bar-empty-foreground = ${colors.foreground-alt}
+
+[module/cpu]
+type = internal/cpu
+interval = 2
+label = " CPU: %percentage:2%%"
+label-background = ${colors.cpu-bg}
+label-foreground = ${colors.cpu-fg}
+
+[module/cpu-arrow]
+type = custom/text
+;content = ""
+content = ""
+content-foreground = ${colors.temp-bg}
+content-background = ${colors.mem-bg}
+
+[module/memory]
+type = internal/memory
+interval = 2
+
+label-background = ${colors.mem-bg}
+label-foreground = ${colors.mem-fg}
+label = " MEM: %percentage_used%%"
+
+[module/mem-arrow]
+type = custom/text
+;content = ""
+content = ""
+content-foreground = ${colors.mem-bg}
+content-background = ${colors.vol-bg}
+
+[module/wlan]
+type = internal/network
+interface = wlo1
+interval = 3.0
+
+format-connected = <ramp-signal> <label-connected>
+format-connected-background = ${colors.wifi-bg}
+format-connected-foreground = ${colors.wifi-fg}
+label-connected = "%essid% (%local_ip%)"
+;label-connected = "%local_ip%"
+
+label-disconnected = ""
+label-disconnected-foreground = ${colors.foreground-alt}
+label-disconnected-background = ${colors.wifi-bg}
+
+ramp-signal-0 =
+ramp-signal-1 =
+ramp-signal-2 =
+ramp-signal-3 =
+ramp-signal-4 =
+ramp-signal-foreground = ${colors.foreground-alt}
+
+[module/wifi-arrow]
+type = custom/text
+;content = ""
+content = ""
+content-foreground = ${colors.wifi-bg}
+content-background = ${colors.fs-root-bg}
+
+[module/eth]
+type = internal/network
+interface = eno1
+interval = 3.0
+
+label-connected-background = ${colors.ethernet-bg}
+label-connected-foreground = ${colors.ethernet-fg}
+
+format-connected-underline = #55aa55
+format-connected-prefix = ""
+format-connected-prefix-foreground = ${colors.foreground-alt}
+label-connected = " %local_ip%"
+
+format-disconnected =
+;format-disconnected = <label-disconnected>
+;format-disconnected-underline = ${self.format-connected-underline}
+;label-disconnected = %ifname% disconnected
+;label-disconnected-foreground = ${colors.foreground-alt}
+
+[module/date]
+type = internal/date
+interval = 5
+
+;date =
+;date-alt = "%d-%m-%Y "
+
+time = " %I:%M %p"
+time-alt = " %d %B %Y (%A) %H:%M:%S"
+
+format-foreground = ${colors.time-fg}
+format-background = ${colors.time-bg}
+
+label = %time%
+
+[module/date-arrow]
+type = custom/text
+;content = ""
+content = ""
+;content-font = 2
+content-foreground = ${colors.time-bg}
+content-background = ${colors.ethernet-bg}
+
+[module/systray-arrow]
+type = custom/text
+;content = ""
+content = ""
+content-foreground = ${colors.background}
+content-background = ${colors.time-bg}
+
+[module/pulseaudio]
+type = internal/pulseaudio
+format-volume = <label-volume>
+label-volume = " VOL: %percentage%%"
+label-volume-background = ${colors.vol-bg}
+label-volume-foreground = ${colors.vol-fg}
+
+label-muted = " muted"
+label-muted-foreground = ${colors.vol-fg-alt}
+label-muted-background = ${colors.vol-bg}
+
+[module/vol-arrow]
+type = custom/text
+;content = ""
+content = ""
+content-foreground = ${colors.vol-bg}
+content-background = ${colors.background}
+
+[module/alsa]
+type = internal/alsa
+
+format-volume = <label-volume> <bar-volume>
+label-volume = VOL
+label-volume-foreground = ${root.foreground}
+
+format-muted-prefix = " "
+format-muted-foreground = ${colors.foreground-alt}
+label-muted = sound muted
+
+bar-volume-width = 10
+bar-volume-foreground-0 = #55aa55
+bar-volume-foreground-1 = #55aa55
+bar-volume-foreground-2 = #55aa55
+bar-volume-foreground-3 = #55aa55
+bar-volume-foreground-4 = #55aa55
+bar-volume-foreground-5 = #f5a70a
+bar-volume-foreground-6 = #ff5555
+bar-volume-gradient = false
+bar-volume-indicator = |
+bar-volume-indicator-font = 2
+bar-volume-fill = ─
+bar-volume-fill-font = 2
+bar-volume-empty = ─
+bar-volume-empty-font = 2
+bar-volume-empty-foreground = ${colors.foreground-alt}
+
+[module/temperature]
+type = internal/temperature
+thermal-zone = 0
+warn-temperature = 65
+
+label = "%temperature-c%"
+label-warn-foreground = ${colors.secondary}
+
+label-background = ${colors.temp-bg}
+label-foreground = ${colors.temp-fg}
+
+[module/temp-arrow]
+type = custom/text
+content = ""
+;content = ""
+content-foreground = ${colors.cpu-bg}
+content-background = ${colors.temp-bg}
+
+[settings]
+screenchange-reload = true
+;compositing-background = xor
+;compositing-background = screen
+;compositing-foreground = source
+;compositing-border = over
+;pseudo-transparency = false
+
+[global/wm]
+margin-top = 0
+margin-bottom = 0
+
+; vim:ft=dosini
+
+[module/ewmh]
+type = internal/xworkspaces
+
+pin-workspaces = false
+enable-click = true
+enable-scroll = false
+format = <label-state>
+
+label-monitor = %name%
+
+;label-active = "%{F#f516a4}%{B#232327}%{F#FFFFFF}%{B#f516a4} %name% %{B#f516a4}%{F#232327}%{B-}%{F-}"
+label-active = %name%
+label-active-foreground = ${colors.ws-active-fg}
+label-active-background = ${colors.ws-active-bg}
+label-active-underline = ${colors.ws-active-ul}
+label-active-padding = 3
+
+label-occupied = %name%
+label-occupied-foreground = ${colors.ws-occupied-fg}
+label-occupied-background = ${colors.ws-occupied-bg}
+label-occupied-underline = ${colors.ws-occupied-ul}
+label-occupied-padding = 3
+
+label-empty = %name%
+label-empty-foreground = ${colors.ws-empty-fg}
+label-empty-background = ${colors.ws-empty-bg}
+label-empty-underline = ${colors.ws-empty-ul}
+label-empty-padding = 3
+
+label-background = #FFFFFF
+
+label-urgent = %name%
+label-urgent-foreground = #000000
+label-urgent-background = #bd2c40
+label-urgent-underline = #9b0a20
+label-urgent-padding = 0
+
+[module/bspwm]
+type = internal/bspwm
+
+; this is exactly the same as ewmh but the type is different
+; somehow ewmh conflicts with lxsession in bspwm
+pin-workspaces = false
+enable-click = true
+enable-scroll = false
+format = <label-state>
+
+label-monitor = %name%
+
+label-active = %name%
+label-active-foreground = ${colors.ws-active-fg}
+label-active-background = ${colors.ws-active-bg}
+label-active-underline = ${colors.ws-active-ul}
+label-active-padding = 4
+
+label-occupied = %name%
+label-occupied-foreground = ${colors.ws-occupied-fg}
+label-occupied-background = ${colors.ws-occupied-bg}
+label-occupied-underline = ${colors.ws-occupied-ul}
+label-occupied-padding = 4
+
+label-empty = %name%
+label-empty-foreground = ${colors.ws-empty-fg}
+label-empty-background = ${colors.ws-empty-bg}
+label-empty-underline = ${colors.ws-empty-ul}
+label-empty-padding = 4
+
+label-urgent = %name%
+label-urgent-foreground = #000000
+label-urgent-background = #bd2c40
+label-urgent-underline = #9b0a20
+label-urgent-padding = 4
+
+
-- 
cgit v1.2.3