diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f9d4c18 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +img/favicon.png filter=lfs diff=lfs merge=lfs -text +img/werks.png filter=lfs diff=lfs merge=lfs -text +img/atx/before.jpg filter=lfs diff=lfs merge=lfs -text +img/atx/finished.jpg filter=lfs diff=lfs merge=lfs -text +img/atx/fio.jpg filter=lfs diff=lfs merge=lfs -text +img/atx/hddfinal.jpg filter=lfs diff=lfs merge=lfs -text +img/atx/hdd.jpg filter=lfs diff=lfs merge=lfs -text +img/atx/mbtest.jpg filter=lfs diff=lfs merge=lfs -text +img/atx/psutest.jpg filter=lfs diff=lfs merge=lfs -text +img/atx/rack.jpg filter=lfs diff=lfs merge=lfs -text +img/desktop/dwm-pop.png filter=lfs diff=lfs merge=lfs -text diff --git a/img/atx/before.jpg b/img/atx/before.jpg index c233786..cf1dc28 100755 Binary files a/img/atx/before.jpg and b/img/atx/before.jpg differ diff --git a/img/atx/finished.jpg b/img/atx/finished.jpg index 9ffe2ed..04215a7 100755 Binary files a/img/atx/finished.jpg and b/img/atx/finished.jpg differ diff --git a/img/atx/fio.jpg b/img/atx/fio.jpg index 041324d..9ffd29e 100755 Binary files a/img/atx/fio.jpg and b/img/atx/fio.jpg differ diff --git a/img/atx/hdd.jpg b/img/atx/hdd.jpg index 4d5821d..35bac56 100755 Binary files a/img/atx/hdd.jpg and b/img/atx/hdd.jpg differ diff --git a/img/atx/hddfinal.jpg b/img/atx/hddfinal.jpg index 35b7333..28481fa 100644 Binary files a/img/atx/hddfinal.jpg and b/img/atx/hddfinal.jpg differ diff --git a/img/atx/mbtest.jpg b/img/atx/mbtest.jpg index 2f3f8b0..d8620be 100755 Binary files a/img/atx/mbtest.jpg and b/img/atx/mbtest.jpg differ diff --git a/img/atx/psutest.jpg b/img/atx/psutest.jpg index 568f3d4..84095b7 100755 Binary files a/img/atx/psutest.jpg and b/img/atx/psutest.jpg differ diff --git a/img/atx/rack.jpg b/img/atx/rack.jpg index 60479b5..1980850 100755 Binary files a/img/atx/rack.jpg and b/img/atx/rack.jpg differ diff --git a/img/desktop/dwm-pop.png b/img/desktop/dwm-pop.png new file mode 100644 index 0000000..0b60d37 --- /dev/null +++ b/img/desktop/dwm-pop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de996b7835785601eb458f7d61dac09914980a07dc65c1cad5f50f46bae3684 +size 4275796 diff --git a/img/favicon.png b/img/favicon.png index e7ae6bd..67063e5 100644 Binary files a/img/favicon.png and b/img/favicon.png differ diff --git a/img/werks.png b/img/werks.png index 45a251f..c0c305b 100644 Binary files a/img/werks.png and b/img/werks.png differ diff --git a/make b/make index 11801c4..1ab3fd2 100755 --- a/make +++ b/make @@ -74,6 +74,7 @@ while getopts ":aslrhp:" opt;do post './prebuild/about.md' post './prebuild/links.md' post './prebuild/index.md' + post './prebuild/stream.md' exit 0 ;; p) diff --git a/prebuild/post/pop-dwm.md b/prebuild/post/pop-dwm.md new file mode 100644 index 0000000..da3c22b --- /dev/null +++ b/prebuild/post/pop-dwm.md @@ -0,0 +1,60 @@ +# DWM and POP!\_OS + + +## tl;dr + +Make a `/usr/share/xsessions/dwm.desktop` file with contents listed below and a /comfy/ script. + +## Doing the thing tho + +1. We need a `/usr/share/xsession/dwm.desktop` file. Mine looks like this: + + +``` +[Desktop Entry] +Name=DWM +Comment=This session logs in to DWM +Exec=/home/shockrah/Rice/dwm-launcher.sh +Type=Application +``` + +Nothing to crazy its basically a `toml` config with an executable as the entry point of the DE. +For reference here's the official Pop OS config: + +``` +[Desktop Entry] +Name=Pop +Comment=This session logs you into Pop +Exec=env GNOME_SHELL_SESSION_MODE=pop /usr/bin/gnome-session --systemd --session=pop +TryExec=/usr/bin/gnome-shell +Type=Application +DesktopNames=pop:GNOME +X-GDM-SessionRegisters=true +X-Ubuntu-Gettext-Domain=gnome-session-3.0 +``` + +This time there's more fluff but you can ignore it for the most part(I think). + +2. Now let's look at that script I have have [/home/shockrah/Rice/dwm-launcher.sh]: + +```sh +#!/bin/sh +# This script is used to mimic an xinitrc to some degree + +set -x +eval `ssh-agent` + +compton --backend glx --xrender-sync --xrender-sync-fence -b +bright 50 DWM# custom brightness script + +feh --randomize --bg-fill ~/Pictures/Papes/* & + +statline & +exec dwm +``` + +Nothing crazy right? Yeap that's it really to setup DWM with any changes you might have easily with Pop OS. + +In case you're wondering here's what my setup currently looks like: + +![Background Images I found on /wg/](/img/desktop/dwm-pop.png) diff --git a/prebuild/stream.md b/prebuild/stream.md new file mode 100644 index 0000000..47f4a91 --- /dev/null +++ b/prebuild/stream.md @@ -0,0 +1,15 @@ +# Twitch Stream + + +# Latest Interesting highlight + +Cool skip that I found that ended up being really hard to setup let alone execute. + + +
+ +# Various Social Media's + +> Discord: `shockrah#2647` + +
Mastadon: https://qoto.org/@shockrah
diff --git a/templates/navbar.html b/templates/navbar.html deleted file mode 100644 index fcc3061..0000000 --- a/templates/navbar.html +++ /dev/null @@ -1,9 +0,0 @@ -
- Home - Site Source - Contact - About - - -
- diff --git a/templates/post-header.html b/templates/post-header.html index d2ffcd2..339d7fd 100644 --- a/templates/post-header.html +++ b/templates/post-header.html @@ -22,6 +22,9 @@
  • Links
  • +
  • + Stream +