mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Compare commits
No commits in common. "33fb893a3120325c39539aee94361222659ae04f" and "562d5d4ca0fa2024a32670921e49bca994568e5c" have entirely different histories.
33fb893a31
...
562d5d4ca0
4 changed files with 0 additions and 38 deletions
|
@ -13,14 +13,6 @@ audio_output {
|
||||||
max_clients "0"
|
max_clients "0"
|
||||||
}
|
}
|
||||||
|
|
||||||
audio_output {
|
|
||||||
type "httpd"
|
|
||||||
name "HQ HTTP Stream"
|
|
||||||
encoder "wave" # optional, vorbis or lame
|
|
||||||
port "6681"
|
|
||||||
max_clients "0"
|
|
||||||
}
|
|
||||||
|
|
||||||
audio_output {
|
audio_output {
|
||||||
type "pulse"
|
type "pulse"
|
||||||
name "mpd"
|
name "mpd"
|
||||||
|
|
|
@ -85,10 +85,6 @@ load () {
|
||||||
mkdir -p ~/.urxvt/ext/
|
mkdir -p ~/.urxvt/ext/
|
||||||
cp /tmp/urxvt-resize-font/resize-font ~/.urxvt/ext/
|
cp /tmp/urxvt-resize-font/resize-font ~/.urxvt/ext/
|
||||||
|
|
||||||
cd slock
|
|
||||||
./deploy.sh
|
|
||||||
cd -
|
|
||||||
|
|
||||||
echo "Copied configurations!"
|
echo "Copied configurations!"
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
/* user and group to drop privileges to */
|
|
||||||
static const char *user = "nobody";
|
|
||||||
static const char *group = "nogroup";
|
|
||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
|
||||||
[INIT] = "#191919", /* after initialization */
|
|
||||||
[INPUT] = "#282a2e", /* during input */
|
|
||||||
[FAILED] = "#cc6666", /* wrong password */
|
|
||||||
};
|
|
||||||
|
|
||||||
/* treat a cleared input like a wrong password (color) */
|
|
||||||
static const int failonclear = 1;
|
|
|
@ -1,14 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
pkgver=1.5
|
|
||||||
|
|
||||||
[ -d "~/.local/src" ]mkdir -p ~/.local/src
|
|
||||||
|
|
||||||
curl -o ~/.local/src/slock-$pkgver.tar.gz https://dl.suckless.org/tools/slock-$pkgver.tar.gz
|
|
||||||
tar -C ~/.local/src/ -xvf ~/local/src/slock-$pkgver.tar.gz
|
|
||||||
|
|
||||||
srcdir=~/.local/src/slock-$pkgver
|
|
||||||
cp config.h $srcdir
|
|
||||||
make -C $srcdir
|
|
||||||
|
|
||||||
doas make -C $srcdir install PREFIX=/usr
|
|
Loading…
Add table
Add a link
Reference in a new issue