diff options
Diffstat (limited to 'polybar/.config')
| -rw-r--r-- | polybar/.config/polybar/config | 81 | 
1 files changed, 44 insertions, 37 deletions
| diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 3dc0d7d..c03870f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -12,7 +12,8 @@ pseudo-transparency = true  background     = #fffffff  background-alt = #fffffff  foreground = ${xrdb:color7} -foreground-alt = ${xrdb:color4} +#foreground-alt = ${xrdb:color3} +foreground-alt = #4A3131  primary = #ffb52a  secondary = #e60053  alert = ${xrdb:color9} @@ -109,23 +110,23 @@ label-mode-padding = 2  #border-colol = #000  #label-focused = %name% -label-focused = %icon% +label-focused = %name%%icon%  label-focused-background = ${colors.foreground-alt}  label-focused-padding = ${module/bspwm.label-focused-padding}  label-focused-foreground = ${colors.foreground} -label-unfocused = %icon% +label-unfocused = %name%%icon%  label-unfocused-padding = ${module/bspwm.label-occupied-padding}  label-unfocused-background = ${colors.background-alt}  label-unfocused-foreground = ${colors.foreground-alt} -label-urgent = %icon% +label-urgent = %name%%icon%  label-urgent-background = ${colors.background}  label-urgent-foreground = ${module/bspwm.label-urgent-background}  label-urgent-underline = ${module/bspwm.label-urgent-background}  label-urgent-padding = ${module/bspwm.label-urgent-padding} -label-visible = %icon% +label-visible = %name%%icon%  label-visible-background = ${self.label-focused-background}  #label-visible-underline = ${self.label-focused-underline}  label-visible-padding = ${self.label-focused-padding} @@ -134,24 +135,24 @@ strip-wsnumbers = true  # All the characters comes from materialdesignicons.  ws-icon-0  = 0;0 -ws-icon-1  = 1; -ws-icon-2  = 2; -ws-icon-3  = 3; -ws-icon-4  = 4; -ws-icon-5  = 5; -ws-icon-6  = 6; -ws-icon-7  = 7; -ws-icon-8  = 8; -ws-icon-9  = 9; -ws-icon-10 = 10; -ws-icon-11 = 11; -ws-icon-12 = 12; -ws-icon-13 = 100:Mail; -ws-icon-14 = 101:Web; -ws-icon-15 = 102:Musique; +ws-icon-1  = 1:; +ws-icon-2  = 2:; +ws-icon-3  = 3:; +ws-icon-4  = 4:; +ws-icon-5  = 5:; +ws-icon-6  = 6:; +ws-icon-7  = 7:; +ws-icon-8  = 8:; +ws-icon-9  = 9:; +ws-icon-10 = 10:; +ws-icon-11 = 11:; +ws-icon-12 = 12:; +ws-icon-13 = 100:; +ws-icon-14 = 101:; +ws-icon-15 = 102:;  ws-icon-16 = 50:code-pdf;︹ -ws-icon-17 = 99:Inkscape; -ws-icon-default =  +ws-icon-17 = 99:; +;ws-icon-default =   ; Separator in between workspaces  #label-separator = " " @@ -159,20 +160,26 @@ ws-icon-default =   #label-separator-foreground = #ffb52a  [module/date] -type = internal/date -interval = 30 - -date = -date-alt = " %Y-%m-%d" - -time = " %H:%M" -time-alt =  %d %b %H:%M - -format-prefix = -format-foreground = ${colors.foreground-alt} -#format-underline = #0a6cf5 - -#label = %date% %time% -label = %time% +type = custom/script +exec = ~/scripts/polybar/date.sh +tail = true +click-left = ~/scripts/polybar/cal.sh +#click-left = kill -USR1 %pid% +format-prefix = " " +#type = internal/date +#interval = 30 +# +#date = +#date-alt = " %Y-%m-%d" +# +#time = " %H:%M" +#time-alt =  %d %b %H:%M +# +#format-prefix = +#format-foreground = ${colors.foreground-alt} +##format-underline = #0a6cf5 +# +##label = %date% %time% +#label = %time%  ; vim:ft=dosini | 
