Clean up polybar configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-31 00:11:13 +01:00
parent 6e864f0e64
commit 68caf3e645
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -9,45 +9,55 @@
# #
# USAGE: # USAGE:
# This file is automatically used by Polybar. # This file is automatically used by Polybar.
[colors]
background = #222D32
foreground = #A1B0B8
#######################################
# Variables
#######################################
[settings]
padding = 4
background-color = #222D32
foreground-color = #A1B0B8
bar-height = 35
#######################################
# Top bar
#######################################
[bar/top] [bar/top]
monitor = HDMI-1 monitor = HDMI-1
width = 100% width = 100%
height = 35 height = ${settings.bar-height}
offset-x = 0 offset-x = 0
offset-y = 0 offset-y = 0
background = ${colors.background}
foreground = ${colors.foreground}
padding-right = 2
module-margin = 2
font-0 = Noto Sans:pixelsize=12;3 font-0 = Noto Sans:pixelsize=12;3
font-1 = Noto Sans CJK JP:pixelsize=12;3 font-1 = Noto Sans CJK JP:pixelsize=12;3
font-2 = Font Awesome 5 Free:style=Solid::pixelsize=12;3 font-2 = Font Awesome 5 Free:style=Solid::pixelsize=12;3
font-3 = Font Awesome 5 Brands:pixelsize=12;3 font-3 = Font Awesome 5 Brands:pixelsize=12;3
font-4 = siji:pixelsize=12;3 font-4 = siji:pixelsize=12;3
background = ${settings.background-color}
foreground = ${settings.foreground-color}
padding-right = 2
module-margin = 2
modules-left = i3 modules-left = i3
modules-center = xwindow modules-center = xwindow
modules-right = battery volume backlight wlan date power modules-right = battery volume backlight wlan date power
tray-position = none
separator = | separator = |
#wm-restack = i3
scroll-up = i3wm-desknext scroll-up = i3wm-desknext
scroll-down = i3wm-deskprev scroll-down = i3wm-deskprev
tray-position = none
[bar/top2] [bar/top2]
inherit = bar/top inherit = bar/top
monitor = eDP-1 monitor = eDP-1
#######################################
# Bottom bar
#######################################
[bar/bottom] [bar/bottom]
inherit = bar/top inherit = bar/top
bottom = true bottom = true
@ -61,9 +71,12 @@ inherit = bar/bottom
monitor = eDP-1 monitor = eDP-1
tray-position = none tray-position = none
#######################################
# i3 workspaces
#######################################
[module/i3] [module/i3]
type = internal/i3 type = internal/i3
# Only show workspaces on the same output as the bar
pin-workspaces = true pin-workspaces = true
strip-wsnumbers = true strip-wsnumbers = true
index-sort = true index-sort = true
@ -71,71 +84,64 @@ enable-click = true
enable-scroll = true enable-scroll = true
wrapping-scroll = false wrapping-scroll = false
label-mode = %mode% format = <label-state> <label-mode>
label-mode-padding = 1
label-mode = [ %mode% ]
label-mode-padding = ${settings.padding}
label-focused = %name% label-focused = %name%
label-focused-foreground = ${colors.background} label-focused-foreground = ${settings.background-color}
label-focused-background = ${colors.foreground} label-focused-background = ${settings.foreground-color}
label-focused-padding = 4 label-focused-padding = ${settings.padding}
label-unfocused = %name% label-unfocused = %name%
label-unfocused-padding = 4 label-unfocused-padding = ${settings.padding}
label-visible = %name% label-visible = %name%
label-visible-padding = 4 label-visible-padding = ${settings.padding}
label-urgent = %name% label-urgent = %name%
label-urgent-foreground = ${colors.foreground} label-urgent-foreground = ${settings.foreground-color}
label-urgent-background = ${colors.background} label-urgent-background = ${settings.background-color}
label-urgent-padding = 4 label-urgent-padding = ${settings.padding}
#######################################
# Active window title
#######################################
[module/xwindow] [module/xwindow]
type = internal/xwindow type = internal/xwindow
label = %title:0:50:...%
[module/date] format = <label>
type = custom/script label = %title%
exec = date +"%F %H:%M:%S" label-maxlen = 50
format =  <label>
label = %output%
interval = 1
click-left = xdg-open "https://www.google.com/calendar/render#g"
#######################################
# Battery indicator
#######################################
[module/battery] [module/battery]
type = internal/battery type = internal/battery
; This is useful in case the battery never reports 100% charge
full-at = 99 full-at = 99
; Use the following command to list batteries and adapters:
; $ ls -1 /sys/class/power_supply/
battery = BAT0 battery = BAT0
adapter = AC adapter = AC
time-format = %H:%M
; If an inotify event haven't been reported in this many
; seconds, manually poll for new values.
;
; Needed as a fallback for systems that don't report events
; on sysfs/procfs.
;
; Disable polling by setting the interval to 0.
;
; Default: 5
poll-interval = 5
time-format = %Hh%Mm
label-full =  %percentage%% label-full =  %percentage%%
label-charging = %percentage%% %time%
format-charging = <animation-charging> <label-charging> format-charging = <animation-charging> <label-charging>
label-discharging = %percentage%% %time% label-charging = %percentage%% %time%
format-discharging = <ramp-capacity> <label-discharging> format-discharging = <ramp-capacity> <label-discharging>
label-discharging = %percentage%% %time%
ramp-capacity-0 =  ramp-capacity-0 = 
ramp-capacity-1 =  ramp-capacity-1 = 
ramp-capacity-2 =  ramp-capacity-2 = 
ramp-capacity-3 =  ramp-capacity-3 = 
ramp-capacity-4 =  ramp-capacity-4 = 
ramp-capacity-foreground = ${colors.foreground} ramp-capacity-foreground = ${settings.foreground-color}
animation-charging-0 =  animation-charging-0 = 
animation-charging-1 =  animation-charging-1 = 
animation-charging-2 =  animation-charging-2 = 
@ -143,63 +149,107 @@ animation-charging-3 = 
animation-charging-4 =  animation-charging-4 = 
animation-charging-framerate = 500 animation-charging-framerate = 500
interval = 5
poll-interval = 5
#######################################
# Volume indicator
#######################################
[module/volume]
type = internal/pulseaudio
use-ui-max = true
format-volume = <ramp-volume> <label-volume>
label-volume = %percentage%%
format-muted =  <label-muted>
label-muted = %percentage%%
ramp-volume-0 = 
ramp-volume-1 = 
ramp-volume-2 = 
interval = 5
#######################################
# Brightness indicator
#######################################
[module/backlight]
type = custom/script
exec = light -G | cut -d. -f1
format =  <label>
label = %output%%
interval = 0.1
scroll-up = light -A 5
scroll-down = light -U 5
#######################################
# WiFi indicator
#######################################
[module/wlan] [module/wlan]
type = internal/network type = internal/network
interface = wlp3s0 interface = wlp3s0
interval = 3.0
format-connected = %{A1:wicd-client -n:}<ramp-signal> <label-connected>%{A} format-connected = %{A1:wicd-client -n:}<ramp-signal> <label-connected>%{A}
format-connected-underline = #9f78e1
label-connected = %essid% label-connected = %essid%
format-disconnected = Disconnected format-disconnected = <label-disconnected>
;format-disconnected = <label-disconnected> label-disconnected = Disconnected
;format-disconnected-underline = ${self.format-connected-underline}
;label-disconnected = %ifname% disconnected
;label-disconnected-foreground = ${colors.foreground}
ramp-signal-0 =  ramp-signal-0 = 
ramp-signal-1 =  ramp-signal-1 = 
ramp-signal-2 =  ramp-signal-2 = 
ramp-signal-3 =  ramp-signal-3 = 
ramp-signal-4 =  ramp-signal-4 = 
ramp-signal-foreground = ${colors.foreground} ramp-signal-foreground = ${settings.foreground-color}
[module/volume] interval = 1
type = internal/pulseaudio
use-ui-max = true
interval = 5
format-volume = <ramp-volume> <label-volume>
format-muted = <label-muted>
label-volume = %percentage%%
label-muted =  %percentage%%
label-muted-foreground = #aaa
ramp-volume-0 =  #######################################
ramp-volume-1 =  # Time and date
ramp-volume-2 =  #######################################
[module/date]
[module/backlight]
type = custom/script type = custom/script
exec = light -G | cut -d. -f1 exec = date +"%F %H:%M:%S"
format =  <label>
label = %output%%
scroll-up = light -A 5
scroll-down = light -U 5
interval = 0.1
format =  <label>
label = %output%
interval = 1
click-left = xdg-open "https://calendar.google.com"
#######################################
# Power menu
#######################################
[module/power] [module/power]
type = custom/script type = custom/script
exec = echo -e "\uf011" exec = echo -e "\uf011"
format = <label> format = <label>
label = %output% label = %output%
interval = 5 interval = 5
click-left = $HOME/bin/power.sh click-left = $HOME/bin/power.sh
#######################################
# Music status in the bottom bar
#######################################
[module/music] [module/music]
type = custom/script type = custom/script
exec = $HOME/bin/music.sh exec = $HOME/bin/music.sh
format = <label> format = <label>
label = %output% label = %output%
interval = 1
interval = 0.5