Skip to content

Instantly share code, notes, and snippets.

@dannberg
dannberg / obsidian-people-template.txt
Last active July 14, 2024 08:17
Dann Berg's People Template for Obsidian. Uses Dataview & Templater plugins. Should be saved as a Markdown file in Obsidian. See full tutorial for setup instructions: https://dannb.org/blog/2022/obsidian-people-note-template/
---
company:
location:
title:
email:
website:
aliases:
---
tags:: [[👥 People MOC]]
@fmartingr
fmartingr / dotask.sh
Created December 25, 2016 21:02
Taskwarrior helper for rofi
#!/bin/bash
TMPFILE='/tmp/rofi-dmenu-taskwarrior'
task rofi rc.verbose=nothing > $TMPFILE
TASK=`rofi -dmenu -p "Task: " -i -input $TMPFILE`
TASK_ID=`echo $TASK | cut -f1 -d' '`
@fmoralesc
fmoralesc / README.md
Last active July 29, 2022 11:50
Custom launcher for neovim in the gnome-terminal.

Custom launcher for neovim in the gnome-terminal.

Instructions

  • Copy nvim-wrapper somewhere in your $PATH
  • Copy neovim.desktop to ~/.local/share/applications (for the current user) or /usr/share/applications (for a global install)
  • Modify the neovim.desktop file to point Icon= and Exec= to the proper paths where the neovim icon and the neovim-wrapper script are
  • Profit!
@endolith
endolith / Readme.txt
Last active July 23, 2024 18:43
Gnome to Wine color scraper
This is a Python script to extract GNOME/GTK's color scheme and apply it to Wine, so that the themes (approximately) match.
Instructions:
1. Set your Gnome theme as you would like it
2. Run with a command like "python wine_colors_from_gtk.py"
3. Restart any apps running in Wine. They should match the Gnome theme colors now.
Better description with screenshots here: http://www.endolith.com/wordpress/2008/08/03/wine-colors/
This is also stored on https://code.launchpad.net/~endolith/+junk/wine-color-scraper