summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2023-02-10 20:57:55 +0100
committerJoe <bousset.rudy@gmail.com>2023-02-10 20:57:55 +0100
commit37a0b0b64ce21ce51a2827892aa2a2b7266c975c (patch)
tree2087babfff57c503710d573d7b92af6d58392f74
parentup (diff)
downloaddotfiles-bsd-37a0b0b64ce21ce51a2827892aa2a2b7266c975c.tar.gz
dotfiles-bsd-37a0b0b64ce21ce51a2827892aa2a2b7266c975c.tar.bz2
dotfiles-bsd-37a0b0b64ce21ce51a2827892aa2a2b7266c975c.tar.xz
dotfiles-bsd-37a0b0b64ce21ce51a2827892aa2a2b7266c975c.tar.zst
dotfiles-bsd-37a0b0b64ce21ce51a2827892aa2a2b7266c975c.zip
up
-rw-r--r--.config/conky/conkyrc1
-rw-r--r--.config/mpd/mpd.conf2
-rwxr-xr-x.local/bin/conky/cover.sh1
3 files changed, 0 insertions, 4 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc
index e8853a2..0746cae 100644
--- a/.config/conky/conkyrc
+++ b/.config/conky/conkyrc
@@ -28,7 +28,6 @@ conky.config = {
default_shade_color = AAAAAA,
default_outline_color = AAAAAA,
draw_graph_borders = false,
- default_graph_size = 30,80,
show_graph_scale = false,
show_graph_range = false,
alignment = 'top_left',
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index 7ab1830..fea3b02 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -66,7 +66,6 @@ sticker_file "~/.local/share/mpd/sticker.sql"
# current user.
#
user "jozan"
-user "r_bousset"
#
# This setting specifies the group that MPD will run as. If not specified
# primary group of user specified with "user" setting will be used (if set).
@@ -74,7 +73,6 @@ user "r_bousset"
# have permission to use sound card.
#
group "jozan"
-group "r_bousset"
#
# This setting sets the address for the daemon to listen on. Careful attention
# should be paid if this is assigned to anything other then the default, any.
diff --git a/.local/bin/conky/cover.sh b/.local/bin/conky/cover.sh
index c9fba97..d9c9e8c 100755
--- a/.local/bin/conky/cover.sh
+++ b/.local/bin/conky/cover.sh
@@ -60,7 +60,6 @@ coverfile="$(find "$filedir" -maxdepth 1 -type f \( -iname 'cover.jpg' -o -iname
#convert /tmp/cover.png $HOME/.config/conky-mpd/case.png -composite /tmp/cover.png >> $LOG
## Resize for immediate use
# convert /tmp/cover.png -resize 120 /tmp/conkyCover.png >> $LOG
-echo "$coverfile" >/tmp/asd
convert "$coverfile" -resize 100 /tmp/conkyCover.png # >> $LOG
## Set current artist
echo "$playing" > $TMP