diff --git a/README b/README index c751a14..30fa5c8 100644 --- a/README +++ b/README @@ -86,6 +86,14 @@ KNOWLEDGE blacklist pcspkr $ rmmod pcspkr +* static ip + --------- + + /etc/rc.local: + ip link set dev wlan0 up + ip addr add 192.168.178.128/24 dev wlan0 + ip route add default via 192.168.178.1 + TODO ---- diff --git a/files/.local/bin/bar.sh b/files/.local/bin/bar.sh index 4003a16..60cfa56 100755 --- a/files/.local/bin/bar.sh +++ b/files/.local/bin/bar.sh @@ -51,7 +51,7 @@ workspaces() WS="" while read -r l; do - eval "$l" + printf '%s\n\n' "$1" >> "$HOME/a" 2>&1 if [[ $l =~ ^title=* ]]; then # default foreground, background, and underline colours # changing the foreground and underline based on diff --git a/files/.xinitrc b/files/.xinitrc index 2dcd2fb..8034790 100644 --- a/files/.xinitrc +++ b/files/.xinitrc @@ -1,4 +1,10 @@ +{ + env | while read -r pair; do + turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")" + done +} & sct 4500 & setxkbmap de & -xsetroot -solid gray70 & -exec dbus-run-session dk \ No newline at end of file +#xsetroot -solid gray70 & +xsetroot -solid black & +exec dbus-run-session dwm diff --git a/files/.zprofile b/files/.zprofile index 1d9f2e5..4d9b0f8 100644 --- a/files/.zprofile +++ b/files/.zprofile @@ -12,6 +12,7 @@ exists() { grep 'l' <<< "$-" && \ test -f "$HOME/.xinitrc" && \ +#false && \ test "$(tty)" = '/dev/tty1' && \ cd && - exec startx \ No newline at end of file + exec startx diff --git a/files/dots/files/.config/lxterminal/lxterminal.conf b/files/dots/files/.config/lxterminal/lxterminal.conf index 04f7b8e..e4c7f1a 100644 --- a/files/dots/files/.config/lxterminal/lxterminal.conf +++ b/files/dots/files/.config/lxterminal/lxterminal.conf @@ -1,9 +1,9 @@ [general] -fontname=Iosevka 12 +fontname=Iosevka 13 selchars=-A-Za-z0-9,./?%&#:_ scrollback=1000 -bgcolor=rgb(246,245,244) -fgcolor=rgb(0,0,0) +bgcolor=rgb(0,0,0) +fgcolor=rgb(222,221,218) palette_color_0=rgb(0,0,0) palette_color_1=rgb(170,0,0) palette_color_2=rgb(0,170,0) diff --git a/pkgs.txt b/pkgs.txt index 2ce7de3..67b2477 100644 --- a/pkgs.txt +++ b/pkgs.txt @@ -32,6 +32,7 @@ scrot seatd socklog-void surf +sxhkd terminus-font turnstile vis diff --git a/setup.sh b/setup.sh index 04561a5..ae880cb 100755 --- a/setup.sh +++ b/setup.sh @@ -30,7 +30,7 @@ while read -r path; do continue fi - ln -fs "$(realpath "$HOME/$path")" "$HOME/$path" + ln -fs "$(realpath "$path")" "$HOME/$path" echo "[x] created symlink $path -> $HOME/$path" fi done