commit 4dfea08f85e4690293470d84c1071eaa1e03b614
parent 8a47150452379de03a9603db636b3cce4e62401d
Author: Ashymad <czilukim@o2.pl>
Date: Wed, 2 May 2018 15:42:14 +0200
Merge branch 'master' into notwobug
Diffstat:
6 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/cava/.config/cava/config b/cava/.config/cava/config
@@ -7,7 +7,7 @@
; mode = normal
# Accepts only non-negative values.
-; framerate = 60
+framerate = 60
# 'autosens' will attempt to decrease sensitivity if the bars peak. 1 = on, 0 = off
# new as of 0.6.0 autosens of low values (dynamic range)
@@ -106,7 +106,7 @@ source = auto
# 'raw' defaults to 200 bars, which can be adjusted in the 'bars' option above.
# 'sdl' is for a graphical window using OpenGL
# 'x' is for a graphical window using XRender (usually faster, unsupported in wayland however)
-method = sdl
+method = x
# Additionally with Xlib, you can enable OpenGL mode to make full use of your hardware.
opengl = 1
@@ -161,7 +161,7 @@ foreground = '#00aa00'
# Percentage value for integral smoothing. Takes values from 0 - 100.
# Higher values means smoother, but less precise. 0 to disable.
-integral = 99
+; integral = 99
# Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable.
; monstercat = 1
diff --git a/fish/.config/fish/functions/aur-resync-devel.fish b/fish/.config/fish/functions/aur-resync-devel.fish
@@ -0,0 +1,4 @@
+function aur-resync-devel
+ aur sync --list | cut -f2 | grep -E -- "-$AURVCS" | aur sync --no-ver --print -
+end
+
diff --git a/fish/.config/fish/functions/aur-update-devel.fish b/fish/.config/fish/functions/aur-update-devel.fish
@@ -0,0 +1,3 @@
+function aur-update-devel
+ aur vercmp-devel | cut -d: -f1 | aur sync --no-ver-shallow -
+end
diff --git a/mlterm/.mlterm/challenge b/mlterm/.mlterm/challenge
@@ -1 +0,0 @@
-2065480998
-\ No newline at end of file
diff --git a/trackma/.trackma/ui-qt.json b/trackma/.trackma/ui-qt.json
@@ -5,7 +5,7 @@
"is_playing": "#9696FA",
"is_queued": "#287f00",
"new_episode": "#00016b",
- "not_aired": "#FAFAD2",
+ "not_aired": "#260000",
"progress_bg": "#F5F5F5",
"progress_complete": "#00D200",
"progress_fg": "#74C0FA",
diff --git a/whipper/.config/whipper/whipper.conf b/whipper/.config/whipper/whipper.conf
@@ -1,6 +1,10 @@
-[rip.cd.rip]
-unknown = True
+[drive:LITE-ON%20%3ACD-RW%20SOHR-5238S%3A4S09]
+vendor = LITE-ON
+model = CD-RW SOHR-5238S
+release = 4S09
+defeats_cache = True
+read_offset = 6
+[whipper.cd.rip]
output_directory = ~/ripped/
-track_template = %%A - %%d (%%y)/%%t. %%a - %%n
-disc_template = %(track_template)s
-profile = flac
+#track_template = %%A - %%d (%%y)/%%t. %%a - %%n
+#disc_template = %(track_template)s