I hereby claim:
- I am looselyrigorous on github.
- I am looselyrigorous (https://keybase.io/looselyrigorous) on keybase.
- I have a public key whose fingerprint is 5E98 CBF2 4498 1991 4A41 5252 E63A 5B38 3165 BD72
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import argparse | |
| import subprocess | |
| import json | |
| import re | |
| def VolumeSpecificationValidator(value: str): | |
| # Only validates absolute value volume specifications, | |
| # as parsing relative values has additional complexity. | 
| [Trigger] | |
| Operation = Upgrade | |
| Type = Package | |
| Target = gnome-shell | |
| [Action] | |
| Description = Replace GDM theme with Materia-compact | |
| When = PostTransaction | |
| Exec = /usr/bin/sh -c "cd /usr/share/themes/Materia-compact/gnome-shell && glib-compile-resources --target=/usr/share/gnome-shell/gnome-shell-theme.gresource gnome-shell-theme.gresource.xml" | |
| Depends = materia-gtk-theme | 
| #!/bin/sh | |
| # Author: looselyrigorous <[email protected]> | |
| # Run inside your pyenv versions folder. | |
| # It usually is ~/.pyenv/versions | |
| # Remove existing versions | |
| for linked_ver in ./*-brew; do | |
| if [ -L "$linked_ver" ]; then | |
| unlink "$linked_ver" | |
| fi | 
I hereby claim:
To claim this, I am signing this object: