Skip to content

Instantly share code, notes, and snippets.

View tectrixdev's full-sized avatar

TecTrix tectrixdev

View GitHub Profile
@tectrixdev
tectrixdev / Darktable_oled.css
Last active December 6, 2025 18:22
An OLED theme for Darktable. In order to utilise, just add this to custom css.
@define-color border_color @grey_00;
@define-color bg_color @grey_00;
@define-color bg_color @grey_00;
@define-color scroll_bar_active @grey_100;
@define-color scroll_bar_bg @grey_00;
@define-color scroll_bar_bg @grey_00;
@define-color field_bg @grey_00;
@define-color darkroom_bg_color @grey_00;
@define-color lighttable_bg_color @grey_20;
@define-color thumbnail_bg_color @grey_00;
@mgbckr
mgbckr / switch_bluetooth_profile.sh
Last active June 11, 2025 17:55
Method to make audio quality better for bluetooth headsets on linux (Fedora 34) using mSBC
#!/bin/bash
# source: https://bbs.archlinux.org/viewtopic.php?pid=1973004
# prepare via enabling mSBC codec for HSP/HFP:
# https://wiki.archlinux.org/title/PipeWire#Low_audio_quality_on_Bluetooth
# the `bluez-monitor.conf` is located at:
# `/usr/share/pipewire/media-session.d/bluez-monitor.conf`
# note that the settings gui needs to be restarted after editing the file and calling
# `systemctl --user restart pipewire.service`
#msbc=`pactl list | grep Active | grep msbc`