Update .config/polybar/colorblocks/config.ini
Update tags
This commit is contained in:
parent
011b4bcc32
commit
ff8be14ba9
2 changed files with 0 additions and 13 deletions
|
@ -251,17 +251,6 @@ cursor-scroll =
|
|||
;; Application Settings
|
||||
|
||||
[settings]
|
||||
; The throttle settings lets the eventloop swallow up til X events
|
||||
; if they happen within Y millisecond after first event was received.
|
||||
; This is done to prevent flood of update event.
|
||||
;
|
||||
; For example if 5 modules emit an update event at the same time, we really
|
||||
; just care about the last one. But if we wait too long for events to swallow
|
||||
; the bar would appear sluggish so we continue if timeout
|
||||
; expires or limit is reached.
|
||||
throttle-output = 5
|
||||
throttle-output-for = 10
|
||||
|
||||
; Time in milliseconds that the input handler will wait between processing events
|
||||
;throttle-input-for = 30
|
||||
|
||||
|
|
2
tags
2
tags
|
@ -4392,7 +4392,6 @@ font dot_config/polybar/shapes/glyphs.ini /^content-font = 2$/;" k section:modul
|
|||
font_antialiasing dot_config/copyq/copyq.conf /^font_antialiasing=true$/;" k section:Theme
|
||||
for dot_config/polybar/blocks/config.ini /^throttle-output-for = 10$/;" k section:settings
|
||||
for dot_config/polybar/blocks/preview.ini /^throttle-output-for = 10$/;" k section:settings
|
||||
for dot_config/polybar/colorblocks/config.ini /^throttle-output-for = 10$/;" k section:settings
|
||||
for dot_config/polybar/colorblocks/preview.ini /^throttle-output-for = 10$/;" k section:settings
|
||||
for dot_config/polybar/cuts/config.ini /^throttle-output-for = 10$/;" k section:settings
|
||||
for dot_config/polybar/cuts/preview.ini /^throttle-output-for = 10$/;" k section:settings
|
||||
|
@ -8254,7 +8253,6 @@ outSine dot_config/awesome/lib/animation/tween.lua /^local function outSine(t, b
|
|||
output dot_config/mopidy/mopidy.conf /^output = tee name=t ! queue ! autoaudiosink t. ! queue ! audio\/x-raw,rate=44100,channels=2,form/;" k section:audio
|
||||
output dot_config/polybar/blocks/config.ini /^throttle-output = 5$/;" k section:settings
|
||||
output dot_config/polybar/blocks/preview.ini /^throttle-output = 5$/;" k section:settings
|
||||
output dot_config/polybar/colorblocks/config.ini /^throttle-output = 5$/;" k section:settings
|
||||
output dot_config/polybar/colorblocks/preview.ini /^throttle-output = 5$/;" k section:settings
|
||||
output dot_config/polybar/cuts/config.ini /^throttle-output = 5$/;" k section:settings
|
||||
output dot_config/polybar/cuts/preview.ini /^throttle-output = 5$/;" k section:settings
|
||||
|
|
Loading…
Reference in a new issue