Some cleaning and removal of soon to be deprecated or unused options in polybar config

master
Meliurwen 3 years ago
parent f0e9ac319d
commit c539adefda
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 26
      polybar/.config/polybar/config

@ -12,7 +12,6 @@ red = #bd2c40
pink = #9e1553 pink = #9e1553
pink-dark = #3f3c3f pink-dark = #3f3c3f
[global/wm] [global/wm]
margin-bottom = 0 margin-bottom = 0
margin-top = 0 margin-top = 0
@ -77,22 +76,7 @@ dpi-y = 96
enable-ipc = false enable-ipc = false
click-left =
click-middle =
click-right =
scroll-up =
scroll-down =
double-click-left =
double-click-middle =
double-click-right =
cursor-click =
cursor-scroll =
[settings] [settings]
throttle-output = 5
throttle-output-for = 10
screenchange-reload = false screenchange-reload = false
compositing-background = source compositing-background = source
@ -103,8 +87,6 @@ compositing-border = over
pseudo-transparency = false pseudo-transparency = false
[module/date] [module/date]
type = internal/date type = internal/date
interval = 5.0 interval = 5.0
@ -182,7 +164,6 @@ animation-packetloss-1-foreground = ${color.black}
; Framerate in milliseconds ; Framerate in milliseconds
animation-packetloss-framerate = 500 animation-packetloss-framerate = 500
[module/temperature] [module/temperature]
type = internal/temperature type = internal/temperature
interval = 5 interval = 5
@ -212,11 +193,6 @@ index-sort = true
enable-click = true enable-click = true
enable-scroll = true enable-scroll = true
icon-0 = code;♚
icon-1 = office;♛
icon-2 = graphics;♜
icon-3 = mail;♝
icon-4 = web;♞
icon-default = "" icon-default = ""
format = <label-state> <label-mode> format = <label-state> <label-mode>
@ -255,7 +231,6 @@ interval = 1
label = %output% label = %output%
format = <label> format = <label>
[module/mpv] [module/mpv]
type = custom/script type = custom/script
exec = ~/.config/polybar/scripts/mpv.sh play-pause-btn " " media-title " " [ playlist-pos-1 / playlist-count ] " " time-pos - duration exec = ~/.config/polybar/scripts/mpv.sh play-pause-btn " " media-title " " [ playlist-pos-1 / playlist-count ] " " time-pos - duration
@ -266,7 +241,6 @@ label = %output%
click-left = printf "%s\n" "cycle pause" | socat - $XDG_RUNTIME_DIR/mpv/main.sock click-left = printf "%s\n" "cycle pause" | socat - $XDG_RUNTIME_DIR/mpv/main.sock
[module/bluetooth] [module/bluetooth]
type = custom/script type = custom/script
exec = ~/.config/polybar/scripts/bluetooth.sh exec = ~/.config/polybar/scripts/bluetooth.sh

Loading…
Cancel
Save