Skip to content

Instantly share code, notes, and snippets.

View rien333's full-sized avatar

Rijnder Wever rien333

View GitHub Profile
# Maintainer: Rijnder Wever <rijnder.wever at gmail.com>
_pkgname=libhighscore-mgba
pkgname="${_pkgname}"-git
pkgver=r8363.5af72a19e
pkgrel=1
pkgdesc="Nintendo Game Boy Advance libhighscore core"
arch=('x86_64')
url="https://github.com/alice-mkh/mgba"
license=('custom:MPL2')
sudo parted -l
Model: WD_BLACK SN770 500GB (nvme)
Disk /dev/nvme0n1: 500GB
Sector size (logical/physical): 4096B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 316MB 315MB fat32 boot, esp
2 316MB 500GB 500GB ext4
---
/home/rw/.config/systemd/user
---
[Unit]
Description=Shairport Sync - AirPlay Audio Receiver
After=sound.target
Wants=network-online.target
After=pipewire.service wireplumber.service
[Service]
@rien333
rien333 / kodi.log
Created December 20, 2022 10:48
Triggering the video OSD
2022-12-20 11:28:02.470 T:7840 info <general>: -----------------------------------------------------------------------
2022-12-20 11:28:02.470 T:7840 info <general>: Starting Kodi (20.0-RC1 (19.90.901) Git:20221218-nogitfound). Platform: Linux ARM 32-bit
2022-12-20 11:28:02.470 T:7840 info <general>: Using Release Kodi x32
2022-12-20 11:28:02.470 T:7840 info <general>: Kodi compiled 2022-12-18 by GCC 12.1.0 for Linux ARM 32-bit version 5.18.15 (332303)
2022-12-20 11:28:02.470 T:7840 info <general>: Running on BCM2835 with Arch Linux ARM 0.0, kernel: Linux ARM 32-bit version 5.15.83-1-rpi-ARCH
2022-12-20 11:28:02.470 T:7840 info <general>: FFmpeg version/source: 4.4.1-Kodi
2022-12-20 11:28:02.470 T:7840 info <general>: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
2022-12-20 11:28:02.470 T:7840 info <general>: ARM Features: Neon enabled
2022-12-20 11:28:02.470 T:7840 info <general>: special://xbmc/ is mapped to: /usr/share/kodi
2022-12-20 11:28:02.470 T:7840 i
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt5-webengine
_qtver=5.15.3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
url='https://www.qt.io'
license=('LGPL3' 'LGPL2.1' 'BSD')
~> /usr/bin/qutebrowser
Traceback (most recent call last):
File "/usr/bin/qutebrowser", line 33, in <module>
sys.exit(load_entry_point('qutebrowser==1.14.1', 'gui_scripts', 'qutebrowser')())
File "/usr/bin/qutebrowser", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
* {
border-color: #88c0d0 !important;
}
a {
color: #eef1f6 !important;
}
a:visited {
color: #eef1f6 !important;
}
body {
* {
border-color: #215c6a !important;
}
a {
color: #24262a !important;
}
a:visited {
color: #24262a !important;
}
body {
@rien333
rien333 / pandoc.css
Created July 2, 2020 17:51 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
#!/usr/bin/sh
echo "message-info 'Opening $QUTE_URL with mpv'" >> "$QUTE_FIFO" &
if echo "$QUTE_URL" | grep -q 'youtube'; then
youtube-viewer -A --quiet --no-video-info --no-interactive --no-get-captions --append-arg="--osc yes " --player "mpv" "$QUTE_URL"
elif echo "$QUTE_URL" | grep -q 'bandcamp\.com'; then
d="bandcamp-"$(date +%s)
mkdir -p /tmp/$d
bandcamp-dl --base-dir /tmp/$d --template='%{track}' "$QUTE_URL" > /dev/null 2> /dev/null &
echo "01.mp3.tmp" > /tmp/$d/playlist.txt